You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2013/02/20 15:37:13 UTC

[jira] [Updated] (SOLR-4477) match-only query support (terms,wildcards,ranges) for docvalues fields.

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

Robert Muir updated SOLR-4477:
------------------------------

    Attachment: SOLR-4477.patch

initial patch
                
> 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
>         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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org