Rob Young wrote:

Is there no way to say "search on all searchable fields in every document in the index" without explicitly providing a list of "all searchable fields"?

You can programmatically get the list of searchable fields by calling fieldNames(true) on IndexReader. From there it shouldn't be too hard to generate a query that searches all the fields.

-- Ben


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

Reply via email to