| AssociationInverseSide |
Given an association from an entity type A to an entity type B,
defines the inverse side of an association,
i.e.
|
| AssociationInverseSide.List |
|
| DocumentId |
Maps a property to the identifier of documents in the index.
|
| FullTextField |
Maps a property to a full-text field in the index, potentially holding multiple tokens (words) of text.
|
| FullTextField.List |
|
| GenericField |
Maps an entity property to a field in the index.
|
| GenericField.List |
|
| Indexed |
Maps an entity type to an index.
|
| IndexedEmbedded |
Maps a property to an object field whose fields are the same as those defined in the property type.
|
| IndexedEmbedded.List |
|
| IndexingDependency |
Given a property, defines how a dependency of the indexing process to this property
should affect automatic indexing.
|
| IndexingDependency.List |
|
| KeywordField |
Maps a property to a keyword field in the index, holding a single token (word) of text.
|
| KeywordField.List |
|
| MarkerBinding |
|
| MarkerBinding.List |
|
| NonStandardField |
Maps a property to a non-standard field in the index.
|
| NonStandardField.List |
|
| ObjectPath |
A path from a root object to one or more target value(s).
|
| PropertyBinding |
|
| PropertyBinding.List |
|
| PropertyValue |
A reference to a POJO property using its name,
and to one or more target value(s) in that property using a ContainerExtraction.
|
| ScaledNumberField |
Maps a property to a scaled number field in the index,
i.e.
|
| ScaledNumberField.List |
|
| TypeBinding |
|
| TypeBinding.List |
|