Package com.yahoo.schema.processing
Class CreatePositionZCurve
java.lang.Object
com.yahoo.schema.processing.Processor
com.yahoo.schema.processing.CreatePositionZCurve
Adds a "fieldName_zcurve" long attribute and "fieldName.distance" and "FieldName.position" summary fields to all position type fields.
- Author:
- bratseth
-
Field Summary
Fields inherited from class com.yahoo.schema.processing.Processor
deployLogger, queryProfiles, rankProfileRegistry, schema -
Constructor Summary
ConstructorsConstructorDescriptionCreatePositionZCurve(Schema schema, com.yahoo.config.application.api.DeployLogger deployLogger, RankProfileRegistry rankProfileRegistry, QueryProfiles queryProfiles) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(boolean validate, boolean documentsOnly) Processes the input search definition by modifying the input search and its documents, and returns the input search definition.voidprocess(boolean validate, boolean documentsOnly, com.yahoo.config.model.api.ModelContext.Properties properties) As above, possibly with properties from a context.Methods inherited from class com.yahoo.schema.processing.Processor
addField, fail, formatError, info, info, matchingRankSettingsIterator, newProcessException, newProcessException, warn, warn
-
Constructor Details
-
CreatePositionZCurve
public CreatePositionZCurve(Schema schema, com.yahoo.config.application.api.DeployLogger deployLogger, RankProfileRegistry rankProfileRegistry, QueryProfiles queryProfiles)
-
-
Method Details
-
process
public void process(boolean validate, boolean documentsOnly, com.yahoo.config.model.api.ModelContext.Properties properties) Description copied from class:ProcessorAs above, possibly with properties from a context. Override if needed. -
process
public void process(boolean validate, boolean documentsOnly) Description copied from class:ProcessorProcesses the input search definition by modifying the input search and its documents, and returns the input search definition.- Specified by:
processin classProcessor- Parameters:
validate- true to throw exceptions on validation errors, false to make the best possible effort at completing processing without throwing an exception. If we are not validating, emitting warnings have no effect and can (but must not) be skipped.documentsOnly- true to skip processing (including validation, regardless of the validate setting) of aspects not relating to document definitions (e.g rank profiles)
-