If you are using "spellcheck.maxCollateTries" with a value greater than 0 the *collatation* section of your spellcheck response will give query corrections that are proven to produce hits. Possibly you were looking at the first section where it gives individual word suggestions? Or maybe one of your query parameters is misspelled (check case and that you have "spellcheck." in front of all of them)? If you can't figure it out, provide us the entire query string you're using, the spellcheck response you get back and also the relevant portions of solrconfig.xml.
James Dyer Ingram Content Group (615) 213-4311 -----Original Message----- From: Gastone Penzo [mailto:gastone.pe...@gmail.com] Sent: Friday, December 20, 2013 7:43 AM To: solr-user@lucene.apache.org Subject: Spellchecking problem Hello, i have problem with spellchecking. i use solr to index an ecommerce products (dvd, cd, books ecc) the collation is only one but in the index there'is the field: typology (of product) When i build spellchecking indexes, they are build together. How can i have only suggestsions of one typology? i read that if i user spellcheck.collate=true and i maxcollatetries > 0, solr evaluates every suggestion with fq parameter of the query. In my query i have for example fq=typology:book but it doesn't works. why? i also tried collationparameter.fq=typology:book the same i use solr 4.3 thank you -- *Gastone Penzo*