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
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
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