public interface NestingContext
Experimental, non-exposed work-around to facilitate creating proper ES document structures until we'll have migrated
off using Lucene Document
objects as the one and only document representation.
Modifier and Type | Method and Description |
---|---|
void |
incrementCollectionIndex() |
void |
mark(org.apache.lucene.document.Document document) |
void |
pop() |
void |
push(EmbeddedTypeMetadata embeddedTypeMetadata) |
void push(EmbeddedTypeMetadata embeddedTypeMetadata)
void pop()
void mark(org.apache.lucene.document.Document document)
void incrementCollectionIndex()
Copyright © 2006–2017 Hibernate. All rights reserved.