Interface IndexSchemaBuildContext
-
- All Known Subinterfaces:
IndexCompositeNodeBuilder,IndexObjectFieldBuilder,IndexRootBuilder
- All Known Implementing Classes:
AbstractElasticsearchIndexCompositeNodeBuilder,ElasticsearchIndexRootBuilder,LuceneIndexRootBuilder
public interface IndexSchemaBuildContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventContexteventContext()
-
-
-
Method Detail
-
eventContext
EventContext eventContext()
- Returns:
- A list of failure context elements to be passed to the constructor of any
SearchExceptionoccurring in this context.
-
-