Hi all, I am trying to handle multiple locale(for indexing and querying). Below is the problem i am trying to solve.
I am indexing list of documents in lucene with naming conventions : (fieldName) + "_" + locale(language part only ex en, ar, ... ) and proving PerFieldAnalyzerWrapper to indexWriter config, so that proper analyzer can be chosen during indexing(so far so good). But now during the query, can i provide generic fieldName(something with regular expression, something like (fieldName) + "_" + [a-z]{2}) ? I tried, but couldn't find anything. Regards. -- View this message in context: http://lucene.472066.n3.nabble.com/Handling-multiple-locale-tp4297805.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org