ebruary 28, 2013 11:33 AM
To: solr-user@lucene.apache.org
Subject: RE: Search in String and Text_en fields simultaneously with edismax
Ah OK. I didn't have a good view of query parsing vs query generation.
Thanks for clearing this up.
So it means that searching in a tokenized and non-
kenized and non-tokenized fields. What a field type's analyzer does with
its value is irrelevant to query parsing.
-- Jack Krupansky
-Original Message-
From: Burgmans, Tom
Sent: Thursday, February 28, 2013 10:48 AM
To: solr-user@lucene.apache.org
Subject: Search in String and Text_en
t a field type's analyzer does with
its value is irrelevant to query parsing.
-- Jack Krupansky
-Original Message-
From: Burgmans, Tom
Sent: Thursday, February 28, 2013 10:48 AM
To: solr-user@lucene.apache.org
Subject: Search in String and Text_en fields simultaneously with edismax
I have a field "valueadd" of type String and field "body" of type text_en (with
tokenization and linguistic processing).
When I search with edismax against field valueadd like this:
q=valueadd:(test . test2)
I see that the parsed query is
(valueadd:test valueadd:. valueadd:test2)~3
Why not (valu