mikemccand commented on a change in pull request #610: LUCENE-8671: Load FST
off-heap if reader is not opened from an index writer
URL: https://github.com/apache/lucene-solr/pull/610#discussion_r266948427
##########
File path: lucene/core/src/java/org/apache/lucene/index/SegmentReadState.java
##########
@@ -49,23 +49,29 @@
* {@link IndexFileNames#segmentFileName(String,String,String)}). */
public final String segmentSuffix;
+ /**
+ * True iff this SegmentReadState is opened from an index writer.
Review comment:
s/`index writer`/`IndexWriter`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]