FieldCache?
-- Ian. On Sun, Feb 24, 2013 at 4:46 PM, Igor Shalyminov <[email protected]> wrote: > A slightly more specific question: > Is it possible to load in RAM a single stored field for all the documents in > the index via some Lucene data structures? > > -- > Best Regards, > Igor Shalyminov > > 23.02.2013, 22:47, "Igor Shalyminov" <[email protected]>: >> Hi all! >> >> I'm using SpanQuery.getSpans() method for retrieving the precise information >> about all the matches through all the documents in the index. >> My question, is it possible to to get the spans in the sorted order by their >> document's field (say, creation date)? >> >> Otherwise, if handcrafting is inevitable, what's the easiest way to build an >> in-application static direct index of all documents by their field (i.e. >> create a mapping 'doc_id' -> 'created' index position)? It won't change >> literally ever:) >> >> -- >> Best Regards, >> Igor Shalyminov >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
