Package | Description |
---|---|
org.hibernate.search.engine.backend.document.spi |
Modifier and Type | Method and Description |
---|---|
UserIndexFieldConverter<F> |
IndexSchemaFieldDefinitionHelper.createUserIndexFieldConverter() |
Modifier and Type | Method and Description |
---|---|
boolean |
UserIndexFieldConverter.isConvertDslToIndexCompatibleWith(UserIndexFieldConverter<?> other)
Determine whether another converter's
convertDslToIndex(Object, ToIndexFieldValueConvertContext)
method is compatible with this one's,
i.e. |
boolean |
UserIndexFieldConverter.isConvertIndexToProjectionCompatibleWith(UserIndexFieldConverter<?> other)
Determine whether another converter's
convertIndexToProjection(Object, FromIndexFieldValueConvertContext)
method is compatible with this one's,
i.e. |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.