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