Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Query DSL let to express Lucene BQ's filter
{ query: {bool: { filter: {term: {f:name,query:"foo bar"}}} }}
However, it might easily catch the need in caching it in filter cache. This might rely on ExtensibleQuery and QParser:
{ query: {bool: { filter: {term: {f:name,query:"foo bar", cache:true}}} }}
Attachments
Attachments
Issue Links
- is cloned by
-
SOLR-13803 JSON Query DSL: "bool": { must: "*:*", "filter": "..." } does not cache
-
- Resolved
-
- is related to
-
SOLR-11244 Query DSL for Solr
-
- Closed
-
- links to