You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2017/12/19 03:58:00 UTC

[jira] [Created] (SOLR-11777) eq() ValueSource (aka Function Query) ought to support strings

David Smiley created SOLR-11777:
-----------------------------------

             Summary: eq() ValueSource (aka Function Query) ought to support strings
                 Key: SOLR-11777
                 URL: https://issues.apache.org/jira/browse/SOLR-11777
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: David Smiley


The {{eq()}} ValueSource (aka Function Query) ought to support strings; it currently only supports numeric fields.  

The work-around is to do something like {{exists(query({!v=field:value}))}}. That will be slow unless the field is indexed.  For DocValues-only it could be efficient but is dependent on LUCENE-8103.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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