MultiFieldQueryParser doesn't properly filter out documents when the query string specifies to exclude certain terms

2006-12-19 Thread Scott Sellman
new BooleanClause.Occur[]{BooleanClause.Occur.SHOULD, BooleanClause.Occur.SHOULD} new StandardAnalyzer()); q.add(keywordQuery, BooleanClause.Occur.MUST); //true, false); Any help or suggestions is appreciated, Scott Sellman

RE: MultiFieldQueryParser doesn't properly filter out documents when the query string specifies to exclude certain terms

2006-12-20 Thread Scott Sellman
cts later on in my code. -Original Message- From: Daniel Naber [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 4:06 PM To: java-user@lucene.apache.org Subject: Re: MultiFieldQueryParser doesn't properly filter out documents when the query string specifies to exclude cert

Re: Rebuilding index on a regular basis

2006-12-20 Thread Scott Sellman
Note: I have changed the title of this thread to match its content I am currently facing a similar issue. I am dealing with a large index that is constantly used and needs to be updated on a daily basis. For fear of corruption I would rather rebuild the index each time, performing tests against

RE: Clustering Lucene with 40 Servers

2006-12-27 Thread Scott Sellman
Sorry if this seems naïve (I am new to Lucene), but why not keep one copy of the Lucene index on a NAS and have it shared by all servers? -Original Message- From: Biggy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 27, 2006 7:57 AM To: java-user@lucene.apache.org Subject: Cluster

Improving Search Performance on Large Indexes

2007-05-24 Thread Scott Sellman
Hello, Currently we are attempting to optimize the search time against an index that is 26 GB in size (~35 million docs) and I was wondering what experiences others have had in similar attempts. Simple searches against the index are still fast even at 26GB, but the problem is our application

RE: Improving Search Performance on Large Indexes

2007-05-24 Thread Scott Sellman
implementation. > > Otis > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > Simpy -- http://www.simpy.com/ - Tag - Search - Share > > - Original Message > From: Scott Sellman <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Thu