Re: Lucene TermsFilter lookup slow

2015-08-08 Thread Michael McCandless
Which version of Lucene are you using? Newer versions have optimized the "primary key" use case somewhat... Mike McCandless http://blog.mikemccandless.com On Sat, Aug 8, 2015 at 8:32 AM, jamie wrote: > Greetings > > Our app primarily uses Lucene for its intended purpose i.e. to search across

Compressing docValues with variable length bytes[] by block of 16k ?

2015-08-08 Thread Olivier Binda
Greetings are there any plans to implement compression of the variable length bites[] binary doc Values, say in blocks of 16k like for stored values ? my .cfs file goes from 2MB to like 400k when I zip it Best regards, Olivier On 08/08/2015 02:32 PM, jamie wrote: Greetings Our app primar

Lucene TermsFilter lookup slow

2015-08-08 Thread jamie
Greetings Our app primarily uses Lucene for its intended purpose i.e. to search across large amounts of unstructured text. However, recently our requirement expanded to perform look-ups on specific documents in the index based on associated custom defined unique keys. For our purposes, a uniq