You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2013/10/24 10:37:01 UTC

[jira] [Created] (LUCENE-5304) SingletonSortedSetDocValues should allow for getting back the wrapped instance

Adrien Grand created LUCENE-5304:
------------------------------------

             Summary: SingletonSortedSetDocValues should allow for getting back the wrapped instance
                 Key: LUCENE-5304
                 URL: https://issues.apache.org/jira/browse/LUCENE-5304
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand
            Assignee: Adrien Grand
            Priority: Minor


This idea was mentioned by Robert on LUCENE-5300

Some codecs or FieldCache impls use SingletonSortedSetDocValues when a field which is supposed to be multi-valued is actually single-valued. By having a getter on this class to get back the wrapped SortedDocValues instance, we could add more specialization (which often already exists, eg. Solr's DocValuesFacets already have a specialized impl for SortedDocValues).




--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org