mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
javadoc
This commit is contained in:
parent
aac05e2629
commit
d546ae358c
@ -121,6 +121,9 @@ public class SimpleLuceneTests {
|
||||
indexWriter.close();
|
||||
}
|
||||
|
||||
/**
|
||||
* Verify doc freqs update with refresh of readers.
|
||||
*/
|
||||
@Test public void testTermEnumDocFreq() throws Exception {
|
||||
Directory dir = new RAMDirectory();
|
||||
IndexWriter indexWriter = new IndexWriter(dir, Lucene.STANDARD_ANALYZER, true, IndexWriter.MaxFieldLength.UNLIMITED);
|
||||
|
Loading…
x
Reference in New Issue
Block a user