Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Neo4j for search engine?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
snm  
View profile  
 More options Oct 1 2012, 7:55 am
From: snm <sinemct...@gmail.com>
Date: Mon, 1 Oct 2012 04:55:00 -0700 (PDT)
Subject: Neo4j for search engine?

I am working on a multithreaded spider and i want to index links in neo4j
database. How can i do that  automatically?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options Oct 1 2012, 9:07 am
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Mon, 1 Oct 2012 15:07:43 +0200
Local: Mon, Oct 1 2012 9:07 am
Subject: Re: [Neo4j] Neo4j for search engine?
You create nodes for the pages and relationships for the links pointing to other pages,
the link-text can be put as an property on the relationships.

The page text, title and crawl-date can be put as property on the nodes.

Michael

Am 01.10.2012 um 13:55 schrieb snm:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Duane Nickull  
View profile  
 More options Oct 1 2012, 9:55 am
From: Duane Nickull <du...@technoracle-systems.com>
Date: Mon, 01 Oct 2012 13:54:33 -0700
Local: Mon, Oct 1 2012 4:54 pm
Subject: Re: [Neo4j] Neo4j for search engine?
SNM:

Did you mean to index nodes with Neo4J or create a set of nodes within
Neo4J that represent what a spider has crawled externally to the Neo
instance?  If the latter, following on what Michael recommended, depending
on how dynamic your pages are, if a page has multiple states, you might
also add extra nodes for linking those states if they adhere to RESTful
architectural principles (a unique URI for each state representation).
Deep linking and indexing of dynamic content was a big concern of many
people before Google provided guidance on how to do it properly.

Refs:
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=174993

http://support.google.com/webmasters/bin/answer.py?hl=en&answer=72746#1

If you are wanting to index links that are already within a Neo4J database
and make that information available from outside Neo, running cypher
queries and pre-building the results page (façade pattern) might be
effective if your audience wants to see the data.  Google uses this
principle in their core search.

Cheers!

Duane Nickull
"Aus Berlin jetzt!"
***********************************
Technoracle Advanced Systems Inc.
Consulting and Contracting; Proven Results!
i.  Neo4J, PDF, Java, LiveCycle ES, Flex, AIR, CQ5 & Mobile
b. http://technoracle.blogspot.com
t.  @duanechaos
"Don't fear the Graph!  Embrace Neo4J"

On 2012-10-01 6:07 AM, "Michael Hunger" <michael.hun...@neotechnology.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »