[ 
https://issues.apache.org/jira/browse/SOLR-14821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191125#comment-17191125
 ] 

ASF subversion and git services commented on SOLR-14821:
--------------------------------------------------------

Commit ecb8ca2fef7cf799e4c3921f0a8f271f5afe3c83 in lucene-solr's branch 
refs/heads/master from Jason Gerlowski
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ecb8ca2 ]

SOLR-14821: {!terms} dVTFTL supports single-valued strings

Prior to this commit the docValuesTermsFilterTopLevel method of the
{!terms} query parser would return zero results when run against a
single-valued String.  This commit fixes this by wrapping the
single-valued 'SortedDocValues' in a 'SortedSetDocValues' object.


> docValuesTermsFilter should support single-valued docValues fields
> ------------------------------------------------------------------
>
>                 Key: SOLR-14821
>                 URL: https://issues.apache.org/jira/browse/SOLR-14821
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: query parsers
>            Reporter: Anatolii Siuniaev
>            Assignee: Jason Gerlowski
>            Priority: Minor
>         Attachments: SOLR-14821.patch
>
>
> SOLR-13890 introduced a post-filter implementation for docValuesTermsFilter 
> in  TermsQParserPlugin. But now it supports only multi-valued docValues 
> fields (i.e. SORTED_SET type DocValues)
> It doesn't work for single-valued docValues fields (i.e. SORTED type 
> DocValues), though it should. 



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

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

Reply via email to