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)

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
cwperks authored and stephen-crawford committed Nov 10, 2022
1 parent bea1d54 commit e5143ae
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 e5143ae

Please sign in to comment.