[ 
https://issues.apache.org/jira/browse/LUCENE-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated LUCENE-2907:
--------------------------------

    Attachment: seeks_diff.txt

by printing seeks its easy to see, its not related to automaton.

i created files per-segment printing the seeks (and what the terms enum hands 
back)... here's the diff

so when it fails, automaton seeks to seek:[7f 2f e6 8c b0 ce 8d d2 8b cb ae f4 
84 b2 a2] and the termsenum skips over a large portion of the terms and returns 
the wrong result.

> termsenum bug when running with multithreaded search
> ----------------------------------------------------
>
>                 Key: LUCENE-2907
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2907
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: seeks_diff.txt
>
>
> This one popped in hudson (with a test that runs the same query against 
> fieldcache, and with a filter rewrite, and compares results)
> However, its actually worse and unrelated to the fieldcache: you can set both 
> to filter rewrite and it will still fail.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to