On Dienstag, 18. Dezember 2007, Jay Hill wrote:

> We
> have a requirement to search across multiple languages, so I'm planning
> to use MultiSearcher, passing an array of all IndexSearchers for each
> language.

You will need to analyze the query once per language and then build a new 
BooleanQuery from those, e.g. analysis1 OR analyis2 OR analyis3.

Regards
 Daniel

-- 
http://www.danielnaber.de

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

Reply via email to