Thank you for your input. Here's how the query looks with
debugQuery=true:
"rawquerystring": "name:industrie-anhänger",
"querystring": "name:industrie-anhänger",
"parsedquery": "MultiPhraseQuery(name:"(industrie-anhang industri)
(anhang industrieanhang)")",
"parsedquery_toString": "name:"(indu
The next thing to do is add debugQuery=true to your URL (or enable it in
the query pane of the admin UI). Then look for the parsed query info.
On the standard text_en field which includes an English stop word
filter, I ran a query on "Jack and Jill's House" which showed
this output:
"rawquery
Have you used the analysis tab in the admin UI? You can type in
sentences for both index and query time and see how they would be
analysed by various fields/field types.
Once you have got index time and query time to result in the same tokens
at the end of the analysis chain, you should start seei
Hey,
in german, you can string most nouns together by using hyphens, like
this:
Industrie = industry
Anhänger = trailer
Industrie-Anhänger = trailer for industrial use
Here [1], you can see me querying "Industrieanhänger" from the "name"
field (name:Industrieanhänger), to make sure the index a