Uses of Class
com.endeca.infront.navigation.model.MatchMode

Packages that use MatchMode
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. 
 

Uses of MatchMode in com.endeca.infront.cartridge
 

Methods in com.endeca.infront.cartridge that return MatchMode
 MatchMode ResultsListConfig.getRelRankMatchMode()
          Returns the relevance ranking match mode.
 

Methods in com.endeca.infront.cartridge with parameters of type MatchMode
 void ResultsListConfig.setRelRankMatchMode(MatchMode relRankMatchMode)
          Sets the relevance ranking match mode.
 

Uses of MatchMode in com.endeca.infront.cartridge.model
 

Methods in com.endeca.infront.cartridge.model that return MatchMode
 MatchMode SearchBreadcrumb.getMatchMode()
           
 

Methods in com.endeca.infront.cartridge.model with parameters of type MatchMode
 void SearchBreadcrumb.setMatchMode(MatchMode matchMode)
          Sets the match mode of this SearchBreadcrumb.
 

Uses of MatchMode in com.endeca.infront.navigation.model
 

Methods in com.endeca.infront.navigation.model that return MatchMode
 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.
 

Methods in com.endeca.infront.navigation.model with parameters of type MatchMode
 void SearchFilter.setMatchMode(MatchMode mode)
           
 

Constructors in com.endeca.infront.navigation.model with parameters of type MatchMode
SearchFilter(String key, String terms, MatchMode mode)
          Creates a text search filter.
 

Uses of MatchMode in com.endeca.infront.navigation.url
 

Methods in com.endeca.infront.navigation.url that return MatchMode
 MatchMode UrlNavigationStateBuilder.getDefaultMatchMode()
           
 

Methods in com.endeca.infront.navigation.url with parameters of type MatchMode
 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 © 2012, Oracle and/or its affiliates. All rights reserved.