All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description FlatFormatSerializer A built-inLuceneSerializer
to parse user's nested object into a flat format, i.e.Index Java class for anonymous complex type.Index.Field Java class for anonymous complex type.LuceneIndex LuceneIndex represents the Lucene index created over the data stored in Apache Geode regions.LuceneIndexDestroyedException A LuceneIndexDestroyedException is thrown if a Lucene index is attempted to be used while it is being destroyed or after it has been destroyed.LuceneIndexExistsException A LuceneIndexExistsException is thrown if a Lucene index that already exists is attempted to be created.LuceneIndexFactory A factory for creating a lucene index on the current member.LuceneIndexMetrics LuceneIndexNotFoundException A LuceneIndexNotFoundException is thrown if a Lucene index is requested but not found.LuceneQuery<K,V> A query on a Lucene index.LuceneQueryException Thrown when a Lucene query fails.LuceneQueryFactory Factory for configuring a Lucene query.LuceneQueryProvider A factory forQuery
objects.LuceneResultStruct<K,V> An interface which stores a single result obtained by executing a Lucene query.LuceneSerializer<T> An interface for writing the fields of an object into a lucene documentLuceneService The LuceneService provides the capability to create Lucene indexes and execute lucene queries on data stored in Geode regions.LuceneServiceMXBean MBean that provides access to theLuceneService
.LuceneServiceProvider Class for retrieving or creating the currently running instance of the LuceneService.PageableLuceneQueryResults<K,V> This interface allows you to retrieve a page of query results at a time, using thePageableLuceneQueryResults.hasNext()
andPageableLuceneQueryResults.next()
methods.