Skip to content

Commit

Permalink
Change cacheable to false
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
  • Loading branch information
harshavamsi committed Aug 30, 2024
1 parent 43ca596 commit 9ee386a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ public int count(LeafReaderContext context) throws IOException {

@Override
public boolean isCacheable(LeafReaderContext ctx) {
return true;
return false;
}
};
}
Expand Down

0 comments on commit 9ee386a

Please sign in to comment.