Re: Graph traversel

2017-04-25 Thread mganeshs
"id": "22", "parent_id": "2", "name": "First level document 2, child two" }, { "id": "121", "parent_id": "12", "name": "Second level document 12, child one" }, { "id": "122", "parent_id": "12", "name": "Second level document 12, child two" }, { "id": "131", "parent_id": "13", "name": "Second level document 13, child three" }] -- View this message in context: http://lucene.472066.n3.nabble.com/Graph-traversel-tp4331207p4331799.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Graph traversel

2017-04-21 Thread Ganesh M
I also tried with the sample data mentioned in this link. https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-GraphQueryParser even for that, after loading the data and for the query http://localhost:8983/solr/graph/query?q={!graph%20from=in_edge%20to=out_edge}id:A=id I

Graph traversel

2017-04-21 Thread Ganesh M
Hi I am trying graph traversal based on the documentation available over here http://solr.pl/en/2016/04/18/solr-6-0-and-graph-traversal-support/ But the it's not working as expected. For this query http://localhost:8983/solr/graph/query?q=*:*={!graph%20from=parent_id%20to=id}id:1 ( which is