Class ElasticsearchIndexSettings.Defaults
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.cfg.ElasticsearchIndexSettings.Defaults
-
- Enclosing class:
- ElasticsearchIndexSettings
public static final class ElasticsearchIndexSettings.Defaults extends Object
Default values for the different settings if no values are given.
-
-
Field Summary
Fields Modifier and Type Field Description static DynamicMapping
DYNAMIC_MAPPING
static int
INDEXING_MAX_BULK_SIZE
static int
INDEXING_QUEUE_COUNT
static int
INDEXING_QUEUE_SIZE
static IndexStatus
SCHEMA_MANAGEMENT_MINIMAL_REQUIRED_STATUS
static int
SCHEMA_MANAGEMENT_MINIMAL_REQUIRED_STATUS_WAIT_TIMEOUT
-
-
-
Field Detail
-
SCHEMA_MANAGEMENT_MINIMAL_REQUIRED_STATUS
public static final IndexStatus SCHEMA_MANAGEMENT_MINIMAL_REQUIRED_STATUS
-
SCHEMA_MANAGEMENT_MINIMAL_REQUIRED_STATUS_WAIT_TIMEOUT
public static final int SCHEMA_MANAGEMENT_MINIMAL_REQUIRED_STATUS_WAIT_TIMEOUT
- See Also:
- Constant Field Values
-
INDEXING_QUEUE_COUNT
public static final int INDEXING_QUEUE_COUNT
- See Also:
- Constant Field Values
-
INDEXING_QUEUE_SIZE
public static final int INDEXING_QUEUE_SIZE
- See Also:
- Constant Field Values
-
INDEXING_MAX_BULK_SIZE
public static final int INDEXING_MAX_BULK_SIZE
- See Also:
- Constant Field Values
-
DYNAMIC_MAPPING
public static final DynamicMapping DYNAMIC_MAPPING
-
-