1. Whether it will be efficient to use elasticsearch or neo4j ? 
I am looking to implement full-text search and it consist of various node 
entity and relationship. I need to do full-text search on those node entity 
(application will contain billions of node ) .

Example NodeA have property name 
              NodeB have property cityName 

if we search by "delhi" , then i want to get all those nodes from NodeA 
which Name property have value "delhi"  and   from Nodeb having cityName 
is  "delhi".



2. In lucene based search engine , we should avoid frequent updates because 
of segmentation (solr and elasticsearch) and Neo4j is also lucene based 
will it have bad effect on my application performance as my application 
needs frequent updates (nothing to do with search efficiency ) ?


-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to