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

Yonik Seeley updated LUCENE-2776:
---------------------------------

    Attachment: TestWriter.java

Here's a test program that reproduces the issue.

This seems to have some relationship to shared docstores.  If you put an 
IW.commit() in the loop, you never see the issue.  It only seems to happen when 
the IW session is still open and a new segment is flushed.  Hence, if you raise 
the buffer size, you will also avoid the extra term info in this test.

> indexwriter creates unwanted termvector info
> --------------------------------------------
>
>                 Key: LUCENE-2776
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2776
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 4.0
>            Reporter: Yonik Seeley
>         Attachments: TestWriter.java
>
>
> I noticed today that when I build a big index in Solr, I get some unwanted 
> termvector info, even though I didn't request any.
> This does not happen on 3x - not sure when it started happening on trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to