Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Interface SourceLoader.SyntheticVectorsLoader
- All Known Implementing Classes:
SyntheticVectorsPatchFieldLoader
- Enclosing interface:
SourceLoader
public static interface SourceLoader.SyntheticVectorsLoader
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionleaf(org.apache.lucene.index.LeafReaderContext context) Returns a leaf loader if the provided context contains patches for the specified field; returns null otherwise.
-
Method Details
-
leaf
SourceLoader.SyntheticVectorsLoader.Leaf leaf(org.apache.lucene.index.LeafReaderContext context) throws IOException Returns a leaf loader if the provided context contains patches for the specified field; returns null otherwise.- Throws:
IOException
-