Package | Description |
---|---|
org.hibernate.search.bridge.spi | |
org.hibernate.search.elasticsearch.bridge.spi |
Modifier and Type | Method and Description |
---|---|
<T extends FieldMetadataCreationContext> |
FieldMetadataCreationContext.mappedOn(Class<T> indexTechnology)
Gives access to properties that are specific to an indexing technology.
|
Modifier and Type | Method and Description |
---|---|
FieldMetadataCreationContext |
FieldMetadataCreationContext.field(String name,
FieldType type)
Adds a field to the list of all meta-data.
|
FieldMetadataCreationContext |
FieldMetadataBuilder.field(String name,
FieldType type)
Adds a field to the list of all meta-data.
|
FieldMetadataCreationContext |
FieldMetadataCreationContext.sortable(boolean sortable)
Marks the last added field as sortable.
|
Modifier and Type | Class and Description |
---|---|
class |
Elasticsearch
Extends
FieldMetadataCreationContext allowing the user to define additional properties for a field specific
to Elasticsearch. |
Modifier and Type | Method and Description |
---|---|
<T extends FieldMetadataCreationContext> |
Elasticsearch.mappedOn(Class<T> backendType) |
Modifier and Type | Method and Description |
---|---|
FieldMetadataCreationContext |
Elasticsearch.field(String name,
FieldType type) |
FieldMetadataCreationContext |
Elasticsearch.sortable(boolean sortable) |
Constructor and Description |
---|
Elasticsearch(org.hibernate.search.engine.metadata.impl.BridgeDefinedField definedField,
FieldMetadataCreationContext creationContext) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.