Package | Description |
---|---|
com.endeca.infront.cartridge |
Contains the built-in Assembler cartridge handlers and their
configuration classes.
|
com.endeca.infront.cartridge.model |
Contains model objects for use in the built-in Assembler cartridge handlers.
|
com.endeca.infront.navigation.model |
Contains model objects for use in making requests to an MDEX server.
|
com.endeca.infront.navigation.url |
Contains URL-based implementations of the interfaces in
com.endeca.infront.navigation for making requests to an MDEX server. |
Modifier and Type | Method and Description |
---|---|
MatchMode |
ResultsListConfig.getRelRankMatchMode()
Returns the relevance ranking match mode.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultsListConfig.setRelRankMatchMode(MatchMode relRankMatchMode)
Sets the relevance ranking match mode.
|
Modifier and Type | Method and Description |
---|---|
MatchMode |
SearchBreadcrumb.getMatchMode() |
Modifier and Type | Method and Description |
---|---|
void |
SearchBreadcrumb.setMatchMode(MatchMode matchMode)
Sets the match mode of this
SearchBreadcrumb . |
Modifier and Type | Method and Description |
---|---|
MatchMode |
SearchFilter.getMatchMode()
The Endeca match mode.
|
static MatchMode |
MatchMode.getValue(String mode)
Returns the
MatchMode whose name or toString() method matches
the input argument. |
static MatchMode |
MatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchMode[] |
MatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchFilter.setMatchMode(MatchMode mode) |
Constructor and Description |
---|
SearchFilter(String key,
String terms,
MatchMode mode)
Creates a text search filter.
|
Modifier and Type | Method and Description |
---|---|
MatchMode |
UrlNavigationStateBuilder.getDefaultMatchMode() |
Modifier and Type | Method and Description |
---|---|
void |
UrlNavigationStateBuilder.setDefaultMatchMode(MatchMode defaultMatchMode)
Sets the default match mode that will be set when a
SearchFilter is parsed
and a match mode is not specified in the URL parameter specified by
UrlNavigationStateBuilder.getSearchFiltersMatchModeParam() |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.