Uses of Class
gate.creole.ir.SearchException

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
private  Query QueryParser.createPhraseQuery(String query)
          This method will create each normalized query into a Phrase or Term query If the query has only one term to search, it will be returned as a TermQuery otherwise, it will be returned as the PhraseQuery
 ArrayList[] QueryParser.createTerms(String elem)
           
private static String SubQueryParser.extractWildcards(String query)
          This method, interprets the wild cards and convert query accordingly.
 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.