| Modifier and Type | Method and Description |
|---|---|
DocumentElement |
DocumentElement.addObject(IndexObjectFieldReference fieldReference)
Add a new object to the referenced field in this document element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpDocumentElement |
| Modifier and Type | Method and Description |
|---|---|
DocumentElement |
NoOpDocumentElement.addObject(IndexObjectFieldReference fieldReference) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexManagerBuilder<D extends DocumentElement> |
interface |
IndexManagerImplementor<D extends DocumentElement>
The object responsible for applying works and searches to a full-text index.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BackendImplementor<D extends DocumentElement> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MappedIndexManagerBuilder<D extends DocumentElement>
A builder for
MappedIndexManager instances,
which will be the interface between the mapping and the index when indexing and searching. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MappedIndexManager<D extends DocumentElement>
The object responsible for applying works and searches to a full-text index.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.