Package com.yahoo.schema.parser
Class ParsedIndexingOp
java.lang.Object
com.yahoo.schema.parser.ParsedIndexingOp
This class wraps an indexing script expression, with some helper methods for extracting information from it.
- Author:
- arnej27959
-
Constructor Summary
ConstructorsConstructorDescriptionParsedIndexingOp(com.yahoo.vespa.indexinglanguage.expressions.ScriptExpression script) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanboolean
-
Constructor Details
-
ParsedIndexingOp
public ParsedIndexingOp(com.yahoo.vespa.indexinglanguage.expressions.ScriptExpression script)
-
-
Method Details
-
doesAttributing
public boolean doesAttributing() -
doesIndexing
public boolean doesIndexing() -
doesLowerCasing
public boolean doesLowerCasing() -
doesSummarying
public boolean doesSummarying()
-