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
FactoryBean
used to construct, configure and initializeLucene Indexes
on application domain object fields. -
Classes in org.springframework.data.gemfire.search.lucene used by org.springframework.data.gemfire.search.luceneClassDescription
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
. -
Classes in org.springframework.data.gemfire.search.lucene used by org.springframework.data.gemfire.search.lucene.supportClassDescription
LuceneAccessor
is an abstract class supporting implementations of theLuceneOperations
interface encapsulating common functionality necessary to execute Lucene queries.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
.