| Interface | Description |
|---|---|
| LuceneAccessor.LuceneQueryExecutor<T> | |
| LuceneOperations |
The
LuceneOperations interface defines a contract for implementations defining data access operations
using Lucene queries. |
| ProjectingLuceneOperations |
The
ProjectingLuceneOperations interface defines a contract for implementing classes to execute
Lucene data access operations and mapping the results to entity domain types. |
| Class | Description |
|---|---|
| LuceneAccessor |
LuceneAccessor is an abstract class supporting implementations of the LuceneOperations interface
encapsulating common functionality necessary to execute Lucene queries. |
| LuceneIndexFactoryBean |
Spring
FactoryBean used to construct, configure and initialize Lucene Indexes
on application domain object fields. |
| LuceneServiceFactoryBean | |
| LuceneTemplate |
LuceneTemplate is a Lucene data access operations class encapsulating functionality
for performing Lucene queries and other Lucene data access operations. |
| 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. |
| 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. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.