|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryTransformerConfig | |
|---|---|
| no.sesat.search.mode.config | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| no.sesat.search.query.transform | |
| Uses of QueryTransformerConfig in no.sesat.search.mode.config |
|---|
| Methods in no.sesat.search.mode.config that return QueryTransformerConfig | |
|---|---|
QueryTransformerConfig |
BaseSearchConfiguration.getInitialQueryTransformer()
|
QueryTransformerConfig |
CommandConfig.getInitialQueryTransformer()
|
| Methods in no.sesat.search.mode.config that return types with arguments of type QueryTransformerConfig | |
|---|---|
List<QueryTransformerConfig> |
BaseSearchConfiguration.getQueryTransformers()
Returns a (defensive copy) list of QueryTransformerConfig that should be applied to
the query before the query is sent to search indices. |
List<QueryTransformerConfig> |
CommandConfig.getQueryTransformers()
Returns a (defensive copy) list of QueryTransformerConfig that should be applied
to the query before it is sent to the search command. |
| Methods in no.sesat.search.mode.config with parameters of type QueryTransformerConfig | |
|---|---|
void |
BaseSearchConfiguration.addQueryTransformer(QueryTransformerConfig transformer)
Adds a QueryTransformerConfig to the list of transformeres. |
void |
CommandConfig.addQueryTransformer(QueryTransformerConfig queryTransformer)
|
void |
BaseSearchConfiguration.setInitialQueryTransformer(QueryTransformerConfig initialQueryTransformer)
|
void |
CommandConfig.setInitialQueryTransformer(QueryTransformerConfig initialQueryTransformer)
|
| Uses of QueryTransformerConfig in no.sesat.search.query.transform |
|---|
| Classes in no.sesat.search.query.transform that implement QueryTransformerConfig | |
|---|---|
class |
AbstractQueryTransformerConfig
AbstractQueryTransformerConfig |
class |
AgefilterQueryTransformerConfig
|
class |
DefaultInitialisationQueryTransformerConfig
|
class |
EspAgeFilterQueryTransformerConfig
Agefilter QueryTransformer for esp5. |
class |
ExactFieldFilterQueryTransformerConfig
|
class |
ExactMatchQueryTransformerConfig
Transforms the query into field:^"query"$ or ^"query"$ if field is null Ensures that only an exact match is returned. |
class |
LowercaseQueryTransformerConfig
Configuration bean for LowercaseQueryTransformer. |
class |
MapInfoPageQueryTransformerConfig
|
class |
NewsCaseQueryTransformerConfig
Checks if the query should be transformed from a ejb lookup on the queryString. |
class |
NewsClusterQueryTransformerConfig
Adds a filter to the query Note: This queryTransformer ignores all earlier transforms on the query. |
class |
NewsMediumQueryTransformerConfig
|
class |
NewsMyNewsQueryTransformerConfig
|
class |
NewsQueryTransformerConfig
NewsTransformer is part of no.sesat.search.query |
class |
RegexpQueryTransformerConfig
Configuration bean for RegexpQueryTransformer. |
class |
SynonymQueryTransformerConfig
XXX This will get largely rewritten when alternation rotation comes into play. |
class |
TermPrefixQueryTransformerConfig
A transformer to prefix the terms in a query with a named field. |
class |
TokenMaskQueryTransformerConfig
Mask (inclusively or exclusively) terms in the query that positionally (prefix or anywhere) contains TokenPredicates. |
| Methods in no.sesat.search.query.transform that return QueryTransformerConfig | |
|---|---|
QueryTransformerConfig |
QueryTransformerConfig.readQueryTransformer(Element element)
|
| Methods in no.sesat.search.query.transform with parameters of type QueryTransformerConfig | |
|---|---|
QueryTransformer |
QueryTransformerFactory.getController(QueryTransformerConfig config)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||