Re: Using multi valued field in solr cloud Graph Traversal Query

2018-03-16 Thread Jan Høydahl
> Adding multi-value field support is a fairly high priority so I would > expect this to be coming in a future release. I got this question from a client of mine as well. Trying to find a JIRA issue for multi value support, is there one? -- Jan Høydahl, search solution architect Cominvent AS - w

Re: Using multi valued field in solr cloud Graph Traversal Query

2017-04-24 Thread Ganesh M
Hi Joel, Any idea from when multi value field is supported for gatherNodes ? I am using version 6.5 ? Is it already there ? Kindly update, Ganesh On Sat, Mar 11, 2017 at 7:51 AM Joel Bernstein wrote: > Currently gatherNodes only works on single value fields. You can seed a > gatherNodes with a

Re: Using multi valued field in solr cloud Graph Traversal Query

2017-04-24 Thread mganeshs
Hi Joel, Any idea from when multi value field is supported for gatherNodes ? I am using version 6.5 ? Is it already there ? Kindly update, Ganesh -- View this message in context: http://lucene.472066.n3.nabble.com/Using-multi-valued-field-in-solr-cloud-Graph-Traversal-Query-tp4324379p4331663

Re: Using multi valued field in solr cloud Graph Traversal Query

2017-03-10 Thread Joel Bernstein
Currently gatherNodes only works on single value fields. You can seed a gatherNodes with a facet() expression which works with multi-value fields, but after that it only works with single value fields. So you would have to index the data as a graph like this: id, concept1, participant1 id, concep