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

Martijn van Groningen edited comment on LUCENE-7091 at 3/10/16 4:49 PM:
------------------------------------------------------------------------

Updated the patch:
* Made sure the sorted set doc values doesn't have duplicate values.
* Added extra test to verify that unsupported usage fails.
* Changed DocValuesHolder class' visibility to private .


was (Author: martijn.v.groningen):
Updated the patch:
* Made sure the sorted set doc values doesn't have duplicate values.
* Added extra test to verify that unsupported usage fails

> Add doc values support to MemoryIndex
> -------------------------------------
>
>                 Key: LUCENE-7091
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7091
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Martijn van Groningen
>         Attachments: LUCENE-7091.patch, LUCENE-7091.patch
>
>
> Sometimes queries executed via the MemoryIndex require certain things to be 
> stored as doc values. Today this isn't possible because the memory index 
> doesn't support this and these queries silently return no results.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to