On Wed, Jul 27, 2011 at 8:38 PM, Alexander Ramos Jardim
<alexander.ramos.jar...@gmail.com> wrote:
> Hello pals,
>
> Using solr 1.4.0. Trying to understand something. When I run the query
> *fieldA:"nokia
> c3"*, I get 5 results. All with "nokia c3", as expected. But when I run
> fieldA:"nokia c3"~100, I don get any result!
>
> As far as I understand the "~100" should make my query bring even more
> results as not only documents with "nokia c3" in their fieldA will be found.
> Something like "nokia blue c3" should match too. Right?
[...]

That does seem odd. You are not using the dismax query handler by
any chance, are you? If so, then the query slop needs to be specified
by adding &qs=100 to the query.

Regards,
Gora

Reply via email to