File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
lucene/core/src/java/org/apache/lucene/util/fst Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2020import org .apache .lucene .store .ByteBuffersDataOutput ;
2121import org .apache .lucene .store .DataOutput ;
2222
23- /** A {@link FSTReader} which is backed by {@link ByteBuffersDataOutput } */
23+ /** An adapter class to use {@link ByteBuffersDataOutput} as a {@link FSTReader } */
2424final class ByteBuffersFSTReader extends DataOutput implements FSTReader {
2525
2626 private final ByteBuffersDataOutput dataOutput ;
Original file line number Diff line number Diff line change 2424import org .apache .lucene .util .Accountable ;
2525import org .apache .lucene .util .RamUsageEstimator ;
2626
27- // TODO: merge with PagedBytes, except PagedBytes doesn't
28- // let you read while writing which FST needs
27+ // TODO: merge with or use PagedBytes/ByteBuffersDataOutput
2928
3029class BytesStore extends DataOutput implements Accountable {
3130
You can’t perform that action at this time.
0 commit comments