In the example above your schema is applying the tokenizers and filter only
during index time. For your query terms to also pass through the same
pipeline you need to modify the field type and add a section. I believe this should fix your problem.
Thanks
Afroz
:
Thank you for your reply. Sending this as a phrase query does change the
results as expected.
On Mon, Jun 11, 2012 at 4:39 PM, Tanguy Moal wrote:
> I think you have to issue a phrase query in such a case because otherwise
> each "token" is searched independently in the merchant field : the query
Hello,
I think you have to issue a phrase query in such a case because otherwise
each "token" is searched independently in the merchant field : the query
parser splits the query on spaces!
Check the difference between debug outputs when you search for "Jones New
York", you'd get what you expected.
Hello. I'm trying to understand the behaviour of edismax in solr 3.4 when
it comes to searching fields similar to "string" types, i.e., untokenized.
My document is data about products available in various stores. One of the
fields in my schema is the name of the merchant, and I would like to match