apache / apache/lucene

Add `SkipIndex` in SortedNumericDocValuesSetQuery

Open
#14,551 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.