Package | Description |
---|---|
org.hibernate.search.cfg |
Modifier and Type | Class and Description |
---|---|
class |
FieldBridgeDirectMapping
As opposed to FieldBridgeMapping which is used as an option of Field,
this mapping can be defined directly on the property.
|
Modifier and Type | Method and Description |
---|---|
PropertyMapping |
PropertyMapping.analyzerDiscriminator(Class<? extends Discriminator> discriminator) |
PropertyMapping |
PropertySpatialMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertyMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertyLongitudeMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertyLatitudeMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
DocumentIdMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
ContainedInMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertyMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
PropertyMapping |
SortableFieldMapping.property(String name,
ElementType type) |
PropertyMapping |
ProvidedIdMapping.property(String name,
ElementType type) |
PropertyMapping |
PropertySpatialMapping.property(String name,
ElementType type) |
PropertyMapping |
PropertyMapping.property(String name,
ElementType type) |
PropertyMapping |
PropertyLongitudeMapping.property(String name,
ElementType type) |
PropertyMapping |
PropertyLatitudeMapping.property(String name,
ElementType type) |
PropertyMapping |
IndexedMapping.property(String name,
ElementType type) |
PropertyMapping |
IndexedClassBridgeMapping.property(String name,
ElementType type) |
PropertyMapping |
IndexEmbeddedMapping.property(String name,
ElementType type) |
PropertyMapping |
FieldMapping.property(String name,
ElementType type) |
PropertyMapping |
FieldBridgeMapping.property(String name,
ElementType type) |
PropertyMapping |
FacetMapping.property(String name,
ElementType type) |
PropertyMapping |
EntitySpatialMapping.property(String name,
ElementType type) |
PropertyMapping |
EntityMapping.property(String name,
ElementType type) |
PropertyMapping |
DocumentIdMapping.property(String name,
ElementType type) |
PropertyMapping |
DateBridgeMapping.property(String name,
ElementType type) |
PropertyMapping |
ContainedInMapping.property(String name,
ElementType type) |
PropertyMapping |
ClassBridgeMapping.property(String name,
ElementType type) |
PropertyMapping |
CalendarBridgeMapping.property(String name,
ElementType type) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.