Add `SkipIndex` in SortedNumericDocValuesSetQuery
Open
type:enhancement
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
### Description
`SkipIndex` is introduced in #13449, which is primarily utilized in range query like `SortedSetDocValuesRangeQuery` and `SortedNumericDocValuesRangeQuery`. I'm wondering if we could use it in `SortedNumericDocValuesSetQuery`.
Contributor guide
Research direction
Start by reading SortedNumericDocValuesSetQuery and the SkipIndex introduction in issue #13449, then compare how SkipIndex is used by SortedSetDocValuesRangeQuery and SortedNumericDocValuesRangeQuery. Determine whether the set query can use the same optimization and define completion by adding that support with coverage for the relevant query behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100