Description
SOLR-7888 has introduced a new parameter for filtering suggester queries
suggest.cfq=ctx1 OR ctx2
The implementation use the Solr StandardQueryParser for parsing the cfq param.
This card is to allow to pass in local param queries such as
suggest.cfq={!terms f=contextx}ctx1,ctx2
Attachments
Issue Links
- is part of
-
SOLR-7888 Make Lucene's AnalyzingInfixSuggester.lookup() method that takes a BooleanQuery filter parameter available in Solr
- Closed