public class IndexingConfiguration extends AbstractTypedPropertiesConfiguration
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled()
Whether indexing is enabled.
|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
indexLocalOnly()
If true, only index changes made locally, ignoring remote changes.
|
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() |
public boolean enabled()
public boolean indexLocalOnly()
public 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 AbstractTypedPropertiesConfigurationpublic boolean equals(Object o)
equals in class AbstractTypedPropertiesConfigurationpublic int hashCode()
hashCode in class AbstractTypedPropertiesConfigurationCopyright © 2012 JBoss by Red Hat. All Rights Reserved.