You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ishan Chattopadhyaya (JIRA)" <ji...@apache.org> on 2016/03/30 22:24:25 UTC

[jira] [Comment Edited] (LUCENE-7096) UninvertingReader needs multi-valued points support

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

Ishan Chattopadhyaya edited comment on LUCENE-7096 at 3/30/16 8:24 PM:
-----------------------------------------------------------------------

bq. Maybe we should revert the single-valued points support as well?
[~rcmuir] & [~mikemccand], do you have some thoughts, please, on how we could leverage points fields in Solr if single valued and multi valued support is not available through UninvertingReader? (fyi, SOLR-8396)


was (Author: ichattopadhyaya):
bq. Maybe we should revert the single-valued points support as well?
[~rcmuir] & [~mikemccand], do you have some thoughts, please, on how we could leverage points fields in Solr if single valued and multi valued support is not available through UninvertingReader?

> UninvertingReader needs multi-valued points support
> ---------------------------------------------------
>
>                 Key: LUCENE-7096
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7096
>             Project: Lucene - Core
>          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