|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.querybuilder.QueryBuilder
com.sun.mdm.index.querybuilder.BlockerQueryBuilder
The Blocker is used to limit the amount of potential candidates the match engine has the work with. User configured filters are used to to retrieve a block of candidates.
Constructor Summary | |
BlockerQueryBuilder()
Creates a new instance of BlockerQueryBuilder |
Method Summary | |
QueryObject |
buildQueryObject(java.lang.String[] ids,
SearchCriteria crit,
SearchOptions opts)
See QueryBuilder |
java.lang.String[] |
getApplicableQueryIds(SearchCriteria crit,
SearchOptions opts)
See QueryBuilder |
void |
init(ConfigurationInfo info)
See QueryBuilder |
Methods inherited from class com.sun.mdm.index.querybuilder.QueryBuilder |
isPhoneticizeRequired, isStandardizeRequired, setPhoneticizeRequired, setStandardizeRequired |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlockerQueryBuilder() throws QueryBuilderException
QueryBuilderException
- An error occuredMethod Detail |
public QueryObject buildQueryObject(java.lang.String[] ids, SearchCriteria crit, SearchOptions opts) throws QueryBuilderException
buildQueryObject
in class QueryBuilder
ids
- See QueryBuildercrit
- See QueryBuilderopts
- See QueryBuilder
QueryBuilderException
- See QueryBuilderpublic java.lang.String[] getApplicableQueryIds(SearchCriteria crit, SearchOptions opts) throws QueryBuilderException
getApplicableQueryIds
in class QueryBuilder
crit
- See QueryBuilderopts
- See QueryBuilder
QueryBuilderException
- See QueryBuilderpublic void init(ConfigurationInfo info) throws QueryBuilderException
init
in class QueryBuilder
info
- See QueryBuilder
QueryBuilderException
- See QueryBuilder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.