|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.AbstractTypedPropertiesConfiguration
org.infinispan.configuration.cache.IndexingConfiguration
public class IndexingConfiguration
Configures indexing of entries in the cache for searching.
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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 String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class AbstractTypedPropertiesConfiguration
public int hashCode()
hashCode
in class AbstractTypedPropertiesConfiguration
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |