| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.bridge.builtin.annotation | |
| org.hibernate.search.mapper.pojo.mapping.definition.annotation |
| Modifier and Type | Class and Description |
|---|---|
interface |
GeoPointBinding
|
interface |
Latitude
Mark the property hosting the latitude of a specific spatial coordinate.
|
interface |
Longitude
Mark the property hosting the longitude of a specific spatial coordinate.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
AssociationInverseSide
Given an association from an entity type
A to an entity type B,
defines the inverse side of an association,
i.e. |
interface |
DocumentId
Maps a property to the identifier of documents in the index.
|
interface |
FullTextField
Maps a property to a full-text field in the index, potentially holding multiple tokens (words) of text.
|
interface |
GenericField
Maps an entity property to a field in the index.
|
interface |
IndexedEmbedded
Maps a property to an object field whose fields are the same as those defined in the property type.
|
interface |
IndexingDependency
Given a property, defines how a dependency of the indexing process to this property
should affect automatic indexing.
|
interface |
KeywordField
Maps a property to a keyword field in the index, holding a single token (word) of text.
|
interface |
MarkerBinding
Applies a marker to a property using a
MarkerBinder. |
interface |
NonStandardField
Maps a property to a non-standard field in the index.
|
interface |
PropertyBinding
Maps a property to index fields using a
PropertyBinder,
which will define a PropertyBridge. |
interface |
ScaledNumberField
Maps a property to a scaled number field in the index,
i.e.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.