> is it a problem if the users will search "coffee OR tea" as a search 
> string in the case that MultifieldQueryParser is
> modifyed as Bill suggested?, and the default opperator is set to AND?
> 

Here's what you get (which is correct):

% java -classpath /usr/local/lib/lucene-1.4.1.jar:. \
       -DSearchText.QueryDefaultOperator=AND \
       -DSearchTest.QueryParser=new SearchTest 'coffee OR tea'
query is (title:coffee authors:coffee contents:coffee) (title:tea authors:tea 
contents:tea)
%

Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to