Why do you need to instantiate two writers (which I'm pretty sure won't work
if they're pointing to the same index)? It's no problem for a single index
to contain multiple fields, and the fields don't even have to all be present
in each document.
Each field can have it's own analyzer (both for in
Hi,
I wiss to index different set of multilingual documents in the same index. As
each document may contains several languages (currently English and French)
currently I'm using two Index (with the corresponding Analyzer for each part of
the document). The search is performed in one of the index