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

Michael McCandless updated LUCENE-984:
--------------------------------------

    Attachment: LUCENE-984.patch

Attached patch.

It turns out we still use TermVectorsWriter for segment merging, so I
kept it but optimized it for that specific use case of bulk-adding of
term vectors.

> remove TermVectorsWriter (it's no longer used)
> ----------------------------------------------
>
>                 Key: LUCENE-984
>                 URL: https://issues.apache.org/jira/browse/LUCENE-984
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 2.3
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.3
>
>         Attachments: LUCENE-984.patch
>
>
> We should remove TermVectorsWriter: it's no longer used now that
> DocumentsWriter writes the term vectors directly to the index.

-- 
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