Class LuceneIndexSettings.MergeRadicals
- java.lang.Object
-
- org.hibernate.search.backend.lucene.cfg.LuceneIndexSettings.MergeRadicals
-
- Enclosing class:
- LuceneIndexSettings
public static final class LuceneIndexSettings.MergeRadicals extends Object
Configuration property keys for merge options, without theprefix
.
-
-
Field Detail
-
MAX_DOCS
public static final String MAX_DOCS
- See Also:
- Constant Field Values
-
FACTOR
public static final String FACTOR
- See Also:
- Constant Field Values
-
MIN_SIZE
public static final String MIN_SIZE
- See Also:
- Constant Field Values
-
MAX_SIZE
public static final String MAX_SIZE
- See Also:
- Constant Field Values
-
MAX_FORCED_SIZE
public static final String MAX_FORCED_SIZE
- See Also:
- Constant Field Values
-
CALIBRATE_BY_DELETES
public static final String CALIBRATE_BY_DELETES
- See Also:
- Constant Field Values
-
-