You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2007/08/17 18:54:30 UTC

[jira] Created: (LUCENE-984) remove TermVectorsWriter (it's no longer used)

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


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


[jira] Resolved: (LUCENE-984) remove TermVectorsWriter (it's no longer used)

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-984.
---------------------------------------

    Resolution: Fixed

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


[jira] Updated: (LUCENE-984) remove TermVectorsWriter (it's no longer used)

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org