You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2009/05/27 14:28:45 UTC

[jira] Created: (SOLR-1188) TermVectorComponent Efficiency improvements

TermVectorComponent Efficiency improvements
-------------------------------------------

                 Key: SOLR-1188
                 URL: https://issues.apache.org/jira/browse/SOLR-1188
             Project: Solr
          Issue Type: Improvement
            Reporter: Grant Ingersoll
            Assignee: Grant Ingersoll
            Priority: Minor
             Fix For: 1.4


The TermVectorComponent currently uses a TermVectorMapper that does not indicate to Lucene whether positions and offsets are of interest by overriding isIgnoringOffsets and isIgnoringPositions.  



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


[jira] Resolved: (SOLR-1188) TermVectorComponent Efficiency improvements

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

Grant Ingersoll resolved SOLR-1188.
-----------------------------------

    Resolution: Fixed

Committed simple patch to override the two methods.

> TermVectorComponent Efficiency improvements
> -------------------------------------------
>
>                 Key: SOLR-1188
>                 URL: https://issues.apache.org/jira/browse/SOLR-1188
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 1.4
>
>
> The TermVectorComponent currently uses a TermVectorMapper that does not indicate to Lucene whether positions and offsets are of interest by overriding isIgnoringOffsets and isIgnoringPositions.  

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