I tested these versions and I can reproduce for each one: 

v6.3.0 
v7.7.2 
v8.3.1

<dependencies>
    <dependency>
        <groupId>org.apache.lucene</groupId>
        <artifactId>lucene-test-framework</artifactId>
        <version>8.3.1</version>
    </dependency>
</dependencies>

For 8.3.1, you will need to change MultiFields.getTermPositionsEnum(...) to 
MultiTerms.getTermPostingsEnum(...).


On Thursday, February 27, 2020, 09:45:32 PM PST, Ivan Provalov 
<iprov...@yahoo.com.invalid> wrote: 





I noticed a weird payload behavior with Solr 6.3.0.  After writing the 
Lucene62Codec specific unit test (attached) I think there could be a bug which 
allows for the same term payloads to be written into another document's same 
term payload (or the second payload for the second document being skipped).  

For comparison, I added SimpleTextCodec which doesn't behave this way.  Should 
I open a JIRA for this? 

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

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

Reply via email to