Uses of Class
com.yahoo.document.select.parser.ParseException
Packages that use ParseException
Package
Description
-
Uses of ParseException in com.yahoo.document
Constructors in com.yahoo.document that throw ParseException -
Uses of ParseException in com.yahoo.document.fieldpathupdate
Methods in com.yahoo.document.fieldpathupdate that throw ParseException -
Uses of ParseException in com.yahoo.document.select
Methods in com.yahoo.document.select that throw ParseExceptionModifier and TypeMethodDescriptionBucketSelector.getBucketList(String selector) Get the set of buckets that may contain documents that match the given document selection, as long as the document selection does not result in an unknown set of buckets.Constructors in com.yahoo.document.select that throw ParseExceptionModifierConstructorDescriptionDocumentSelector(String selector) Creates a document selector from a Document Selection Language string -
Uses of ParseException in com.yahoo.document.select.parser
Methods in com.yahoo.document.select.parser that return ParseExceptionMethods in com.yahoo.document.select.parser that throw ParseExceptionModifier and TypeMethodDescriptionfinal ExpressionNodeSelectParser.arithmetic()final ExpressionNodeSelectParser.attribute()final DocumentNodeSelectParser.document()final ExpressionNodeSelectParser.expression()final IdNodeSelectParser.id()final voidSelectParser.identifier()final LiteralNodeSelectParser.literal()final ExpressionNodeSelectParser.logic()final ExpressionNodeSelectParser.negation()final NowNodeSelectParser.now()final ExpressionNodeSelectParser.relational()final ExpressionNodeSelectParser.value()final VariableNodeSelectParser.variable()