You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mats Lindh (JIRA)" <ji...@apache.org> on 2016/11/02 11:22:58 UTC

[jira] [Created] (SOLR-9715) Add function for string length

Mats Lindh created SOLR-9715:
--------------------------------

             Summary: Add function for string length
                 Key: SOLR-9715
                 URL: https://issues.apache.org/jira/browse/SOLR-9715
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: search
    Affects Versions: master (7.0)
            Reporter: Mats Lindh
            Priority: Trivial


This allows a query to use the string length in a Solr query, without having to index a separate field with the length.

Since this also introduced a new ValueSource in Lucene, I'm not sure if I should split the patch up into two separate issues, but as the Solr patch would rely on the Lucene patch being accepted, I've included them both in this issue for now. 

Patch includes two tests in TestFunctionQuery. Patch is against the current HEAD from github/lucene-solr.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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