Uses of Interface
org.hibernate.search.engine.backend.document.DocumentElement
-
-
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 DocumentElement
DocumentElement. addObject(String relativeFieldName)
Add a new object to a field in this document element.DocumentElement
DocumentElement. 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 class
NoOpDocumentElement
Methods in org.hibernate.search.engine.backend.document.spi that return DocumentElement Modifier and Type Method Description DocumentElement
NoOpDocumentElement. addObject(String relativeFieldName)
DocumentElement
NoOpDocumentElement. 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 void
DocumentContributor. 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 void
PropertyBridge. write(DocumentElement target, P bridgedElement, PropertyBridgeWriteContext context)
Write to fields in the givenDocumentElement
, using the givenbridgedElement
as input and transforming it as necessary.void
TypeBridge. write(DocumentElement target, T bridgedElement, TypeBridgeWriteContext context)
Write to fields in the givenDocumentElement
, using the givenbridgedElement
as 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 void
AlternativeValueBridge. write(DocumentElement target, D discriminator, P bridgedElement)
-