|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractLeafClause | |
|---|---|
| no.sesat.search.query.parser |
IMPLEMENTATION PACKAGE TO no.sesat.search.query. Therefore the dependency goes from this package to the query pacakge. |
| Uses of AbstractLeafClause in no.sesat.search.query.parser |
|---|
| Subclasses of AbstractLeafClause in no.sesat.search.query.parser | |
|---|---|
class |
EmailClauseImpl
EmailClauseImpl. |
class |
IntegerClauseImpl
IntegerClauseImpl. |
class |
NumberGroupClauseImpl
Nine digit organisation clause. |
class |
PhoneNumberClauseImpl
|
class |
PhraseClauseImpl
|
class |
UrlClauseImpl
UrlClauseImpl. |
class |
WordClauseImpl
Represent a word in the query. |
| Methods in no.sesat.search.query.parser with type parameters of type AbstractLeafClause | ||
|---|---|---|
static
|
AbstractLeafClause.createClause(Class<T> clauseClass,
String term,
String field,
TokenEvaluationEngine engine,
no.sesat.commons.ref.ReferenceMap<String,T> weakCache)
Works off the assumption that LeafClause constructor's have the exact parameter list: final String term, final String field, final Set<Predicate> knownPredicates, final Set<Predicate> possiblePredicates Where this is true subclasses are free to use this helper method. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||