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:36:14 UTC

[jira] Issue Comment Edited: (LUCENE-2776) indexwriter creates unwanted termvector info

    [ https://issues.apache.org/jira/browse/LUCENE-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935545#action_12935545 ] 

Yonik Seeley edited comment on LUCENE-2776 at 11/24/10 5:35 PM:
----------------------------------------------------------------

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 termvector info in this test.

      was (Author: yseeley@gmail.com):
    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