Hi, I am trying to use the MultiFieldQueryParser to search "title" and "desc" 
fields.  However the Lucene API appears to only let me provide a single search 
term.  Is it possible to use multiple search terms (one for each field)?

 

For example, the SQL equivalent would be:


select *
from lucene
where title = 'abc'
and desc = '123'


Thanks!
                                          
_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1

Reply via email to