laimis commented on code in PR #819: URL: https://github.com/apache/lucenenet/pull/819#discussion_r1164393268
########## src/Lucene.Net.Codecs/Pulsing/Pulsing41PostingsFormat.cs: ########## @@ -35,7 +35,7 @@ public Pulsing41PostingsFormat() /// <summary>Inlines docFreq=<paramref name="freqCutoff"/> terms, otherwise uses the normal "Lucene41" format.</summary> public Pulsing41PostingsFormat(int freqCutoff) - : this(freqCutoff, BlockTreeTermsWriter.DEFAULT_MIN_BLOCK_SIZE, BlockTreeTermsWriter.DEFAULT_MAX_BLOCK_SIZE) + : this(freqCutoff, BlockTreeTermsWriter<object>.DEFAULT_MIN_BLOCK_SIZE, BlockTreeTermsWriter<object>.DEFAULT_MAX_BLOCK_SIZE) Review Comment: I addressed the constants but left the FieldReader and Stats alone due to the intent of them being specifically relevant for BlockTreeTermsReader and it would cascade to more changes from there. -- 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. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org