You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
With an introduction of Star Tree, it is important to write and read star tree with the constructs that Lucene understands. With this approach in mind, it is required to use the existing producers, consumers and writers to write Star Tree Data, Meta and Doc Values.
These implementations are package private and non extensible currently.
Describe the solution you'd like
An abstraction on top of required Lucene implementations to support read and writes of Star Tree
Related component
Indexing:Performance
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
With an introduction of Star Tree, it is important to write and read star tree with the constructs that Lucene understands. With this approach in mind, it is required to use the existing producers, consumers and writers to write Star Tree Data, Meta and Doc Values.
These implementations are package private and non extensible currently.
Describe the solution you'd like
An abstraction on top of required Lucene implementations to support read and writes of Star Tree
Related component
Indexing:Performance
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: