public class ACQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FULL_WITH_OVERLAPPING |
static int |
FULL_WITHOUT_OVERLAPPING |
static int |
PROGRESSIV |
| Constructor and Description |
|---|
ACQuery(org.neo4j.shell.util.json.JSONObject ob)
Initial after conversation
|
ACQuery(String[] query,
int mode)
Tokenized version of the query
|
ACQuery(String query,
int mode)
Default query will be split into letters
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMatch(ACMatch match) |
List<ACMatch> |
getAllMatches()
|
int |
getMode()
Return the mode for searching
|
String[] |
getQuery()
Returns the query
|
String |
toJSONString()
Converts the Object to a
JSONString |
public static final int FULL_WITH_OVERLAPPING
public static final int FULL_WITHOUT_OVERLAPPING
public static final int PROGRESSIV
public ACQuery(String[] query, int mode)
query - public ACQuery(String query, int mode)
query - public ACQuery(org.neo4j.shell.util.json.JSONObject ob)
throws org.neo4j.shell.util.json.JSONException
ob - org.neo4j.shell.util.json.JSONExceptionCopyright © 2017 JULIE Lab Jena, Germany. All rights reserved.