You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Mikhail Khludnev (Jira)" <ji...@apache.org> on 2019/10/01 20:27:00 UTC

[jira] [Created] (SOLR-13808) Query DSL should let to cache filter

Mikhail Khludnev created SOLR-13808:
---------------------------------------

             Summary: Query DSL should let to cache filter
                 Key: SOLR-13808
                 URL: https://issues.apache.org/jira/browse/SOLR-13808
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Mikhail Khludnev


Query DSL let to express Lucene BQ's filter

 
{code:java}
{ query: {bool: { filter: {term: {f:name,query:"foo bar"}}} }}{code}
However, it might easily catch the need in caching it in filter cache. This might rely on ExtensibleQuery and QParser: 
{code:java}
{ query: {bool: { filter: {term: {f:name,query:"foo bar", cache:true}}} }}
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org