You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Yuan Xiao (Jira)" <ji...@apache.org> on 2022/08/02 21:12:00 UTC

[jira] [Updated] (LUCENE-10670) Add Filter class to Codec Writer/Producer/Reader/Consumer/Format

     [ https://issues.apache.org/jira/browse/LUCENE-10670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuan Xiao updated LUCENE-10670:
-------------------------------
    Issue Type: Improvement  (was: Wish)

> Add Filter class to Codec Writer/Producer/Reader/Consumer/Format
> ----------------------------------------------------------------
>
>                 Key: LUCENE-10670
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10670
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Yuan Xiao
>            Priority: Major
>
> Lucene has applied filter pattern to *Path*, *Codec*, *Reader* etc(FilterPath, FilterCodec, FilterReader) , we should do the same for Writer/Producer/Reader/Consumer/Format(postings, points, doc values, vectors, stored fields, live docs, term vectors) under Codec.
> One use case is enabling probe the merge time of different file format by making a FilterCodec that overrides the merge method of each Codec format writer through these filters.
> It will allow downstream to add any additional functionality to those classes. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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