Package org.springframework.data.gemfire.search.lucene
package org.springframework.data.gemfire.search.lucene
-
ClassDescription
LuceneAccessor
is an abstract class supporting implementations of theLuceneOperations
interface encapsulating common functionality necessary to execute Lucene queries.SpringFactoryBean
used to construct, configure and initializeLucene Indexes
on application domain object fields.TheLuceneOperations
interface defines a contract for implementations defining data access operations using Lucene queries.LuceneTemplate
is a Lucene data access operations class encapsulating functionality for performing Lucene queries and other Lucene data access operations.ProjectingLuceneAccessor
is an abstract class supporting implementations of theProjectingLuceneOperations
interface encapsulating common functionality necessary to execute Lucene queries and work with application domain object views.TheProjectingLuceneOperations
interface defines a contract for implementing classes to execute Lucene data access operations and mapping the results to entity domaintypes
.ProjectingLuceneTemplate
is a Lucene data access operations class encapsulating functionality for performing Lucene queries and other Lucene data access operations and returning the query results as application-specific domain object views.