[ 
https://issues.apache.org/jira/browse/LUCENE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006223#comment-13006223
 ] 

Zhijie Shen commented on LUCENE-2621:
-------------------------------------

I've some questions here to make sure I'm looking into the correct codes:
When you mentioned Codec API, do you mean the abstract class 
org.apache.lucene.index.codecs.Codec?
Term vectors refer to org.apache.lucene.index.TermFreqVector, and it is 
processed by TermVectorsWriter now, correct?
But what are the stored fields? I cannot find them immediately.

BTW, is there any design document of Lucene in the Wiki?


> Extend Codec to handle also stored fields and term vectors
> ----------------------------------------------------------
>
>                 Key: LUCENE-2621
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2621
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Index
>    Affects Versions: 4.0
>            Reporter: Andrzej Bialecki 
>              Labels: gsoc2011, lucene-gsoc-11
>
> Currently Codec API handles only writing/reading of term-related data, while 
> stored fields data and term frequency vector data writing/reading is handled 
> elsewhere.
> I propose to extend the Codec API to handle this data as well.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to