Re: How to find the ordinal for a numeric doc value

2015-08-20 Thread tedsolr
-find-the-ordinal-for-a-numeric-doc-value-tp4224018p4224255.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to find the ordinal for a numeric doc value

2015-08-19 Thread Mikhail Khludnev
ut my > question > is still valid I think! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-find-the-ordinal-for-a-numeric-doc-value-tp4224018p4224037.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Sincer

Re: How to find the ordinal for a numeric doc value

2015-08-19 Thread Toke Eskildsen
tedsolr wrote: > I'm sure there is a good reason why SortedDocValues exposes > the backing dictionary and [Sorted]NumericDocValues does not. There is: Numerics does not have a backing dictionary. Instead of storing the values via the intermediate ordinals-map (aka by reference), they are stored

Re: How to find the ordinal for a numeric doc value

2015-08-19 Thread tedsolr
this message in context: http://lucene.472066.n3.nabble.com/How-to-find-the-ordinal-for-a-numeric-doc-value-tp4224018p4224037.html Sent from the Solr - User mailing list archive at Nabble.com.

How to find the ordinal for a numeric doc value

2015-08-19 Thread tedsolr
ted]NumericDocValues does not. How do I get to the ordinal for number and date fields? I assume my fallback is to not index with doc values, and use an uninverting reader to get the field data. Is there a better approach? -- View this message in context: http://lucene.472066.n3.nabble.com/How-