Skip to content

Commit

Permalink
Fix gradle build issue after upgrade to Lucene 9.3.0 (#1988)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Aug 3, 2022
1 parent 50a94b4 commit 437eb02
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 437eb02

Please sign in to comment.