Performance problems with lazily loaded fields

2011-03-21 Thread Brian Hurt
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

Re: The logic of QueryParser

2010-12-13 Thread Brian Hurt
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

The logic of QueryParser

2010-12-13 Thread Brian Hurt
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