Skip to content

Commit 09aaebe

Browse files
committed
Fix class reference
1 parent 6192839 commit 09aaebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/TrackingPostingsInMemoryBytesCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
/**
3333
* A codec that tracks the length of the min and max written terms. Used to improve memory usage estimates in serverless, since
34-
* {@link org.apache.lucene.codecs.lucene90.blocktree.FieldReader} keeps an in-memory reference to the min and max term.
34+
* {@link org.apache.lucene.codecs.lucene103.blocktree.FieldReader} keeps an in-memory reference to the min and max term.
3535
*/
3636
public class TrackingPostingsInMemoryBytesCodec extends FilterCodec {
3737
public static final FeatureFlag TRACK_POSTINGS_IN_MEMORY_BYTES = new FeatureFlag("track_postings_in_memory_bytes");

0 commit comments

Comments
 (0)