You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "John Wang (JIRA)" <ji...@apache.org> on 2013/06/03 22:52:20 UTC

[jira] [Commented] (LUCENE-4569) Allow customization of column stride field and norms via indexing chain

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

John Wang commented on LUCENE-4569:
-----------------------------------

Hi Simon:

   Looked at the latest code on trunk, it seems that I can just add my own DocValuesConsumer on line 94 in DWPT. Do you think that is the right way of doing this?

   I will resolve this issue since seems that the trunk code is suppor what I need.

-John
                
> Allow customization of column stride field and norms via indexing chain
> -----------------------------------------------------------------------
>
>                 Key: LUCENE-4569
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4569
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/index
>    Affects Versions: 4.0
>            Reporter: John Wang
>            Assignee: Simon Willnauer
>         Attachments: patch.diff
>
>
> We are building an in-memory indexing format and managing our own segments. We are doing this by implementing a custom IndexingChain. We would like to support column-stride-fields and norms without having to wire in a codec (since we are managing our postings differently)
> Suggested change is consistent with the api support for passing in a custom InvertedDocConsumer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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