Package | Description |
---|---|
org.hibernate.search.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 |
FieldMetadataBuilder.field(String name,
FieldType type)
Adds a field to the list of all meta-data.
|
FieldMetadataCreationContext |
FieldMetadataCreationContext.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.
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.