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 2018/10/25 17:15:00 UTC

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

     [ https://issues.apache.org/jira/browse/SOLR-11777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley resolved SOLR-11777.
---------------------------------
    Resolution: Duplicate

> 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
>            Priority: Major
>
> The {{eq()}} (boolean equals) 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
(v7.6.3#76005)

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