Date: 2004-04-05T03:21:04
   Editor: ErikHatcher <[EMAIL PROTECTED]>
   Wiki: Jakarta Lucene Wiki
   Page: SearchInMultipleFields
   URL: http://wiki.apache.org/jakarta-lucene/SearchInMultipleFields

   no comment

New Page:

A couple of options:

  * Aggregate searchable fields into a single "synthetic" field at index time.  
(Field.UnStored is the most suitable type).  Simply search on that single field.

  * Use MultiFieldQueryParser.

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

Reply via email to