match-query-parser
match-query-parser copied to clipboard
Search a single field with different query time analyzers in Solr
In both cases analyzer is not picked up from _**analyze_as**_ which can be clearly seen in _**parsedquery**_ # Case 1 Query: `http://localhost:8983/solr/def/select?debugQuery=on&q={!match analyze_as=t_synonymized qf=nosynonymized}sea_biscuit` Output: `{ responseHeader: { status: 0,...
Bumps `lucene.solr.version` from 7.6.0 to 8.4.1. Updates `lucene-test-framework` from 7.6.0 to 8.4.1 Updates `solr-core` from 7.6.0 to 8.4.1 Updates `solr-solrj` from 7.6.0 to 8.4.1 Updates `solr-test-framework` from 7.6.0 to 8.4.1...
On the tutorial is there a typo? You mention using analyzer=text_general_syn but there are not any field names called text_general_syn. How does that analyzer name know what field to use?...
The following syntaxes in "bq" do NOT produce the expected boost: `{!match qf=MY_FIELD analyze_as=my_analyzer search_with=term v=$q}^2` or `{!match qf=MY_FIELD^2 analyze_as=my_analyzer search_with=term v=$q}` Note that with edismax, the above first syntax...