Uses of Package
org.springframework.data.gemfire.search.lucene
Packages that use org.springframework.data.gemfire.search.lucene
Package
Description
-
Classes in org.springframework.data.gemfire.search.lucene used by org.springframework.data.gemfire.config.annotationClassDescriptionSpring
FactoryBeanused to construct, configure and initializeLucene Indexeson application domain object fields. -
Classes in org.springframework.data.gemfire.search.lucene used by org.springframework.data.gemfire.search.luceneClassDescription
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. -
Classes in org.springframework.data.gemfire.search.lucene used by org.springframework.data.gemfire.search.lucene.supportClassDescription
LuceneAccessoris an abstract class supporting implementations of theLuceneOperationsinterface encapsulating common functionality necessary to execute Lucene queries.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.