Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AlcoholicMergePolicy
Merge policy for testing, it is like an alcoholic.
|
class |
LogByteSizeMergePolicy
This is a
LogMergePolicy that measures size of a
segment as the total byte size of the segment's files. |
class |
LogDocMergePolicy
This is a
LogMergePolicy that measures size of a
segment as the number of documents (not taking deletions
into account). |
Modifier and Type | Method and Description |
---|---|
static LogMergePolicy |
LuceneTestCase.newLogMergePolicy() |
static LogMergePolicy |
LuceneTestCase.newLogMergePolicy(Random r) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.