Uses of Interface
no.sesat.search.query.AndClause

Packages that use AndClause
no.sesat.search.mode.command.querybuilder   
no.sesat.search.query.parser IMPLEMENTATION PACKAGE TO no.sesat.search.query.
Therefore the dependency goes from this package to the query pacakge. 
no.sesat.search.query.transform   
 

Uses of AndClause in no.sesat.search.mode.command.querybuilder
 

Methods in no.sesat.search.mode.command.querybuilder with parameters of type AndClause
protected  void InfixQueryBuilder.visitImpl(AndClause clause)
           
protected  void PrefixQueryBuilder.visitImpl(AndClause clause)
           
 

Uses of AndClause in no.sesat.search.query.parser
 

Classes in no.sesat.search.query.parser that implement AndClause
 class AndClauseImpl
          The AndClauseImpl represents a joining clause between two terms in the query.
 

Methods in no.sesat.search.query.parser that return AndClause
 AndClause QueryParserImpl.andOperation()
           
 AndClause AbstractQueryParserContext.createAndClause(Clause first, Clause second)
          Creator wrapper method for AndClause objects.
 AndClause QueryParser.Context.createAndClause(Clause first, Clause second)
          Creator wrapper method for AndClause objects.
 AndClause QueryParserImpl.hiddenAndOperation()
           
 

Uses of AndClause in no.sesat.search.query.transform
 

Methods in no.sesat.search.query.transform with parameters of type AndClause
 void TermPrefixQueryTransformer.visitImpl(AndClause clause)
          Add prefixes to an and operator clause.
 



Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.