Re: Indexing and searching documents in different languages

2013-04-10 Thread dev
Thx, I'll try this approach. Zitat von Alexandre Rafalovitch : Have you looked at edismax and the 'qf' fields parameter? It allows you to define the fields to search. Also, you can define those parameters in solrconfig.xml and not have to send them down the wire. Finally, you can define severa

Re: Indexing and searching documents in different languages

2013-04-09 Thread Alexandre Rafalovitch
Have you looked at edismax and the 'qf' fields parameter? It allows you to define the fields to search. Also, you can define those parameters in solrconfig.xml and not have to send them down the wire. Finally, you can define several different request handlers (e.g. /ensearch, /frsearch) and have e

Re: Indexing and searching documents in different languages

2013-04-09 Thread Otis Gospodnetic
Hi, Typically people try to figure out the query language somehow. Queries are short, so LID on them is hard. But user profile could indicate a language, or users can be asked and such. Otis -- Solr & ElasticSearch Support http://sematext.com/ On Tue, Apr 9, 2013 at 2:32 PM, wrote: > > He

Indexing and searching documents in different languages

2013-04-09 Thread dev
Hello, I'm trying to index a large number of documents in different languages. I don't know the language of the document, so I'm using TikaLanguageIdentifierUpdateProcessorFactory to identify it. So, this is my configuration in solrconfig.xml class="org.apache.solr.update.processor.Tik