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(Document document) |
void |
pop() |
void |
push(EmbeddedTypeMetadata embeddedTypeMetadata) |
void push(EmbeddedTypeMetadata embeddedTypeMetadata)
void pop()
void mark(Document document)
void incrementCollectionIndex()
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved