public class IndexingConfiguration extends AbstractTypedPropertiesConfiguration implements Matchable<IndexingConfiguration>
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
AUTO_CONFIG |
static AttributeDefinition<Index> |
INDEX |
static AttributeDefinition<Set<Class<?>>> |
INDEXED_ENTITIES |
attributes, PROPERTIES
Constructor and Description |
---|
IndexingConfiguration(AttributeSet attributes) |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes() |
boolean |
autoConfig()
Determines if autoconfig is enabled for this IndexingConfiguration
|
boolean |
enabled()
Deprecated.
Use
index() instead |
Index |
index()
Returns the indexing mode of this cache.
|
Set<Class<?>> |
indexedEntities() |
boolean |
indexLocalOnly()
Deprecated.
Use
index() instead |
boolean |
indexShareable()
Check if the indexes can be shared.
|
TypedProperties |
properties()
These properties are passed directly to the embedded Hibernate Search engine, so for the
complete and up to date documentation about available properties refer to the Hibernate Search
reference of the version you're using with Infinispan Query.
|
String |
toString() |
attributeSet, equals, hashCode
public static final AttributeDefinition<Index> INDEX
public static final AttributeDefinition<Boolean> AUTO_CONFIG
public static final AttributeDefinition<Set<Class<?>>> INDEXED_ENTITIES
public IndexingConfiguration(AttributeSet attributes)
@Deprecated public boolean enabled()
index()
instead@Deprecated public boolean indexLocalOnly()
index()
insteadpublic TypedProperties properties()
These properties are passed directly to the embedded Hibernate Search engine, so for the complete and up to date documentation about available properties refer to the Hibernate Search reference of the version you're using with Infinispan Query.
properties
in class AbstractTypedPropertiesConfiguration
public Index index()
public boolean autoConfig()
public AttributeSet attributes()
public boolean indexShareable()
public String toString()
toString
in class AbstractTypedPropertiesConfiguration
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.