[
https://issues.apache.org/jira/browse/SOLR-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13582819#comment-13582819
]
Commit Tag Bot commented on SOLR-4477:
--------------------------------------
[branch_4x commit] Robert Muir
http://svn.apache.org/viewvc?view=revision&revision=1448451
SOLR-4477: match-only query support for docvalues fields
> match-only query support (terms,wildcards,ranges) for docvalues fields.
> -----------------------------------------------------------------------
>
> Key: SOLR-4477
> URL: https://issues.apache.org/jira/browse/SOLR-4477
> Project: Solr
> Issue Type: New Feature
> Components: search
> Affects Versions: 4.2
> Reporter: Robert Muir
> Fix For: 4.2, 5.0
>
> Attachments: SOLR-4477.patch
>
>
> Historically, you had to invert fields (indexed=true) to do any queries
> against them.
> But now its possible to build a forward index for the field (docValues=true).
> I think in many cases (e.g. a string field you only sort and match on), its
> unnecessary and wasteful
> to force the user to also invert if they don't need scoring.
> So I think solr should support match-only semantics in this case for
> term,wildcard,range,etc.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]