[ http://issues.apache.org/jira/browse/LUCENE-95?page=all ]

Grant Ingersoll updated LUCENE-95:
----------------------------------

    Attachment: queryTermPositionVector.patch.tar.gz

Attached is an implementation of TermPositionVector for queries.  It simply 
extends QueryTermVector and provides position and offset information for a 
query.

I implemented it for the sake of completeness (there is a similar functionality 
on the Document side) and b/c I need it for my ApacheCon Lucene talk in 
December :-).  

I also modified some items in QueryTermVector to make some private members 
protected and added some documentation.  

Contents:
patch.txt -- The svn diff patch to QueryTermVector
newFiles.tar -- The new files for QueryTermPositionVector

Thanks,
Grant

> [PATCH] Term Vector support
> ---------------------------
>
>          Key: LUCENE-95
>          URL: http://issues.apache.org/jira/browse/LUCENE-95
>      Project: Lucene - Java
>         Type: Improvement
>   Components: Website
>     Versions: unspecified
>  Environment: Operating System: other
> Platform: All
>     Reporter: Eric Isakson
>     Assignee: Lucene Developers
>     Priority: Minor
>  Attachments: IndexReader.patch, TermFreqVector.patch, 
> patch-TermVectorPosOffset.txt, patch-TermVectorPosOffset.txt, 
> queryTermPositionVector.patch.tar.gz, src.zip, termVectorPatch-1.3-2.zip, 
> termVectorPatch1.3.zip, vector.patch.gz
>
> Moved from todo.xml:
> http://nagoya.apache.org/eyebrowse/ReadMsg?listName=lucene-
> [EMAIL PROTECTED]&msgNo=273 
> http://nagoya.apache.org/eyebrowse/ReadMsg?listName=lucene-
> [EMAIL PROTECTED]&msgNo=272 
> I don't know enough about the lucene internals to know if this was 
> implemented 
> in 1.3 so I'm adding it here as an open enhancement.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to