Hi Matt,

Other than applying one more fq, is everything else remains same between the
two queries, like q and all other parameters ?

My understanding is that, fq is an intersection on the set of results
returned from q. So it should always be a subset of results returned from q.
So if one uses just q, and other uses q and fq, for the same q, the second
will have equal or less number of documents.

------------
Preetam

On Tue, Jul 15, 2008 at 4:10 PM, matt connolly <[EMAIL PROTECTED]> wrote:

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

Reply via email to