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

Keith Laban commented on SOLR-8316:
-----------------------------------

See: 
https://github.com/apache/lucene-solr/blob/trunk/solr/core/src/java/org/apache/solr/schema/FieldType.java#L253

It looks like the field doesn't actually get created when you have this 
configuration. Its valid from a schema prospective but the field itself is 
ignored when you try to index it. The goal of this jira ticket is to create the 
docValues of field that is not stored or indexed, as far as I can tell this 
doesn't happen right now.

> Allow a field to be stored=false indexed=false docValues=true
> -------------------------------------------------------------
>
>                 Key: SOLR-8316
>                 URL: https://issues.apache.org/jira/browse/SOLR-8316
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Keith Laban
>
> Right now if you try to index a field which is not stored or indexed you will 
> get an exception, however sometimes it makes sense to have a field which only 
> has docValues on for example see [SOLR-8220]



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