You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2010/11/24 23:34:13 UTC

[jira] Updated: (LUCENE-2776) indexwriter creates unwanted termvector info

     [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org