Package | Description |
---|---|
org.springframework.data.gemfire.search.lucene | |
org.springframework.data.gemfire.search.lucene.support |
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectingLuceneOperations
The
ProjectingLuceneOperations interface defines a contract for implementing classes to execute
Lucene data access operations and mapping the results to entity domain types . |
Modifier and Type | Class and Description |
---|---|
class |
LuceneAccessor
LuceneAccessor is an abstract class supporting implementations of the LuceneOperations interface
encapsulating common functionality necessary to execute Lucene queries. |
class |
LuceneTemplate
LuceneTemplate is a Lucene data access operations class encapsulating functionality
for performing Lucene queries and other Lucene data access operations. |
class |
ProjectingLuceneAccessor
ProjectingLuceneAccessor is an abstract class supporting implementations of
the ProjectingLuceneOperations interface encapsulating common functionality
necessary to execute Lucene queries and work with application domain object views. |
class |
ProjectingLuceneTemplate
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. |
Modifier and Type | Class and Description |
---|---|
class |
LuceneAccessorSupport
LuceneAccessorSupport is a LuceneAccessor class implementation providing support
for extending classes. |
class |
LuceneOperationsSupport
LuceneOperationsSupport is a abstract supporting class for implementations
of the LuceneOperations interface. |
class |
ProjectingLuceneAccessorSupport
ProjectingLuceneAccessorSupport is a ProjectingLuceneAccessor class implementation providing support
for extending classes. |
class |
ProjectingLuceneOperationsSupport
ProjectingLuceneOperationsSupport is a abstract supporting class for implementations
of the ProjectingLuceneOperations interface. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.