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.
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.
SearchInMultipleFields (last edited 2009-09-20 21:47:44 by localhost)