|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchException | |
|---|---|
| gate.creole.annic.lucene | |
| gate.creole.ir | |
| gate.creole.ir.lucene | |
| Uses of SearchException in gate.creole.annic.lucene |
|---|
| Methods in gate.creole.annic.lucene that throw SearchException | |
|---|---|
ArrayList[] |
QueryParser.createTerms(String elem)
|
List<String> |
QueryParser.findTokens(String query)
Given a query this method returns tokens. |
Query[] |
QueryParser.parse(String field,
String query,
String baseTokenAnnotationType,
String corpusID,
String annotationSetToSearchIn)
Given a query, this method parses it to convert it into one or more lucene queries. |
static ArrayList<String> |
SubQueryParser.parseQuery(String q1)
this method parses the query and returns the different queries converted into the OR normalized form for e.g. |
int |
PatternValidator.validate(List<String> queryTokens,
List<Token> annotations,
int from,
QueryParser queryParser)
This method takes two parameters the actual query issued and annotations in which it checks if the annotations exist that are validating for the given query |
| Uses of SearchException in gate.creole.ir |
|---|
| Methods in gate.creole.ir that throw SearchException | |
|---|---|
QueryResultList |
Search.search(String query)
Search in corpus with this query. |
QueryResultList |
Search.search(String query,
int limit)
Search in corpus with this query. |
QueryResultList |
Search.search(String query,
int limit,
List fieldNames)
Search in corpus with this query. |
QueryResultList |
Search.search(String query,
List fieldNames)
Search in corpus with this query. |
void |
TestIndex.testIndex_10()
Search in existing index. |
| Uses of SearchException in gate.creole.ir.lucene |
|---|
| Methods in gate.creole.ir.lucene that throw SearchException | |
|---|---|
QueryResultList |
LuceneSearch.search(String query)
Search in corpus with this query. |
QueryResultList |
LuceneSearch.search(String query,
int limit)
Search in corpus with this query. |
QueryResultList |
LuceneSearch.search(String query,
int limit,
List fieldNames)
Search in corpus with this query. |
QueryResultList |
LuceneSearch.search(String query,
List fieldNames)
Search in corpus with this query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||