public class NodeBuilder
extends java.lang.Object
Constructor and Description |
---|
NodeBuilder() |
Modifier and Type | Method and Description |
---|---|
static Node |
buildNodeFromUQL(java.lang.String uql)
Parse an UQL query and build the associated AST node
|
static Node |
buildNodeFromUQL(java.lang.String uql,
TextNode.TextProcessingOptions inheritedOptions)
Parse an UQL query using inherited text processing options and build the associated AST node
|
static RootNode |
buildRootNodeFromUQL(java.lang.String uql)
Parse an UQL query and build the associated RootNode
|
public static RootNode buildRootNodeFromUQL(java.lang.String uql) throws com.exalead.search.query.parser.ParseException
uql
- An UQL querycom.exalead.search.query.parser.ParseException
public static Node buildNodeFromUQL(java.lang.String uql) throws com.exalead.search.query.parser.ParseException
uql
- An UQL querycom.exalead.search.query.parser.ParseException
public static Node buildNodeFromUQL(java.lang.String uql, TextNode.TextProcessingOptions inheritedOptions) throws com.exalead.search.query.parser.ParseException
uql
- An UQL querycom.exalead.search.query.parser.ParseException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.