Re: Solr 6: how to get SortedSetDocValues from index by field name

2017-06-20 Thread SOLR4189
Hi, Tomas. It helped. Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-6-how-to-get-SortedSetDocValues-from-index-by-field-name-tp4340388p4342002.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 6: how to get SortedSetDocValues from index by field name

2017-06-15 Thread Chris Hostetter
Reader, like it: : : * : UninvertingReader reader = new : UninvertingReader(searcher.getSlowAtomicReader(), mapping)*; : : What is right way to get SortedSetDocValues and why? : : : : -- : View this message in context: http://lucene.472066.n3.nabble.com/Solr-6-how-to-get-SortedSetDocValues-from-index-by-field-name-t

Re: Solr 6: how to get SortedSetDocValues from index by field name

2017-06-14 Thread Tomas Fernandez Lobbe
gReader(searcher.getSlowAtomicReader(), mapping)*; > > What is right way to get SortedSetDocValues and why? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-6-how-to-get-SortedSetDocValues-from-index-by-field-name-tp4340388.html > Sent from the Solr - User mailing list archive at Nabble.com.

Solr 6: how to get SortedSetDocValues from index by field name

2017-06-13 Thread SOLR4189
-how-to-get-SortedSetDocValues-from-index-by-field-name-tp4340388.html Sent from the Solr - User mailing list archive at Nabble.com.