I'm using Solr with a Drupal site, and one of the fields in the schema is "type".
In my example development site, searching for the word "fish" returns 2 documents, one type='story', and the other type='idea'. If I filter by type:idea then I get 9 results, the correct first result, followed by 8 results that are of type='idea' but do not use the word "fish" at all. I have completely disabled synonyms (and rebuilt indexes) and this makes no difference. Any ideas why filtering the type results in more search documents matched? -- View this message in context: http://www.nabble.com/Filter-by-Type-increases-search-results.-tp18462188p18462188.html Sent from the Solr - User mailing list archive at Nabble.com.