You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2017/05/19 12:40:04 UTC

[jira] [Commented] (SOLR-10708) Cannot find certain long values when docValues=true,indexed=false

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

David Smiley commented on SOLR-10708:
-------------------------------------

Ouch!

You put "Affects Version" for 6.7.  Can you check if this affects 6.6?  If it does, this is a release blocker.

> Cannot find certain long values when docValues=true,indexed=false
> -----------------------------------------------------------------
>
>                 Key: SOLR-10708
>                 URL: https://issues.apache.org/jira/browse/SOLR-10708
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 6.7
>            Reporter: Erick Erickson
>         Attachments: SOLR-10708-test-fail.patch
>
>
> I define a field like this:
>   <field indexed="false" name="facet_d" stored="false" type="tlong" docValues="true"/>
> When I index these with a program assigning random longs to the fields searching on facet_d fails to find some values, but _only_ when there are multiple documents. For instance, the value "6850281131226296000" was in this field, but searching on facet_d:6850281131226296000 does not find the document.
> Searching on facet_d:[6850281131226290000 TO 6850281131226297000]  works if the range is "wide enough", but I don't have a good sense of how wide that is. Note that the values in that clause are not identical!
> NOTE: this problem does _not_ occur if there's only one document in the corpus. I'll try to make a failing test.
> [~jpountz] suggested that I look at the actual indexed values, but since the document is found in the single-doc case I'll assume that the stored compatibly between the index and query at least.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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