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

spike liu updated LUCENE-10251:
-------------------------------
    Description: 
In an effort to keep the "Direct" doc-value format, which are used in our 
business scenario, in future release we moved them to doc-value iterators. Any 
review would be appreciated.

Main changes include:
 * Use DocValuesIterator instead of LegacyDocValues.java in 
DirectDocValuesProducer;
 * Embed iterator implementation inside DirectDocValuesConsumer for code reuse;
 * All test cases have been run successfully and included in 
[[https://github.com/apache/lucene/pull/464]|http://example.com/]

P.S. Our business scenario:
 * Save the inventory in Direct doc-value format;
 * Update them in memory with high-frequency without persistence;
 * Load inventory from data storage during app ignite;

  was:
In an effort to keep the "Direct" doc-value format, which are used in our 
business scenario, in future release we moved them to doc-value iterators. Any 
review would be appreciated.

Main changes include:
 * Use DocValuesIterator instead of LegacyDocValues.java in 
DirectDocValuesProducer;
 * Embed iterator implementation inside DirectDocValuesConsumer for code reuse;
 * All test cases have been run successfully and included in [pull 
request;|http://example.com]

P.S. Our business scenario:
 * Save the inventory in Direct doc-value format;
 * Update them in memory with high-frequency without persistence;
 * Load inventory from data storage during app ignite;


> Add the compliant "Direct" doc-value format
> -------------------------------------------
>
>                 Key: LUCENE-10251
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10251
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/codecs
>    Affects Versions: 10.0 (main)
>            Reporter: spike liu
>            Priority: Minor
>         Attachments: compliant_direct_doc-value_format.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In an effort to keep the "Direct" doc-value format, which are used in our 
> business scenario, in future release we moved them to doc-value iterators. 
> Any review would be appreciated.
> Main changes include:
>  * Use DocValuesIterator instead of LegacyDocValues.java in 
> DirectDocValuesProducer;
>  * Embed iterator implementation inside DirectDocValuesConsumer for code 
> reuse;
>  * All test cases have been run successfully and included in 
> [[https://github.com/apache/lucene/pull/464]|http://example.com/]
> P.S. Our business scenario:
>  * Save the inventory in Direct doc-value format;
>  * Update them in memory with high-frequency without persistence;
>  * Load inventory from data storage during app ignite;



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to