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

Yonik Seeley commented on SOLR-8276:
------------------------------------

bq. I couldn't test for multivalued non-stored docvalues fields, since I got 
the following exception during the field() function query on a multivalued 
field: can not use FieldCache on multivalued field: intdvMulti. Am I missing 
something obvious?

Since function queries don't support multi-valued fields, we should go through 
docValues API instead?

> Atomic updates & RTG don't work with non-stored docvalues
> ---------------------------------------------------------
>
>                 Key: SOLR-8276
>                 URL: https://issues.apache.org/jira/browse/SOLR-8276
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Ishan Chattopadhyaya
>         Attachments: SOLR-8276.patch, SOLR-8276.patch
>
>
> Currently, for atomic updates, the non-stored docvalues fields are neither 
> (a) carried forward to updated document, nor (b) do operations like "inc" 
> work on them. Also, RTG of documents containing such fields doesn't return 
> those fields if the document is fetched from the index.



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

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

Reply via email to