Package org.springframework.data.gemfire.search.lucene
package org.springframework.data.gemfire.search.lucene
-
ClassDescription
LuceneAccessoris an abstract class supporting implementations of theLuceneOperationsinterface encapsulating common functionality necessary to execute Lucene queries.SpringFactoryBeanused to construct, configure and initializeLucene Indexeson application domain object fields.TheLuceneOperationsinterface defines a contract for implementations defining data access operations using Lucene queries.LuceneTemplateis a Lucene data access operations class encapsulating functionality for performing Lucene queries and other Lucene data access operations.ProjectingLuceneAccessoris an abstract class supporting implementations of theProjectingLuceneOperationsinterface encapsulating common functionality necessary to execute Lucene queries and work with application domain object views.TheProjectingLuceneOperationsinterface defines a contract for implementing classes to execute Lucene data access operations and mapping the results to entity domaintypes.ProjectingLuceneTemplateis 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.