Skip to content

Commit

Permalink
Fix gradle build issue after upgrade to Lucene 9.3.0 (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#1988) (opensearch-project#1990)

Signed-off-by: Craig Perkins <cwperx@amazon.com>
(cherry picked from commit 437eb02)

Co-authored-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and cwperks authored Aug 3, 2022
1 parent 3edd989 commit 0d362fd
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 0d362fd

Please sign in to comment.