Annotation Interface LuceneIndexed
The
LuceneIndexed
annotation is used to index a GemfirePersistentEntity
GemfirePersistentProperty
, creating a GemFire/Geode LuceneIndex
on a GemFire/Geode Region
.- Since:
- 1.1.0
- Author:
- John Blum
- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Determine whether theLuceneIndex
should be destroy when the application shutsdown.Name
of theLuceneIndex
.Name
of theLuceneIndex
.
-
Element Details
-
value
Name
of theLuceneIndex
.- Returns:
- a
String
containing the name of theLuceneIndex
- Default:
- ""
-
name
Name
of theLuceneIndex
.- Returns:
- a
String
containing the name of theLuceneIndex
- Default:
- ""
-
destroy
boolean destroyDetermine whether theLuceneIndex
should be destroy when the application shutsdown. Default is false.- Default:
- false
-