Skip to content

Commit

Permalink
Fix gradle build issue after upgrade to Lucene 9.3.0 (#1988) (#1990)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit 437eb02)

Co-authored-by: Craig Perkins <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and cwperks authored Aug 3, 2022
1 parent f08c354 commit d375be2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ public long nextOrd() throws IOException {
}

@Override
public long docValueCount() {
public int docValueCount() {
return sortedSetDocValues.docValueCount();
}

Expand Down

0 comments on commit d375be2

Please sign in to comment.