[ https://issues.apache.org/jira/browse/LUCENE-10122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446615#comment-17446615 ]
ASF subversion and git services commented on LUCENE-10122: ---------------------------------------------------------- Commit 6b99f03cdddb4113834c07537887bbb4f549ee21 in lucene's branch refs/heads/branch_9x from Patrick Zhai [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=6b99f03 ] LUCENE-10122 Use NumericDocValue to store taxonomy parent array (#454) > Explore using NumericDocValue to store taxonomy parent array > ------------------------------------------------------------ > > Key: LUCENE-10122 > URL: https://issues.apache.org/jira/browse/LUCENE-10122 > Project: Lucene - Core > Issue Type: Improvement > Components: modules/facet > Affects Versions: 9.0 > Reporter: Haoyu Zhai > Priority: Minor > Time Spent: 6h 10m > Remaining Estimate: 0h > > We currently use term position of a hardcoded term in a hardcoded field to > represent the parent ordinal of each taxonomy label. That is an old way and > perhaps could be dated back to the time where doc values didn't exist. > We probably would want to use NumericDocValues instead given we have spent > quite a lot of effort optimizing them. -- 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