Cheers,
/peter neubauer
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L: http://www.linkedin.com/in/neubauer
T: @peterneubauer
Neo4j 1.6 released - dzone.com/6S4K
The Neo4j Heroku Challenge - http://neo4j-challenge.herokuapp.com/
I was just wondering if i could do that. So, i have nodes and relationships, but i want to implement search functionality like google search. For examples i have nodes that have attribute "title" and each node connected by "owner" relationship and "tag" which connect to node tags of that content which might be tag "owner" When i search for ""owner" i should search through the attribute "title" and for tags as well. I believe i could do that in cypher, but i thought of that if i could use lucene to index relationship name, tags and every attribute for me then i could get relevent nodes back.
Not sure if i'm just talking gibberish.
This is just my curiosity. :)