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 AbstractTypedPropertiesConfiguration
public boolean equals(Object o)
equals
in class AbstractTypedPropertiesConfiguration
public int hashCode()
hashCode
in class AbstractTypedPropertiesConfiguration
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.