Package com.yahoo.schema.derived
Class IndexingScript
java.lang.Object
com.yahoo.schema.derived.Derived
com.yahoo.schema.derived.IndexingScript
An indexing language script derived from a schema. An indexing script contains a set of indexing
statements, organized in a composite structure of indexing code snippets.
- Author:
- bratseth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidderive(ImmutableSDField field, Schema schema) Derives the content of this configuration.protected voidDerives the content of this configuration.voidIterable<com.yahoo.vespa.indexinglanguage.expressions.Expression>voidgetConfig(com.yahoo.vespa.configdefinition.IlscriptsConfig.Builder configBuilder)
-
Constructor Details
-
IndexingScript
-
-
Method Details
-
derive
Description copied from class:DerivedDerives the content of this configuration. This default calls derive(Document) for each document and derive(SDField) for each search definition level field AND sets the name of this to the name of the input search definition -
derive
Description copied from class:DerivedDerives the content of this configuration. This default does nothing. -
expressions
-
getDerivedName
- Specified by:
getDerivedNamein classDerived
-
getConfig
public void getConfig(com.yahoo.vespa.configdefinition.IlscriptsConfig.Builder configBuilder) -
export
- Throws:
IOException
-