Re: Solr french search optimisation

2013-05-23 Thread Cristian Cascetta
> Could you clarify few more thinks : > > - SpellchekComponent and Phonetic, should be use while indexing or only > while querying ? > SpellCheck: you can define a specific field for spellchecking (in this sense it's a query/schema time) or you can create a specific vocabulary for spell-checking.

Re: Solr french search optimisation

2013-05-23 Thread It-forum
Hello, Tx Cristian for your details. I totally agreed with your explanation, this is 2 differents aspect which I need to solve. Could you clarify few more thinks : - SpellchekComponent and Phonetic, should be use while indexing or only while querying ? - Does spellcheck component return o

Re: Solr french search optimisation

2013-05-23 Thread fbrisbart
You can also think about using a SynonymFilter if you can list the misspelled words. That's a quick and dirty solution. But it's easier to add a "pomppe -> pompe" in a synonym list than tuning a phonetic filter. NB: an indexation is required whenever the synonyms file change Franck Brisbart Le j

Re: Solr french search optimisation

2013-05-23 Thread Cristian Cascetta
Hello, I think you're confusing three different things: 1) schema and fields definition is for precision/recall: treating differently a field means different search results and results ranking 2) the "pomppe a chaler" problem is more a spellchecking problem http://wiki.apache.org/solr/SpellCheckC

Re: Solr french search optimisation

2013-05-22 Thread It-forum
Hello again, Is any one could help me, plase David Le 22/05/2013 18:09, It-forum a écrit : Hello to all, I'm trying to setup solr 4.2 to index and search into french content. I defined a special fieldtype for french content : positionIncrementGap="100">