Re: Solr 4.0 Functions in FL: performance?

2013-08-30 Thread Cristian Cascetta
atching my query, 10 docs in >> > my result response because i put &rows=10 in my query. > I put fl=sum(fieldA,fieldB) in my query. > How many times is the sum of fieldA+fieldB executed? > > 10 > > Best, > Andrea > > > On 08/30/2013 09:59 AM, Cristian Ca

Solr 4.0 Functions in FL: performance?

2013-08-30 Thread Cristian Cascetta
Hello, when I put a function in the Field List, when are field values calculated and on wich docs? Are values calculated over the whole set of docs? Only over the resulting set of doc? Or, better, over the docs actually serialized in results. i.e. I have 1000 docs in the index, 100 docs matching

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 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