Uses of Interface
org.hibernate.search.engine.backend.document.DocumentElement
-
-
Uses of DocumentElement in org.hibernate.search.backend.elasticsearch.document.impl
Classes in org.hibernate.search.backend.elasticsearch.document.impl that implement DocumentElement Modifier and Type Class Description classElasticsearchDocumentObjectBuilderMethods in org.hibernate.search.backend.elasticsearch.document.impl that return DocumentElement Modifier and Type Method Description DocumentElementElasticsearchDocumentObjectBuilder. addObject(String relativeFieldName)DocumentElementElasticsearchDocumentObjectBuilder. addObject(IndexObjectFieldReference fieldReference) -
Uses of DocumentElement in org.hibernate.search.backend.lucene.document.impl
Classes in org.hibernate.search.backend.lucene.document.impl that implement DocumentElement Modifier and Type Class Description classLuceneRootDocumentBuilder -
Uses of DocumentElement in org.hibernate.search.engine.backend.document
Methods in org.hibernate.search.engine.backend.document that return DocumentElement Modifier and Type Method Description DocumentElementDocumentElement. addObject(String relativeFieldName)Add a new object to a field in this document element.DocumentElementDocumentElement. addObject(IndexObjectFieldReference fieldReference)Add a new object to a field in this document element. -
Uses of DocumentElement in org.hibernate.search.engine.backend.document.spi
Classes in org.hibernate.search.engine.backend.document.spi that implement DocumentElement Modifier and Type Class Description classNoOpDocumentElementMethods in org.hibernate.search.engine.backend.document.spi that return DocumentElement Modifier and Type Method Description DocumentElementNoOpDocumentElement. addObject(String relativeFieldName)DocumentElementNoOpDocumentElement. addObject(IndexObjectFieldReference fieldReference) -
Uses of DocumentElement in org.hibernate.search.engine.backend.work.execution.spi
Methods in org.hibernate.search.engine.backend.work.execution.spi with parameters of type DocumentElement Modifier and Type Method Description voidDocumentContributor. contribute(DocumentElement state) -
Uses of DocumentElement in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type DocumentElement Modifier and Type Method Description voidPropertyBridge. write(DocumentElement target, P bridgedElement, PropertyBridgeWriteContext context)Write to fields in the givenDocumentElement, using the givenbridgedElementas input and transforming it as necessary.voidTypeBridge. write(DocumentElement target, T bridgedElement, TypeBridgeWriteContext context)Write to fields in the givenDocumentElement, using the givenbridgedElementas input and transforming it as necessary. -
Uses of DocumentElement in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic with parameters of type DocumentElement Modifier and Type Method Description voidAlternativeValueBridge. write(DocumentElement target, D discriminator, P bridgedElement) -
Uses of DocumentElement in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl with parameters of type DocumentElement Modifier and Type Method Description voidGeoPointBridge. write(DocumentElement target, Object bridgedElement, PropertyBridgeWriteContext context)voidGeoPointBridge. write(DocumentElement target, Object bridgedElement, TypeBridgeWriteContext context) -
Uses of DocumentElement in org.hibernate.search.mapper.pojo.processing.impl
Methods in org.hibernate.search.mapper.pojo.processing.impl with parameters of type DocumentElement Modifier and Type Method Description abstract voidPojoIndexingProcessor. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorCastedTypeNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorContainerElementNode. process(DocumentElement target, C source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorMultiNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorOriginalTypeNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorPropertyBridgeNode. process(DocumentElement target, P source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorPropertyNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorTypeBridgeNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorValueBridgeNode. process(DocumentElement target, V source, PojoIndexingProcessorRootContext context) -
Uses of DocumentElement in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl with parameters of type DocumentElement Modifier and Type Method Description voidPojoDocumentContributor. contribute(DocumentElement state)
-