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

Simon Willnauer commented on LUCENE-2621:
-----------------------------------------

Brief Summary for GSoC Students:

This issue is about extend Codec to handle also stored fields and term vectors
This is a very interesting and at the same time very much needed
feature which involves API Design, Refactoring and in depth
understanding of how IndexWriter and its internals work. The API which
needs to be refactored (Codec API) was made to consume PostingLists
once an in memory index segment is flushed to disc. Yet, to expose
Stored Fields to this API we need to prepare it to consume data for
every document while we build the in memory segment. So there is a
little paradigm missmatch here which needs to be addressed.

> 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