public class SubQueryParser extends Object
Constructor and Description |
---|
SubQueryParser() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<String> |
findOrTokens(String query)
This method given a query identifies the OR Tokens
for eg.
|
static void |
main(String[] args) |
static List<String> |
parseQuery(String q1)
this method parses the query and returns the different queries
converted into the OR normalized form
for e.g.
|
static boolean |
scanQueryForOrOrBracket(String query)
This method checks if query has either | or ( in it.
|
public static void main(String[] args)
public static List<String> parseQuery(String q1) throws SearchException
SearchException
public static boolean scanQueryForOrOrBracket(String query)
Copyright © 2024 GATE. All rights reserved.