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 2012/05/06 19:07:48 UTC

[jira] [Created] (LUCENE-4035) Collation via docvalues

Robert Muir created LUCENE-4035:
-----------------------------------

             Summary: Collation via docvalues
                 Key: LUCENE-4035
                 URL: https://issues.apache.org/jira/browse/LUCENE-4035
             Project: Lucene - Java
          Issue Type: Improvement
    Affects Versions: 4.0
            Reporter: Robert Muir


Currently collated sort is via an Analyzer into an indexedfield, which is uninverted in the fieldcache.

Instead we could support this with docvalues, and take advantage of future improvements like LUCENE-3729.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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


[jira] [Updated] (LUCENE-4035) Collation via docvalues

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-4035:
--------------------------------

    Attachment: LUCENE-4035.patch

just a quick prototype patch... not happy about how the sort apis work with this (see LUCENE-4033)
                
> Collation via docvalues
> -----------------------
>
>                 Key: LUCENE-4035
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4035
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Robert Muir
>         Attachments: LUCENE-4035.patch
>
>
> Currently collated sort is via an Analyzer into an indexedfield, which is uninverted in the fieldcache.
> Instead we could support this with docvalues, and take advantage of future improvements like LUCENE-3729.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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