Modifier and Type | Method and Description |
---|---|
DocumentElement |
IndexObjectFieldAccessor.add(DocumentElement target)
Add a new object to the given state at the target of this reference,
and return the nested object, so that it can be populated with fields.
|
Modifier and Type | Method and Description |
---|---|
DocumentElement |
IndexObjectFieldAccessor.add(DocumentElement target)
Add a new object to the given state at the target of this reference,
and return the nested object, so that it can be populated with fields.
|
void |
IndexObjectFieldAccessor.addMissing(DocumentElement target)
Similar to
IndexObjectFieldAccessor.add(DocumentElement) , but instead of adding an
object, this method adds a missing value marker. |
void |
IndexFieldAccessor.write(DocumentElement target,
F value)
Add a new value to the given state for the field targeted by this reference.
|
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 |
IndexManagerBuildingState<D extends DocumentElement> |
Modifier and Type | Interface and Description |
---|---|
interface |
MappedIndexManager<D extends DocumentElement>
The object responsible for applying works and searches to a full-text index.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyBridge.write(DocumentElement target,
PojoElement source,
PropertyBridgeWriteContext context)
Write to fields in the given
DocumentElement ,
using the given PojoElement as input and transforming it as necessary. |
void |
TypeBridge.write(DocumentElement target,
PojoElement source,
TypeBridgeWriteContext context)
Write to fields in the given
DocumentElement ,
using the given PojoElement as input and transforming it as necessary. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.