SortedSetDV is probably the best way to do so. You could also encode the ords yourself into a byte[] and use binary DV.
But why are you seeing it take too long to load? You can switch to different DV formats to tradeoff RAM usage and lookup speed.. Mike McCandless http://blog.mikemccandless.com On Tue, Feb 11, 2014 at 6:57 PM, Kyle Judson <kvjud...@hotmail.com> wrote: > Hi All, > > What are the ways I can get the ords for the terms of a particular field in > the collect method of a Collector? > > I'm currently using a SortedSetDocValues that I obtained before the query but > it's taking longer to load than I would like. > > Thanks > Kyle > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org