I'm having a problem with the performance of lazily-loaded fields with
lucene. The basic structure of the code is that I get a set of documents
back from a query, then iterate through them, reading most fields to collect
fragments. This is taking an excessively long amount of time- mostly in my
c
On Mon, Dec 13, 2010 at 2:35 PM, Ahmet Arslan wrote:
> > I have googled the mailing list archives and didn't find
> > anything. But if
> > this has been discussed to death, please just point me to
> > the threads in the
> > archive. rather than stirring up some old flame war.
> > Or just tell me
I just encountered an unexpected behavior in query parser. So, if you pass
in a query that is multiple terms, like "cat hat", the query that is
returned uses an or between the two term searches, instead of an and. That
is, the query will return all documents with the given field containing
either