You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2016/06/09 15:24:20 UTC

[jira] [Moved] (SOLR-9202) UninvertingReader needs multi-valued points support

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

Michael McCandless moved LUCENE-7096 to SOLR-9202:
--------------------------------------------------

    Lucene Fields:   (was: New)
              Key: SOLR-9202  (was: LUCENE-7096)
          Project: Solr  (was: Lucene - Core)

> UninvertingReader needs multi-valued points support
> ---------------------------------------------------
>
>                 Key: SOLR-9202
>                 URL: https://issues.apache.org/jira/browse/SOLR-9202
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-7096.patch
>
>
> It now supports the single valued case (deprecating the legacy encoding), but the multi-valued stuff does not yet have a replacement.
> ideally we add a FC.getSortedNumeric(Parser..) that works from points. Unlike postings, points never lose frequency within a field, so its the best fit. 
> when getDocCount() == size(), the field is single-valued, so this should call getNumeric and box that in SortedNumeric, similar to the String case.
>  



--
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