Would Like to contribute to Lucene

2015-03-12 Thread Gimantha Bandara
Hi all, I am willing to contribute to Lucene project. I have already been referring to "Lucene in Action" 2nd edition recently. But I think it is outdated. It is based on lucene 3.0.x I guess. Even through online resources, it is very hard to learn the internals of lucene because of the lack of up

RE: Filtering question

2015-03-12 Thread Uwe Schindler
Hi Chris, > Hi Uwe, thanks for your suggestions. I have tried a couple of things with no > luck yet: > > > Sorry, > > I just noticed, you are using TermFilter not TermsFilter: This one > > does not support random access (using bits()). Because of this the > > filtered docs cannot be passed down

RE: Filtering question

2015-03-12 Thread chrisbamford
Hi Uwe, thanks for your suggestions. I have tried a couple of things with no luck yet: Sorry, I just noticed, you are using TermFilter not TermsFilter: This one does not support random access (using bits()). Because of this the filtered docs cannot be passed down using acceptDocs. TermsFilter