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/28 23:55:45 UTC

[jira] Created: (SOLR-1193) Provide option for TermVectorComponent to provide a way of retrieving TV info around a position instead of the whole vector

Provide option for TermVectorComponent to provide a way of retrieving TV info around a position instead of the whole vector
---------------------------------------------------------------------------------------------------------------------------

                 Key: SOLR-1193
                 URL: https://issues.apache.org/jira/browse/SOLR-1193
             Project: Solr
          Issue Type: Improvement
            Reporter: Grant Ingersoll
            Priority: Minor


It's often useful to retrieve TermVector information around (within some user specified window) a specific position or offset.  The TermVectorComponent can easily be modifed to use a TermVectorMapper that is aware of position/offset information and only returns term info within the window.

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