java.lang.Object
org.infinispan.query.remote.impl.mapping.reference.MessageReferenceProvider
public class MessageReferenceProvider
extends Object
Provides indexing information about a Descriptor.
- Since:
- 12.0
-
Nested Class Summary
Nested Classes
-
-
Constructor Summary
Constructors
-
Method Summary
HashMap<String,org.hibernate.search.engine.backend.document.IndexFieldReference<?>>
bind(org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement indexSchemaElement,
String basePath)
boolean
-
Field Details
-
COMMON_MESSAGE_TYPES
public static final Set<String> COMMON_MESSAGE_TYPES
-
Constructor Details
-
MessageReferenceProvider
public MessageReferenceProvider(org.infinispan.protostream.descriptors.Descriptor descriptor)
-
Method Details
-
isEmpty
public boolean isEmpty()
-
bind
public HashMap<String,org.hibernate.search.engine.backend.document.IndexFieldReference<?>> bind(org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement indexSchemaElement,
String basePath)
-
-