Hi, I manipulate some "documents", Each document have the same structure. But i have about 150.000 documents in french and about 200.000 documents in english.
I also have 2 different applications (one in french and one in english). French app makes queries only on french docs and English app makes queries on english docs. So what is the best solution. 1) use 2 distinct index (one for english doc and another one index (so another webapp) for french doc) 2) make a single index with a field language in the structure of document and query with lang:en or lang:fr. I don't know how this can impact performance. Regards, -- D -- View this message in context: http://www.nabble.com/Same-index-OR-multiple-indexes-webapps-%28multilanguage-document%29-tf3828895.html#a10838885 Sent from the Solr - User mailing list archive at Nabble.com.