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

Yonik Seeley edited comment on SOLR-8865 at 3/23/16 2:11 AM:
-------------------------------------------------------------

Checkpoint patch... I updated schema_latest to make a bunch of the docValues 
fields unstored and used that.

Progress being made... currently an interesting fail in testRealTimeGet():
{code}
 expected ==={'doc':{'id':'1', a_f:-1.5, a_fd:-1.5, a_fdS:-1.5,  
a_fs:[1.0,2.5],a_fds:[1.0,2.5]       }}
 response = {
  "doc":
  {
    "id":"1",
    "a_f":-1.5,
    "a_fd":-1.5,
    "a_fdS":-1.5,
    "a_fs":[1.0,
      2.5],
    "a_fds":[1.0,
      "ERROR:SCHEMA-INDEX-MISMATCH,stringValue=null",
      2.5,
      "ERROR:SCHEMA-INDEX-MISMATCH,stringValue=null"]}}
{code}

This looks like a bug in TrieField.toObject() when using docValues


was (Author: [email protected]):
Checkpoint patch... I updated schema_latest to make a bunch of the docValues 
fields unstored and used that.

Progress being made... currently an interesting fail in testRealTimeGet():
{code}
 expected ==={'doc':{'id':'1', a_f:-1.5, a_fd:-1.5, a_fdS:-1.5,  
a_fs:[1.0,2.5],a_fds:[1.0,2.5]       }}
 response = {
  "doc":
  {
    "id":"1",
    "a_f":-1.5,
    "a_fd":-1.5,
    "a_fdS":-1.5,
    "a_fs":[1.0,
      2.5],
    "a_fds":[1.0,
      "ERROR:SCHEMA-INDEX-MISMATCH,stringValue=null",
      2.5,
      "ERROR:SCHEMA-INDEX-MISMATCH,stringValue=null"]}}
{code}

> real-time get does not retrieve values from docValues
> -----------------------------------------------------
>
>                 Key: SOLR-8865
>                 URL: https://issues.apache.org/jira/browse/SOLR-8865
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>             Fix For: 6.0
>
>         Attachments: SOLR-8865.patch, SOLR-8865.patch, SOLR-8865.patch, 
> SOLR-8865.patch, SOLR-8865.patch
>
>
> Uncovered during ad-hoc testing... the _version_ field, which has 
> stored=false docValues=true is not retrieved with realtime-get



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