Annotation Interface LuceneIndexed
Deprecated.
To be removed in GemFire 10 integration
The
LuceneIndexed
annotation is used to index a GemfirePersistentEntity
GemfirePersistentProperty
, creating a GemFire/Geode LuceneIndex
on a GemFire/Geode Region
.- Since:
- 1.1.0
- See Also:
-
AliasFor
IndexType
Region
LuceneIndex
-
Optional Element Summary
-
Element Details
-
value
Deprecated.Name
of theLuceneIndex
.- Returns:
- a
String
containing the name of theLuceneIndex
- Default:
- ""
-
name
Deprecated.Name
of theLuceneIndex
.- Returns:
- a
String
containing the name of theLuceneIndex
- Default:
- ""
-
destroy
boolean destroyDeprecated.Determine whether theLuceneIndex
should be destroy when the application shutsdown. Default is false.- Default:
- false
-