A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractAlternation - Class in no.sesat.search.query.parser.alt
Base abstraction class for any Alternation implementation.
AbstractAlternation(Alternation.Context) - Constructor for class no.sesat.search.query.parser.alt.AbstractAlternation
Creates a new instance of AbstractAlternation
AbstractBeanInfoHelper - Class in no.sesat.search.mode.config
Helper class to make it easy to non standard PropertyDescriptors in a BeanInfo.
AbstractBeanInfoHelper(Class<?>) - Constructor for class no.sesat.search.mode.config.AbstractBeanInfoHelper
Populate the descriptors with the standard JavaBean descriptors, using the supplied class.
AbstractBinaryClause - Class in no.sesat.search.query.parser
Abstract binary operation clause.
AbstractBinaryClause(String, Clause, Clause, Set<TokenPredicate>, Set<TokenPredicate>) - Constructor for class no.sesat.search.query.parser.AbstractBinaryClause
Create the infix operation clause with the given term, left and right child clauses, and known and possible predicate sets.
AbstractClause - Class in no.sesat.search.query.parser
Basic implementation of the Clause interface.
AbstractClause(String, Set<TokenPredicate>, Set<TokenPredicate>) - Constructor for class no.sesat.search.query.parser.AbstractClause
Create clause with the given term, known and possible predicates.
AbstractConfigFactory<C> - Class in no.sesat.search.site.config
Factory class for deserialising configurations from an xml document.
AbstractConfigFactory() - Constructor for class no.sesat.search.site.config.AbstractConfigFactory
 
AbstractConfigFactory.Context - Interface in no.sesat.search.site.config
 
AbstractDirective - Class in no.sesat.search.view.velocity
Useful wrapper around Velocity's Directive class.
AbstractDirective() - Constructor for class no.sesat.search.view.velocity.AbstractDirective
 
AbstractDocumentFactory - Class in no.sesat.search.site.config
Utility class for deserialising from an xml document.
AbstractDocumentFactory() - Constructor for class no.sesat.search.site.config.AbstractDocumentFactory
Creates a new instance of AbstractDocumentFactory
AbstractDocumentFactory.ParseType - Enum in no.sesat.search.site.config
 
AbstractEnrichmentDirective - Class in no.sesat.search.view.velocity
Handles presenting the enrichments The first argument allow inclusion/exclusion of each enrichment according to the subclasses implementation of placementCorrect(tab, placement, i, e)

The second argument specifies the a string to use in beginning wrapping around each enrichment.
AbstractEnrichmentDirective() - Constructor for class no.sesat.search.view.velocity.AbstractEnrichmentDirective
 
AbstractEvaluatorFactory - Class in no.sesat.search.query.token
EvaluatorFactory responsible to finding appropriate factory subclass to use given the context.
AbstractEvaluatorFactory(AbstractEvaluatorFactory.Context) - Constructor for class no.sesat.search.query.token.AbstractEvaluatorFactory
All factory implementations must super to this in their constructor.
AbstractEvaluatorFactory.Context - Interface in no.sesat.search.query.token
The context the RegExpEvaluatorFactory must work against.
AbstractLeafClause - Class in no.sesat.search.query.parser
Basic implementation of the LeafClause interface.
AbstractLeafClause(String, String, Set<TokenPredicate>, Set<TokenPredicate>) - Constructor for class no.sesat.search.query.parser.AbstractLeafClause
Create clause with the given term, known and possible predicates.
AbstractQuery - Class in no.sesat.search.query.parser
Abstract helper for implementing a Query class.
AbstractQuery(String) - Constructor for class no.sesat.search.query.parser.AbstractQuery
Creates a new instance of AbstractQuery .
AbstractQueryBuilder - Class in no.sesat.search.mode.command.querybuilder
Abstract QueryBuilder providing basic support for mantaining context and stringBuilder fields (and related methods).
AbstractQueryBuilder(QueryBuilder.Context, QueryBuilderConfig) - Constructor for class no.sesat.search.mode.command.querybuilder.AbstractQueryBuilder
 
AbstractQueryBuilderConfig - Class in no.sesat.search.mode.config.querybuilder
 
AbstractQueryBuilderConfig() - Constructor for class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
 
AbstractQueryBuilderConfig(String, boolean, boolean, boolean) - Constructor for class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
 
AbstractQueryParser - Class in no.sesat.search.query.parser
Abstract helper for implementing a QueryParser Provides default implementation to get the query object.
AbstractQueryParser() - Constructor for class no.sesat.search.query.parser.AbstractQueryParser
 
AbstractQueryParserContext - Class in no.sesat.search.query.parser
Default implementation of QueryParser.Context's createXxxClause methods.
AbstractQueryParserContext() - Constructor for class no.sesat.search.query.parser.AbstractQueryParserContext
Creates a new instance of AbstractQueryParserContext.
AbstractQueryTransformer - Class in no.sesat.search.query.transform
AbstractQueryTransformer is part of no.sesat.search.query
AbstractQueryTransformer() - Constructor for class no.sesat.search.query.transform.AbstractQueryTransformer
Only to be used by XStream and tests
AbstractQueryTransformerConfig - Class in no.sesat.search.query.transform
AbstractQueryTransformerConfig
AbstractQueryTransformerConfig() - Constructor for class no.sesat.search.query.transform.AbstractQueryTransformerConfig
Only to be used by XStream and tests
AbstractQueryTransformerConfig.Controller - Annotation Type in no.sesat.search.query.transform
 
AbstractResourceLoader - Class in no.sesat.search.site.config
Utility class to handle loading different types of resources in a background thread.
AbstractResourceLoader(SiteContext) - Constructor for class no.sesat.search.site.config.AbstractResourceLoader
Creates a new instance of AbstractResourceLoader.
AbstractResultHandlerConfig - Class in no.sesat.search.result.handler
AbstractResultHandlerConfig
AbstractResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.AbstractResultHandlerConfig
Only to be used by XStream and tests
AbstractResultHandlerConfig.Controller - Annotation Type in no.sesat.search.result.handler
 
AbstractRunHandlerConfig - Class in no.sesat.search.run.handler
 
AbstractRunHandlerConfig() - Constructor for class no.sesat.search.run.handler.AbstractRunHandlerConfig
 
AbstractRunHandlerConfig.Controller - Annotation Type in no.sesat.search.run.handler
 
AbstractRunningQuery - Class in no.sesat.search.run
 
AbstractRunningQuery(RunningQuery.Context) - Constructor for class no.sesat.search.run.AbstractRunningQuery
Creates a new instance of AbstractRunningQuery
AbstractRunTransformerConfig - Class in no.sesat.search.run.transform
$Id$
AbstractRunTransformerConfig() - Constructor for class no.sesat.search.run.transform.AbstractRunTransformerConfig
 
AbstractRunTransformerConfig.Controller - Annotation Type in no.sesat.search.run.transform
 
AbstractSearchCommand - Class in no.sesat.search.mode.command
The base abstraction for Search Commands providing a large framework for commands to run against.
AbstractSearchCommand(SearchCommand.Context) - Constructor for class no.sesat.search.mode.command.AbstractSearchCommand
Default constructor.
AbstractSearchCommand.QueryBuilderFactory - Class in no.sesat.search.mode.command
 
AbstractSearchCommand.ReconstructedQuery - Class in no.sesat.search.mode.command
see createQuery(string)
AbstractSiteKeyedFactory - Class in no.sesat.search.site
Abstract implementation of a SiteKeyedFactory to help with the INSTANCES map and locking pattern typically used around it using ReentrantReadWriteLocks.
AbstractSiteKeyedFactory() - Constructor for class no.sesat.search.site.AbstractSiteKeyedFactory
 
AbstractSiteKeyedFactory.FactoryConstructor<T extends AbstractSiteKeyedFactory> - Interface in no.sesat.search.site
Wraps a constructor so that it may be delegated to from the instanceOf method.
AbstractTokenPredicate - Class in no.sesat.search.query.token
Base class helping with equals, hashcode, and toString overrides which all TokenPredicate implementations share.
AbstractTokenPredicate() - Constructor for class no.sesat.search.query.token.AbstractTokenPredicate
 
AbstractUnaryClause - Class in no.sesat.search.query.parser
Basic implementation of the OperationClause interface.
AbstractUnaryClause(String, Clause, Set<TokenPredicate>, Set<TokenPredicate>) - Constructor for class no.sesat.search.query.parser.AbstractUnaryClause
Create clause with the given term, known and possible predicates.
AbstractUrlGenerator - Class in no.sesat.search.view.navigation
The basics of a UrlGenerator.
AbstractUrlGenerator(DataModel, NavigationConfig.Navigation, NavigationState) - Constructor for class no.sesat.search.view.navigation.AbstractUrlGenerator
Overriding classes must have just one constructor with a signature matching this constructor.
AbstractVelocityTemplateTag - Class in no.sesat.search.view.taglib
Base class to help with importing velocity templates.
AbstractVelocityTemplateTag() - Constructor for class no.sesat.search.view.taglib.AbstractVelocityTemplateTag
 
AbstractWebServiceSearchCommand - Class in no.sesat.search.mode.command
 
AbstractWebServiceSearchCommand(SearchCommand.Context) - Constructor for class no.sesat.search.mode.command.AbstractWebServiceSearchCommand
Creates a new instance of AbstractWebServiceSearchCommand
AbstractWebServiceSearchConfiguration - Class in no.sesat.search.mode.config
 
AbstractWebServiceSearchConfiguration() - Constructor for class no.sesat.search.mode.config.AbstractWebServiceSearchConfiguration
 
AbstractXmlRestful - Class in no.sesat.search.mode.command
Base implementation for search commands that are RESTful and have XML responses.
AbstractXmlRestful(SearchCommand.Context) - Constructor for class no.sesat.search.mode.command.AbstractXmlRestful
Create new xml based command.
AbstractXmlSearchCommand - Class in no.sesat.search.mode.command
Helper base implementation for search commands that are RESTful and have XML responses.
AbstractXmlSearchCommand(SearchCommand.Context) - Constructor for class no.sesat.search.mode.command.AbstractXmlSearchCommand
Create new xml based command.
AbstractXmlSearchConfiguration - Class in no.sesat.search.mode.config
 
AbstractXmlSearchConfiguration() - Constructor for class no.sesat.search.mode.config.AbstractXmlSearchConfiguration
 
AbstractYahooSearchCommand - Class in no.sesat.search.mode.command
Yahoo Searches all usually require a partnerId and affilDataParameter.
AbstractYahooSearchCommand(SearchCommand.Context) - Constructor for class no.sesat.search.mode.command.AbstractYahooSearchCommand
Create new overture command.
AbstractYahooSearchConfiguration - Class in no.sesat.search.mode.config
 
AbstractYahooSearchConfiguration() - Constructor for class no.sesat.search.mode.config.AbstractYahooSearchConfiguration
 
abut() - Method in class no.sesat.search.site.config.AbstractResourceLoader
 
abut() - Method in interface no.sesat.search.site.config.ResourceLoader
Simple thread.join() wrapper to avoid dealing with InterruptedException.
accept(Visitor) - Method in class no.sesat.search.query.parser.AbstractClause
 
AccessAllow - Annotation Type in no.sesat.search.datamodel.access
 
AccessConstraint - Annotation Type in no.sesat.search.datamodel.access
 
AccessDisallow - Annotation Type in no.sesat.search.datamodel.access
 
add(String, String, String) - Method in class no.sesat.search.mode.config.AbstractBeanInfoHelper
Add a descriptor
add_escapes(String) - Method in exception no.sesat.search.query.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addChild(NavigationConfig.Nav) - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
addClauseInUse(String, T, ReferenceMap<String, T>) - Static method in class no.sesat.search.query.parser.AbstractClause
Note there is an identical and immutable Clause ready to use in the JVM.
addCollections(String[]) - Method in class no.sesat.search.mode.config.FastCommandConfig
 
addConnectionStatistic(URLConnection, long) - Static method in class no.sesat.search.http.HTTPClient
 
addCount(int) - Method in class no.sesat.search.result.Modifier
 
addCurrentNavigator(Navigator, String) - Method in class no.sesat.search.result.FastSearchResult
Deprecated. Add a current Navigator
addEscapes(String) - Static method in error no.sesat.search.query.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addField(String, String) - Method in class no.sesat.search.result.BasicResultItem
 
addField(String, String) - Method in class no.sesat.search.result.BasicResultList
Adds the field to the returned instance which is otherwise equal to this.
addField(String, String) - Method in interface no.sesat.search.result.ResultItem
Adds the field to the returned instance which is otherwise equal to this.
addField(String, String) - Method in interface no.sesat.search.result.ResultList
Opposed to the superinterface, ResultLists can mutate and this method will return itself.
addFields(String[]) - Method in class no.sesat.search.result.handler.FieldChooserResultHandlerConfig
 
addFields(String[]) - Method in class no.sesat.search.result.handler.NumberOperationResultHandlerConfig
 
addFilter(String, String) - Method in class no.sesat.search.mode.command.querybuilder.BaseFilterBuilder
Default format is to apend filters like "field:value".
addFilter(String, String) - Method in interface no.sesat.search.mode.command.querybuilder.FilterBuilder
Add a filter.
addFilterString(String) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Makes presumption that filter is in format "field:value".
addModifier(String, Modifier) - Method in interface no.sesat.search.result.FacetedSearchResult
To the list of modifiers found in the navigators under the name "navigatorName" add the modifier.
addModifier(String, Modifier) - Method in class no.sesat.search.result.FacetedSearchResultImpl
 
addNav(NavigationConfig.Nav, NavigationConfig) - Method in class no.sesat.search.view.navigation.NavigationConfig.Navigation
 
addNavigation(NavigationConfig.Navigation) - Method in class no.sesat.search.view.navigation.NavigationConfig
 
addNavigator(Navigator, String) - Method in class no.sesat.search.mode.config.EspFastCommandConfig
 
addNavigator(Navigator, String) - Method in class no.sesat.search.mode.config.FastCommandConfig
 
addObjectField(String, Serializable) - Method in class no.sesat.search.result.BasicResultItem
 
addObjectField(String, Serializable) - Method in class no.sesat.search.result.BasicResultList
 
addObjectField(String, Serializable) - Method in interface no.sesat.search.result.ResultItem
Adds the field to the returned instance which is otherwise equal to this.
addObjectField(String, Serializable) - Method in interface no.sesat.search.result.ResultList
Opposed to the superinterface, ResultLists can mutate and this method will return itself.
addParentClassLoader(ClassLoader) - Method in class no.sesat.search.site.config.MultiParentClassLoader
 
addPredicateName(String) - Method in class no.sesat.search.query.transform.SynonymQueryTransformer
TODO comment me.
addPredicates(String[]) - Method in class no.sesat.search.query.transform.TokenMaskQueryTransformerConfig
TODO comment me.
addPredicateScore(Predicate, int) - Method in class no.sesat.search.query.analyser.AnalysisRule
Adds a Predicate and an accompanying score.
addQuerySuggestion(Suggestion) - Method in class no.sesat.search.result.BasicResultList
addQuerySuggestion(Suggestion) - Method in interface no.sesat.search.result.ResultList
 
addQueryTransformer(QueryTransformerConfig) - Method in interface no.sesat.search.mode.config.BaseSearchConfiguration
Adds a QueryTransformerConfig to the list of transformeres.
addQueryTransformer(QueryTransformerConfig) - Method in class no.sesat.search.mode.config.CommandConfig
 
addRelevantQuery(WeightedSuggestion) - Method in class no.sesat.search.result.BasicResultList
 
addRequestProperty(String, String) - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
Adds a general request property specified by a key-value pair.
addReset(NavigationConfig.Nav) - Method in class no.sesat.search.view.navigation.NavigationConfig.Navigation
 
AddressDataObject - Interface in no.sesat.search.datamodel.user
 
addResult(T) - Method in class no.sesat.search.result.BasicResultList
 
addResult(T) - Method in interface no.sesat.search.result.ResultList
Adds the result to the end of the current list of results.
addResultField(String...) - Method in class no.sesat.search.mode.config.CommandConfig
 
addResultField(String...) - Method in interface no.sesat.search.mode.config.SearchConfiguration
 
addResultFields(String[]) - Method in class no.sesat.search.mode.config.CommandConfig
 
addResultHandler(ResultHandlerConfig) - Method in interface no.sesat.search.mode.config.BaseSearchConfiguration
Adds a ResultHandlerConfig to the list of handlers.
addResultHandler(ResultHandlerConfig) - Method in class no.sesat.search.mode.config.CommandConfig
 
addResults(List<? extends T>) - Method in class no.sesat.search.result.BasicResultList
 
addResults(List<? extends T>) - Method in interface no.sesat.search.result.ResultList
Appends the results to the end of the current list of results.
addScore(PredicateScore) - Method in class no.sesat.search.query.analyser.Scorer
A positive match on the PredicateScore increases the score.
addSingleMappedPropertyDescriptor(String, Class<?>) - Static method in class no.sesat.search.datamodel.generic.MapDataObjectBeanInfo
 
addSpellingSuggestion(WeightedSuggestion) - Method in class no.sesat.search.result.BasicResultList
 
addSpellingSuggestion(WeightedSuggestion) - Method in interface no.sesat.search.result.ResultList
 
addToMultivaluedField(String, String) - Method in class no.sesat.search.result.BasicResultItem
 
addToMultivaluedField(String, String) - Method in class no.sesat.search.result.BasicResultList
 
addToMultivaluedField(String, String) - Method in interface no.sesat.search.result.ResultItem
Adds (to the multivalued) field to the returned instance which is otherwise equal to this.
adjustBeginLineColumn(int, int) - Method in class no.sesat.search.query.parser.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class no.sesat.search.query.parser.JavaCharStream
 
AdvancedFastCommandConfig - Class in no.sesat.search.mode.config
Search configuration for the advanced search command.
AdvancedFastCommandConfig() - Constructor for class no.sesat.search.mode.config.AdvancedFastCommandConfig
Creates a new instance of the configuration.
AgeCalculatorResultHandler - Class in no.sesat.search.result.handler
Calculate Age.
AgeCalculatorResultHandler(ResultHandlerConfig) - Constructor for class no.sesat.search.result.handler.AgeCalculatorResultHandler
 
AgeCalculatorResultHandlerConfig - Class in no.sesat.search.result.handler
Calculate Age.
AgeCalculatorResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.AgeCalculatorResultHandlerConfig
 
AgefilterQueryTransformer - Class in no.sesat.search.query.transform
 
AgefilterQueryTransformer(QueryTransformerConfig) - Constructor for class no.sesat.search.query.transform.AgefilterQueryTransformer
 
AgefilterQueryTransformerConfig - Class in no.sesat.search.query.transform
 
AgefilterQueryTransformerConfig() - Constructor for class no.sesat.search.query.transform.AgefilterQueryTransformerConfig
 
ALL_MEDIUMS - Static variable in class no.sesat.search.mode.config.NewsEspCommandConfig
Constant for medium value representing all mediums.
ALL_MEDIUMS - Static variable in class no.sesat.search.query.transform.NewsMediumQueryTransformerConfig
 
allCancelled - Variable in class no.sesat.search.run.RunningQueryImpl
have all search commands been cancelled.
ALLOW_LIST - Static variable in class no.sesat.search.site.config.SiteConfiguration
The property key for the allow list of ipaddresses.
AllParametersDirective - Class in no.sesat.search.view.velocity
Very simple directive to loop through all parameters as defined in the datamodel and write them out in one line.
AllParametersDirective() - Constructor for class no.sesat.search.view.velocity.AllParametersDirective
 
alternate(Clause) - Method in interface no.sesat.search.query.parser.alt.Alternation
Perform the alternation.
alternate(Clause) - Method in class no.sesat.search.query.parser.alt.FullnameAlternation
alternate(Clause) - Method in class no.sesat.search.query.parser.alt.RotationAlternation
Returns a alternated clause where all child forests contain XorClauses.
Alternation - Interface in no.sesat.search.query.parser.alt
An Alternation is a query manipulation occurring on the query object after parsing has finished.
Alternation.Context - Interface in no.sesat.search.query.parser.alt
Context to work within.
ALWAYS_FALSE_EVALUATOR - Static variable in interface no.sesat.search.query.token.TokenEvaluationEngine
Evaluator that will return false under all circumstances.
ALWAYS_TRUE_EVALUATOR - Static variable in interface no.sesat.search.query.token.TokenEvaluationEngine
Evaluator that will return true under all circumstances.
ANALYSIS_RULES_XMLFILE - Static variable in class no.sesat.search.query.analyser.AnalysisRuleFactory
Name of the configuration file.
AnalysisRule - Class in no.sesat.search.query.analyser
The AnalysisRule provides scoring of a query based on a set of Predicate instances.
AnalysisRule() - Constructor for class no.sesat.search.query.analyser.AnalysisRule
 
AnalysisRule.Context - Interface in no.sesat.search.query.analyser
 
AnalysisRuleFactory - Class in no.sesat.search.query.analyser
Responsible for loading and serving all the AnalysisRule instances.
AnalysisRuleFactory.Context - Interface in no.sesat.search.query.analyser
The context the AnalysisRuleFactory must work against.
AND - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
AndClause - Interface in no.sesat.search.query
 
AndClauseImpl - Class in no.sesat.search.query.parser
The AndClauseImpl represents a joining clause between two terms in the query.
AndClauseImpl(String, Clause, Clause, Set<TokenPredicate>, Set<TokenPredicate>) - Constructor for class no.sesat.search.query.parser.AndClauseImpl
Create clause with the given term, field, known and possible predicates.
ANDNOT - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
AndNotClause - Interface in no.sesat.search.query
 
AndNotClauseImpl - Class in no.sesat.search.query.parser
The AndNotClauseImpl represents a joining not clause between two terms in the query.
AndNotClauseImpl(String, Clause, Clause, Set<TokenPredicate>, Set<TokenPredicate>) - Constructor for class no.sesat.search.query.parser.AndNotClauseImpl
Create the AndNotClauseImpl with the given term, left and right child clauses, and known and possible predicate sets.
andNotOperation() - Method in class no.sesat.search.query.parser.QueryParserImpl
 
andOperation() - Method in class no.sesat.search.query.parser.QueryParserImpl
 
appendFilter(LeafClause) - Method in class no.sesat.search.mode.command.querybuilder.BaseFilterBuilder
 
appendFilter(LeafClause) - Method in class no.sesat.search.mode.command.querybuilder.FastAdvancedFilterBuilder
 
appendFilter(LeafClause) - Method in class no.sesat.search.mode.command.querybuilder.FastSimpleFilterBuilder
 
appendParameterComponent(String, String) - Method in class no.sesat.search.view.navigation.BasicUrlGenerator
Appends the component and its encodedValue as a parameter component.
appendParameterComponent(String, String) - Method in class no.sesat.search.view.navigation.NewsCaseUrlGenerator
 
appendPathComponent(String, String) - Method in class no.sesat.search.view.navigation.BasicUrlGenerator
Appends the component as a path component.
appendToQueryRepresentation(CharSequence) - Method in class no.sesat.search.mode.command.querybuilder.AbstractQueryBuilder
 
appendToQueryRepresentation(char) - Method in class no.sesat.search.mode.command.querybuilder.AbstractQueryBuilder
 
applicableSearchConfigurations() - Method in class no.sesat.search.run.RunningQueryImpl
Intentionally overridable.
assignControlLevel(DataModel, ControlLevel) - Method in class no.sesat.search.datamodel.DataModelFactory
Lets the datamodel instance know that it has moved on and is now being accessed by a different level in the control process stack.

B

backup(int) - Method in class no.sesat.search.query.parser.JavaCharStream
 
balance(String, char, char) - Method in class no.sesat.search.query.parser.AbstractQueryParser
Ensure that for every leftChar there is a matching rightChar.
BandwidthDataObject - Interface in no.sesat.search.datamodel.user
 
BASE_PIPELINE - Static variable in class no.sesat.search.util.SearchConstants
Deprecated.  
BaseFilterBuilder - Class in no.sesat.search.mode.command.querybuilder
Visitor to create the filter string.
BaseFilterBuilder(QueryBuilder.Context, QueryBuilderConfig) - Constructor for class no.sesat.search.mode.command.querybuilder.BaseFilterBuilder
 
BaseSearchConfiguration - Interface in no.sesat.search.mode.config
Minimum behavior defined for any AbstractSearchConfiguration implementation.
BasicNavigationItem - Class in no.sesat.search.result
 
BasicNavigationItem() - Constructor for class no.sesat.search.result.BasicNavigationItem
 
BasicNavigationItem(String, String, int) - Constructor for class no.sesat.search.result.BasicNavigationItem
 
BasicResultItem - Class in no.sesat.search.result
A simple implementation of a search result item.
BasicResultItem() - Constructor for class no.sesat.search.result.BasicResultItem
 
BasicResultItem(String, String) - Constructor for class no.sesat.search.result.BasicResultItem
 
BasicResultItem(ResultItem) - Constructor for class no.sesat.search.result.BasicResultItem
 
BasicResultList<T extends ResultItem> - Class in no.sesat.search.result
A simple implementation of a search result.
BasicResultList() - Constructor for class no.sesat.search.result.BasicResultList
Plain constructor.
BasicResultList(String, String, int) - Constructor for class no.sesat.search.result.BasicResultList
 
BasicResultList(ResultItem) - Constructor for class no.sesat.search.result.BasicResultList
Copy constructor.
BasicResultList(ResultList<ResultItem>) - Constructor for class no.sesat.search.result.BasicResultList
Copy constructor.
BasicSuggestion - Class in no.sesat.search.result
Immutable
BasicSuggestion(String, String, String) - Constructor for class no.sesat.search.result.BasicSuggestion
 
BasicUrlGenerator - Class in no.sesat.search.view.navigation
This implementation generates the URL components as parameters: param1=param1Value¶m1=param2value.
BasicUrlGenerator(DataModel, NavigationConfig.Navigation, NavigationState) - Constructor for class no.sesat.search.view.navigation.BasicUrlGenerator
Creates a new url generator.
BasicWeightedSuggestion - Class in no.sesat.search.result
Immutable
BasicWeightedSuggestion(String, String, String, int) - Constructor for class no.sesat.search.result.BasicWeightedSuggestion
TODO comment me.
beanToXmlName(String) - Static method in class no.sesat.search.site.config.AbstractDocumentFactory
The words within the bean name are deduced assuming the first-letter-capital (for example camel's hump) naming convention.
beginColumn - Variable in class no.sesat.search.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class no.sesat.search.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class no.sesat.search.query.parser.JavaCharStream
 
BinaryClause - Interface in no.sesat.search.query
An operation clause.
BlendingNewsCommandConfig - Class in no.sesat.search.mode.config
 
BlendingNewsCommandConfig() - Constructor for class no.sesat.search.mode.config.BlendingNewsCommandConfig
 
BlogSearchResultItem - Class in no.sesat.search.result
 
BlogSearchResultItem() - Constructor for class no.sesat.search.result.BlogSearchResultItem
 
BoldWordDirective - Class in no.sesat.search.view.velocity
A velocity directive to bold (query) word(s) param 1: text to replace param 2: query - "og" and "i" in the query should not be bolded.
BoldWordDirective() - Constructor for class no.sesat.search.view.velocity.BoldWordDirective
 
Boomerang - Class in no.sesat.search.result
Boomerang manipulates URL links, for example to ensure outbound links are logged.
Boomerang() - Constructor for class no.sesat.search.result.Boomerang
 
BoomerangServlet - Class in no.sesat.search.http.servlet
Provides the user-statistics logging in Sesat.
BoomerangServlet() - Constructor for class no.sesat.search.http.servlet.BoomerangServlet
 
BoomerangTag - Class in no.sesat.search.view.taglib
 
BoomerangTag() - Constructor for class no.sesat.search.view.taglib.BoomerangTag
 
BrowserDataObject - Interface in no.sesat.search.datamodel.request
Holds information regarding the user's browser.
bufcolumn - Variable in class no.sesat.search.query.parser.JavaCharStream
 
buffer - Variable in class no.sesat.search.query.parser.JavaCharStream
 
bufline - Variable in class no.sesat.search.query.parser.JavaCharStream
 
bufpos - Variable in class no.sesat.search.query.parser.JavaCharStream
 
builder - Variable in class no.sesat.search.site.config.AbstractResourceLoader
DocumentBuilder builder.
BytecodeContext - Interface in no.sesat.search.site.config
Interface providing a way to get bytecode resource loaders.
BytecodeLoader - Interface in no.sesat.search.site.config
ResourceLoader for loading java byte code from SESAT skins.

C

call() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Called by thread executor
call() - Method in interface no.sesat.search.mode.command.SearchCommand
From Callable interface.
cancel(boolean) - Method in class no.sesat.search.mode.executor.SearchTask
 
CapitalizeWordsDirective - Class in no.sesat.search.view.velocity
A velocity directive to capitalize word(s) #capitalizeWords('thomas kjerstad') The default charset is utf-8.
CapitalizeWordsDirective() - Constructor for class no.sesat.search.view.velocity.CapitalizeWordsDirective
 
Categories - Enum in no.sesat.search.query.token
A formalised breakdown of metadata categories that search terms can match.
checkCoords(List<ResultItem>) - Method in class no.geodata.maputil.CoordHelper
lopper igjennom listetreffet for å sjekke om noen av treffene inneholder koordinater
checkInfoTextLength(String, int) - Method in class no.sesat.search.result.Decoder
 
childExists(UnaryClause, Clause) - Method in class no.sesat.search.query.finder.ChildFinder
Does the child clause exist any depth underneath the parent.
ChildFinder - Class in no.sesat.search.query.finder
Used to find if a particular clause exists underneath another.
ChildFinder() - Constructor for class no.sesat.search.query.finder.ChildFinder
 
chop(String, int) - Static method in class no.sesat.search.result.StringChopper
Truncate s to the given length at closest space or xml tag.
chop(String, int, boolean) - Static method in class no.sesat.search.result.StringChopper
Truncate s to the given length or to closest space/tag depending on chop.
ChopStringDirective - Class in no.sesat.search.view.velocity
A velocity directive to chop a string If a third parameter "esc" is sent, the string will also be htmlescaped #chopString('this string is being chopped!' 20) returns the string: "this string is.."
ChopStringDirective() - Constructor for class no.sesat.search.view.velocity.ChopStringDirective
 
Clause - Interface in no.sesat.search.query
A Clause in this project represents a single term or operation on or between terms in a Query string.
clearFieldFilters() - Method in class no.sesat.search.mode.config.CommandConfig
 
clearFieldFilters() - Method in interface no.sesat.search.mode.config.SearchConfiguration
Remove all fieldFilters.
clearQueryTransformers() - Method in interface no.sesat.search.mode.config.BaseSearchConfiguration
 
clearQueryTransformers() - Method in class no.sesat.search.mode.config.CommandConfig
 
clearResultHandlers() - Method in interface no.sesat.search.mode.config.BaseSearchConfiguration
Remove all result handlers.
clearResultHandlers() - Method in class no.sesat.search.mode.config.CommandConfig
 
clearSort() - Method in class no.sesat.search.mode.config.SolrCommandConfig
 
close() - Method in class no.sesat.search.http.protocol.jar.URLJarFile
 
close(JarFile) - Method in interface no.sesat.search.http.protocol.jar.URLJarFile.URLJarFileCloseController
 
CLOSEP - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
ClusteringEspFastCommandConfig - Class in no.sesat.search.mode.config
Configuration for a NewsClusteringESPFastCommand.
ClusteringEspFastCommandConfig() - Constructor for class no.sesat.search.mode.config.ClusteringEspFastCommandConfig
 
ClusteringHitCountResultHandler - Class in no.sesat.search.result.handler
 
ClusteringHitCountResultHandler(ResultHandlerConfig) - Constructor for class no.sesat.search.result.handler.ClusteringHitCountResultHandler
 
ClusteringHitCountResultHandlerConfig - Class in no.sesat.search.result.handler
Result handler to fix the hit count on clustering search results where Fast gives us a wrong hit count (too low).
ClusteringHitCountResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.ClusteringHitCountResultHandlerConfig
 
ClusterOffsetAdapter - Class in no.sesat.search.result.handler
Adapts a old searchresult to use the newsSimpeOffsetPager
ClusterOffsetAdapter(ResultHandlerConfig) - Constructor for class no.sesat.search.result.handler.ClusterOffsetAdapter
 
ClusterOffsetAdapterResultHandlerConfig - Class in no.sesat.search.result.handler
 
ClusterOffsetAdapterResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.ClusterOffsetAdapterResultHandlerConfig
 
collectFacets(QueryResponse, ResultList<ResultItem>) - Method in class no.sesat.search.mode.command.SolrSearchCommand
 
collectFacets(SearchCommand.Context, QueryResponse, FacetedSearchResult<? extends ResultItem>) - Method in interface no.sesat.search.mode.command.SolrSearchCommand.FacetToolkit
 
collectFacets(SearchCommand.Context, QueryResponse, FacetedSearchResult<? extends ResultItem>) - Method in class no.sesat.search.mode.command.SolrSimpleFacetToolkitImpl
 
column - Variable in class no.sesat.search.query.parser.JavaCharStream
 
CommandConfig - Class in no.sesat.search.mode.config
A common base class for search configurations.
CommandConfig() - Constructor for class no.sesat.search.mode.config.CommandConfig
 
CommandConfig.Controller - Annotation Type in no.sesat.search.mode.config
 
CommandConfigBeanInfo - Class in no.sesat.search.mode.config
BeanInfo for the CommnadConfig class
CommandConfigBeanInfo() - Constructor for class no.sesat.search.mode.config.CommandConfigBeanInfo
 
CommandConfigBeanInfo(Class<?>) - Constructor for class no.sesat.search.mode.config.CommandConfigBeanInfo
 
COMPANIES_COLLECTION - Static variable in class no.sesat.search.util.SearchConstants
Deprecated.  
COMPANIES_COLLECTION_NAVIGATOR - Static variable in class no.sesat.search.util.SearchConstants
Deprecated.  
compare(Modifier, Modifier) - Method in enum no.sesat.search.result.ModifierDateComparator
 
compare(Modifier, Modifier) - Method in enum no.sesat.search.result.ModifierStringComparator
 
compareTo(WeightedSuggestion) - Method in class no.sesat.search.result.BasicWeightedSuggestion
 
compareTo(Modifier) - Method in class no.sesat.search.result.Modifier
 
completed - Variable in class no.sesat.search.mode.command.AbstractSearchCommand
 
CONFIGURATION_FILE - Static variable in class no.sesat.search.site.Site
Name of the resource to find the PARENT_SITE_KEY property.
connect() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
 
construct() - Method in interface no.sesat.search.site.AbstractSiteKeyedFactory.FactoryConstructor
Wraps a constructor so that it may be delegated to from the instanceOf method.
construct(Element, AbstractConfigFactory.Context) - Method in class no.sesat.search.site.config.AbstractConfigFactory
 
constructQueryBuilder(SearchCommand.Context, QueryBuilder.Context) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Construct from scratch, and return the query builder to use.
context - Variable in class no.sesat.search.mode.command.AbstractSearchCommand
The context to work against.
context - Variable in class no.sesat.search.query.parser.AbstractQueryParser
the context this query parser implementation must work against.
context - Variable in class no.sesat.search.query.parser.alt.AbstractAlternation
The context to work within.
context - Variable in class no.sesat.search.run.AbstractRunningQuery
 
ControlLevel - Enum in no.sesat.search.datamodel.access
 
convertToPixelCoord(MapEnvelope, Vector, boolean) - Method in class no.geodata.maputil.CoordHelper
Converts real world coordinates to imagepixel coordinates.
CoordHelper - Class in no.geodata.maputil
 
CoordHelper() - Constructor for class no.geodata.maputil.CoordHelper
Creates a new instance of CoordHelper
copyFrom(Object) - Method in class no.sesat.search.view.output.syndication.modules.SearchResultModuleImpl
CopySearchRunHandler - Class in no.sesat.search.run.handler
Copy a SearchDataObject (with a new name).
CopySearchRunHandler(RunHandlerConfig) - Constructor for class no.sesat.search.run.handler.CopySearchRunHandler
 
CopySearchRunHandlerConfig - Class in no.sesat.search.run.handler
Copy a SearchDataObject giving the new copy a new name.
CopySearchRunHandlerConfig() - Constructor for class no.sesat.search.run.handler.CopySearchRunHandlerConfig
 
CorrectingFast4CommandConfig - Class in no.sesat.search.mode.config
Configure a Correcting Fast 4 search command.
CorrectingFast4CommandConfig() - Constructor for class no.sesat.search.mode.config.CorrectingFast4CommandConfig
 
Counter - Class in no.sesat.search.query.finder
Simple visitor used to count the number of leaves under a given clause.
Counter() - Constructor for class no.sesat.search.query.finder.Counter
 
COUNTERNAVIGATOR - Static variable in class no.sesat.search.util.SearchConstants
Deprecated.  
COUNTERNAVIGATORSTRING - Static variable in class no.sesat.search.util.SearchConstants
Deprecated.  
createAndClause(Clause, Clause) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for AndClause objects.
createAndClause(Clause, Clause, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.AndClauseImpl
Creator method for AndClauseImpl objects.
createAndClause(Clause, Clause) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for AndClause objects.
createAndNotClause(Clause) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for AndNotClause objects.
createAndNotClause(Clause, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.AndNotClauseImpl
Creator method for AndNotClauseImpl objects.
createAndNotClause(Clause) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for AndNotClause objects.
createAnonymousTokenPredicate(String) - Static method in class no.sesat.search.query.token.TokenPredicateUtility
 
createClause(Class<T>, String, String, TokenEvaluationEngine, ReferenceMap<String, T>) - Static method in class no.sesat.search.query.parser.AbstractLeafClause
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.
createClause(Class<T>, String, Clause, Clause, TokenEvaluationEngine, ReferenceMap<String, T>) - Static method in class no.sesat.search.query.parser.AbstractUnaryClause
Works off the assumption that OperationClause constructor's have the exact parameter list: final String term, final Clause left, final Clause right, final Set<Predicate> knownPredicates, final Set<Predicate> possiblePredicates Where this is true subclasses are free to use this helper method.
createContext(String) - Method in class no.sesat.search.query.parser.AbstractQueryParser
Create a new context the return the argument on any call to its getQueryString() method.
createDefaultOperatorClause(Clause, Clause) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for DefaultOperatorClause objects.
createDefaultOperatorClause(Clause, Clause, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.DefaultOperatorClauseImpl
Creator method for OrClauseImpl objects.
createDefaultOperatorClause(Clause, Clause) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for DefaultOperatorClause objects.
createEmailClause(String, String) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for EmailClause objects.
createEmailClause(String, String, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.EmailClauseImpl
Creator method for EmailClauseImpl objects.
createEmailClause(String, String) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for EmailClause objects.
createFacets(SolrQuery) - Method in class no.sesat.search.mode.command.SolrSearchCommand
 
createFacets(SearchCommand.Context, SolrQuery) - Method in interface no.sesat.search.mode.command.SolrSearchCommand.FacetToolkit
 
createFacets(SearchCommand.Context, SolrQuery) - Method in class no.sesat.search.mode.command.SolrSimpleFacetToolkitImpl
 
createFacetToolkit() - Method in class no.sesat.search.mode.command.SolrSearchCommand
 
createIntegerClause(String, String) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for IntegerClause objects.
createIntegerClause(String, String, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.IntegerClauseImpl
Creator method for IntegerClauseImpl objects.
createIntegerClause(String, String) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for IntegerClause objects.
createItem(Element) - Method in class no.sesat.search.mode.command.AbstractXmlSearchCommand
Each individual result is usually defined within one given Element.
createItem(Element) - Method in class no.sesat.search.mode.command.OverturePPCSearchCommand
 
createItem(Element) - Method in class no.sesat.search.mode.command.PicSearchCommand
 
createItem(Element) - Method in class no.sesat.search.mode.command.PlatefoodPPCSearchCommand
 
createItem(SolrDocument) - Method in class no.sesat.search.mode.command.SolrSearchCommand
 
createItem(Element) - Method in class no.sesat.search.mode.command.YahooIdpSearchCommand
 
createItem(Element) - Method in class no.sesat.search.mode.command.YahooMediaSearchCommand
 
createItem(Element) - Method in class no.sesat.search.mode.command.YahooWebSearchCommand
 
createItem(Element) - Method in class no.sesat.search.mode.command.YoutubeSearchCommand
 
createNotClause(Clause) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for NotClause objects.
createNotClause(Clause, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.NotClauseImpl
Creator method for NotClauseImpl objects.
createNotClause(Clause) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for NotClause objects.
createNumberGroupClause(String, String) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for NumberGroupClause objects.
createNumberGroupClause(String, String, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.NumberGroupClauseImpl
Creator method for NumberGroupClauseImpl objects.
createNumberGroupClause(String, String) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for NumberGroupClause objects.
createOperatorClause(Clause, Clause, T) - Method in class no.sesat.search.query.parser.alt.AbstractAlternation
Create a new operator clause, of type opCls, with the left and right children.
createOperatorClause(Clause, Clause, T) - Method in class no.sesat.search.query.parser.alt.RotationAlternation
createOrClause(Clause, Clause) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for OrClause objects.
createOrClause(Clause, Clause, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.OrClauseImpl
Creator method for OrClauseImpl objects.
createOrClause(Clause, Clause) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for OrClause objects.
createPhoneNumberClause(String, String) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for PhoneNumberClause objects.
createPhoneNumberClause(String, String, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.PhoneNumberClauseImpl
Creator method for PhoneNumberClauseImpl objects.
createPhoneNumberClause(String, String) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for PhoneNumberClause objects.
createPhraseClause(String, String) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for PhraseClause objects.
createPhraseClause(String, String, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.PhraseClauseImpl
Creator method for PhraseClauseImpl objects.
createPhraseClause(String, String) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for PhraseClause objects.
createQuery(String) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Uses QueryParser to create a new Query with all evaluation enabled.
createQuery(String, boolean) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Uses QueryParser to create a new Query with the option to disable evaluation.
createQuery(String, boolean, Clause, ParentFinder) - Static method in class no.sesat.search.query.parser.AbstractQuery
 
createQuery(RunningQuery.Context, HttpServletRequest, HttpServletResponse) - Method in class no.sesat.search.run.QueryFactory
Create a new instance of running query.
createQuery(RunningQuery.Context, HttpServletRequest, HttpServletResponse) - Method in class no.sesat.search.run.QueryFactoryImpl
Create a new instance of running query.
createRequestURL() - Method in class no.sesat.search.mode.command.AbstractXmlSearchCommand
 
createRequestURL() - Method in interface no.sesat.search.mode.command.Restful
A RESTful service requires a URL.
createUrlClause(String, String) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for UrlClause objects.
createUrlClause(String, String) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for UrlClause objects.
createUrlClause(String, String, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.UrlClauseImpl
Creator method for UrlClauseImpl objects.
createWordClause(String, String) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for WordClause objects.
createWordClause(String, String) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for WordClause objects.
createWordClause(String, String, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.WordClauseImpl
Creator method for WordClauseImpl objects.
createXorClause(Clause, Clause, XorClause.Hint) - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Creator wrapper method for XorClause objects.
createXorClause(LinkedList<? extends Clause>) - Method in class no.sesat.search.query.parser.alt.AbstractAlternation
Create XorClauses required to present all the alternatives in the query tree.
createXorClause(Clause, Clause, XorClause.Hint) - Method in interface no.sesat.search.query.parser.QueryParser.Context
Creator wrapper method for XorClause objects.
createXorClause(Clause, Clause, XorClause.Hint, TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.XorClauseImpl
Creator method for XorClauseImpl objects.
CssDirective - Class in no.sesat.search.view.velocity
 
CssDirective() - Constructor for class no.sesat.search.view.velocity.CssDirective
 
curChar - Variable in class no.sesat.search.query.parser.QueryParserImplTokenManager
 
CURRENT_PAGE - Static variable in class no.sesat.search.view.navigation.ResultPagingNavigationController
 
CURRENT_PAGE_FROM_COUNT - Static variable in class no.sesat.search.view.navigation.ResultPagingNavigationController
 
CURRENT_PAGE_TO_COUNT - Static variable in class no.sesat.search.view.navigation.ResultPagingNavigationController
 
currentControlLevel(DataModel) - Method in class no.sesat.search.datamodel.DataModelFactory
What is the current ControlLevel for the given datamodel.
currentToken - Variable in exception no.sesat.search.query.parser.ParseException
This is the last token that has been consumed successfully.

D

DataModel - Interface in no.sesat.search.datamodel
The DataModel.
datamodel - Variable in class no.sesat.search.mode.command.AbstractSearchCommand
 
datamodel - Variable in class no.sesat.search.run.RunningQueryImpl
 
DataModelAccessException - Exception in no.sesat.search.datamodel.access
 
DataModelAccessException(Method, ControlLevel) - Constructor for exception no.sesat.search.datamodel.access.DataModelAccessException
Constructs an instance of DataModelAccessException with a specified detail message against the noted method that access was attempted to against the noted level.
DataModelBeanInfo - Class in no.sesat.search.datamodel
 
DataModelBeanInfo() - Constructor for class no.sesat.search.datamodel.DataModelBeanInfo
Creates a new instance of MapDataObjectBeanInfo
DataModelContext - Interface in no.sesat.search.datamodel
Defines the context for consumers of a DataModel.
DataModelFactory - Class in no.sesat.search.datamodel
Base definition of a factory used to create a datamodel, its datanodes, and its dataobjects.
DataModelFactory(DataModelFactory.Context) - Constructor for class no.sesat.search.datamodel.DataModelFactory
Creates a new instance of DataModelToolkitFactory
DataModelFactory.Context - Interface in no.sesat.search.datamodel
The context any DataModelFactory must work within.
DataModelFilter - Class in no.sesat.search.http.filters
Ensures that a session is created, and that a new DataModel, with Site and Browser dataObjects, exists within it.
DataModelFilter() - Constructor for class no.sesat.search.http.filters.DataModelFilter
Creates a new instance of DataModelFilter
datamodelParameters - Variable in class no.sesat.search.mode.command.AbstractSearchCommand
 
DataModelResultHandler - Class in no.sesat.search.result.handler
Handles the insertion of the results into the datamodel.
DataModelResultHandler() - Constructor for class no.sesat.search.result.handler.DataModelResultHandler
Creates a new instance of DataModelResultHandler.
DataModelWrapper - Class in no.sesat.search.http.dwr
 
DataNode - Annotation Type in no.sesat.search.datamodel.generic
Node information holding heirarchy-related attributes.
DataObject - Annotation Type in no.sesat.search.datamodel.generic
Data information holding attributes.
DataObject.Property - Class in no.sesat.search.datamodel.generic
 
DataObject.Property(String, Object) - Constructor for class no.sesat.search.datamodel.generic.DataObject.Property
 
DateFormatHandler - Class in no.sesat.search.result.handler
DateFormatHandler is part of no.sesat.search.result Transform fast inputdate to how it will be displayed in tv enrichment .
DateFormatHandler(ResultHandlerConfig) - Constructor for class no.sesat.search.result.handler.DateFormatHandler
 
DateFormatHandler.Fields - Enum in no.sesat.search.result.handler
 
DateFormatResultHandlerConfig - Class in no.sesat.search.result.handler
DateFormatHandler is part of no.sesat.search.result Transform fast inputdate to how it will be displayed in tv enrichment .
DateFormatResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.DateFormatResultHandlerConfig
 
DateFormattingDirective - Class in no.sesat.search.view.velocity
A velocity directive to format newsnavigator date.
DateFormattingDirective() - Constructor for class no.sesat.search.view.velocity.DateFormattingDirective
 
dayOfMonth() - Method in class no.sesat.search.result.Decoder
 
DD2UTM(double, double) - Method in class no.geodata.maputil.MapCoordCalc
Converts a point in decimal degrees to the "optimal" UTM zone.
DD2UTM(double, double, int) - Method in class no.geodata.maputil.MapCoordCalc
Converts a point in decimal degrees to the given UTM zone.
DEAD_EVALUATOR - Static variable in interface no.sesat.search.query.token.TokenEvaluationEngine
Evaluator that will throws an EvaluationException under all circumstances.
DeadTokenEvaluationEngineImpl - Class in no.sesat.search.query.token
A dead evaluation engine.
DeadTokenEvaluationEngineImpl(TokenEvaluationEngine.Context) - Constructor for class no.sesat.search.query.token.DeadTokenEvaluationEngineImpl
 
debugStream - Variable in class no.sesat.search.query.parser.QueryParserImplTokenManager
 
Decoder - Class in no.sesat.search.result
Created by IntelliJ IDEA.
Decoder() - Constructor for class no.sesat.search.result.Decoder
 
DEFAULT - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
DEFAULT - Static variable in class no.sesat.search.site.Site
the default SiteSearch.
DEFAULT_CATALOG - Static variable in class no.sesat.search.mode.config.YahooMediaCommandConfig
 
DEFAULT_DOCUMENTS_TO_RETURN - Static variable in class no.sesat.search.mode.config.CommandConfig
 
DEFAULT_LANGUAGE - Static variable in class no.sesat.search.util.SearchConstants
Deprecated.  
DEFAULT_OCR - Static variable in class no.sesat.search.mode.config.YahooMediaCommandConfig
 
DEFAULT_PAGING_PARAMETER - Static variable in interface no.sesat.search.mode.config.SearchConfiguration
Default value associated with getPagingParameter()
DEFAULT_SERVER_PORT_KEY - Static variable in class no.sesat.search.site.Site
 
DEFAULT_SITE_KEY - Static variable in class no.sesat.search.site.Site
Found from the configuration.properties resource found in this class's ClassLoader.
DEFAULT_SITE_LOCALE_KEY - Static variable in class no.sesat.search.site.Site
 
DEFAULT_USER_SORT_PARAMETER - Static variable in interface no.sesat.search.mode.config.SearchConfiguration
Default value associated with getUserSortParameter()
DEFAULTCOLLECTION - Static variable in class no.sesat.search.util.SearchConstants
Deprecated.  
DefaultInitialisationQueryTransformer - Class in no.sesat.search.query.transform
Default initial QueryTransformer that fills out the transformedTerms map.
DefaultInitialisationQueryTransformer(QueryTransformerConfig) - Constructor for class no.sesat.search.query.transform.DefaultInitialisationQueryTransformer
 
DefaultInitialisationQueryTransformerConfig - Class in no.sesat.search.query.transform
 
DefaultInitialisationQueryTransformerConfig() - Constructor for class no.sesat.search.query.transform.DefaultInitialisationQueryTransformerConfig
 
defaultNoCoord - Static variable in class no.geodata.maputil.CoordHelper
 
DefaultOperatorClause - Interface in no.sesat.search.query
 
DefaultOperatorClauseImpl - Class in no.sesat.search.query.parser
The OrClauseImpl represents a joining clause between two terms in the query.
DefaultOperatorClauseImpl(String, Clause, Clause, Set<TokenPredicate>, Set<TokenPredicate>) - Constructor for class no.sesat.search.query.parser.DefaultOperatorClauseImpl
Create the OrClauseImpl with the given term, left and right child clauses, and known and possible predicate sets.
DEFAULTTAB_KEY - Static variable in class no.sesat.search.site.config.SiteConfiguration
The Property key for the default tab/vertical for the site.
defaultZoom - Variable in class no.geodata.maputil.CoordHelper
 
destroy() - Method in class no.sesat.search.http.filters.DataModelFilter
 
destroy() - Method in class no.sesat.search.http.filters.MD5ProtectedParametersFilter
 
destroy() - Method in class no.sesat.search.http.filters.SiteJspLoaderFilter
 
destroy() - Method in class no.sesat.search.http.filters.SiteLocatorFilter
Destroy method for this filter
destroy() - Method in class no.sesat.search.http.filters.UserFilter
Destroy method for this filter.
destroy() - Method in class no.sesat.search.http.servlet.BoomerangServlet
 
destroy() - Method in class no.sesat.search.http.servlet.SearchServlet
DFAULT_REFERENCE_MAP_TYPE - Static variable in class no.sesat.search.query.parser.AbstractClause
 
DIGIT - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
disable_tracing() - Method in class no.sesat.search.query.parser.QueryParserImpl
 
DISALLOW_LIST - Static variable in class no.sesat.search.site.config.SiteConfiguration
The property key for the disallow list of ipaddresses.
DiscardDuplicatesResultHandler - Class in no.sesat.search.result.handler
 
DiscardDuplicatesResultHandler(ResultHandlerConfig) - Constructor for class no.sesat.search.result.handler.DiscardDuplicatesResultHandler
 
DiscardDuplicatesResultHandlerConfig - Class in no.sesat.search.result.handler
Removes from a ResultList duplicate ResultItems.
DiscardDuplicatesResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.DiscardDuplicatesResultHandlerConfig
 
document - Variable in class no.sesat.search.site.config.AbstractResourceLoader
Document.
DocumentContext - Interface in no.sesat.search.site.config
Defines the context for consumers of DocumentLoaders.
DocumentLoader - Interface in no.sesat.search.site.config
DocumentLoader to deal with xml document resources.
doesUrlExist(URL) - Static method in class no.sesat.search.site.config.UrlResourceLoader
Calls doesUrlExist(url, "localhost")
doesUrlExist(URL, String) - Static method in class no.sesat.search.site.config.UrlResourceLoader
Checks that the url (requested with the given host header) exists.
doesUrlExist(URL) - Method in interface no.sesat.search.view.velocity.URLResourceLoader.Context
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class no.sesat.search.http.filters.DataModelFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class no.sesat.search.http.filters.MD5ProtectedParametersFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class no.sesat.search.http.filters.SiteJspLoaderFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class no.sesat.search.http.filters.SiteLocatorFilter
Will redirect to correct (search-config) url for resources (css,images, javascript).
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class no.sesat.search.http.filters.UserFilter
The filter action method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class no.sesat.commons.resourcefeed.ResourceServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class no.sesat.search.http.servlet.BoomerangServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class no.sesat.search.http.servlet.SearchServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class no.sesat.search.http.servlet.SendMailServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class no.sesat.search.http.servlet.VelocityDebugServlet
 
Done() - Method in class no.sesat.search.query.parser.JavaCharStream
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class no.sesat.commons.resourcefeed.ResourceServlet
doTag() - Method in class no.sesat.search.view.taglib.BoomerangTag
Called by the container to invoke this tag.
doTag() - Method in class no.sesat.search.view.taglib.FindResourceTag
Called by the container to invoke this tag.
doTag() - Method in class no.sesat.search.view.taglib.HitCountTag
Called by the container to invoke this tag.
doTag() - Method in class no.sesat.search.view.taglib.PublishingPageTag
Called by the container to invoke this tag.
doTag() - Method in class no.sesat.search.view.taglib.SearchTabIncludeTag
Called by the container to invoke this tag.
doTag() - Method in class no.sesat.search.view.taglib.SearchTabMainTag
Called by the container to invoke this tag.
doTag() - Method in class no.sesat.search.view.taglib.TextMessageTag
Called by the container to invoke this tag.
doTag() - Method in class no.sesat.search.view.taglib.VelocityTemplateTag
Called by the container to invoke this tag.
DPI - Static variable in class no.geodata.maputil.CoordHelper
 
DUMP - Static variable in class no.sesat.search.mode.command.AbstractSearchCommand
 

E

ELEM_ARTICLE_AGE - Static variable in interface no.sesat.search.view.output.syndication.modules.SearchResultModule
 
ELEM_NEWS_SOURCE - Static variable in interface no.sesat.search.view.output.syndication.modules.SearchResultModule
 
ELEM_NUMBER_OF_HITS - Static variable in interface no.sesat.search.view.output.syndication.modules.SearchResultModule
 
EMAIL - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
EMAIL_DISABLED - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
EmailClause - Interface in no.sesat.search.query
 
EmailClauseImpl - Class in no.sesat.search.query.parser
EmailClauseImpl.
EmailClauseImpl(String, String, Set<TokenPredicate>, Set<TokenPredicate>) - Constructor for class no.sesat.search.query.parser.EmailClauseImpl
Create clause with the given term, known and possible predicates.
enable_tracing() - Method in class no.sesat.search.query.parser.QueryParserImpl
 
enc(String) - Static method in class no.sesat.search.view.navigation.AbstractUrlGenerator
 
ENCODED_CHAR - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
endColumn - Variable in class no.sesat.search.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class no.sesat.search.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
engine - Variable in class no.sesat.search.run.RunningQueryImpl
 
enterMethod(String, Token) - Method in class no.sesat.search.query.parser.AbstractQueryParser
Debugging method for tracing a method entry.
enumerateKeys() - Method in class no.sesat.search.view.velocity.QuickResourceCacheImpl
envFactor - Variable in class no.geodata.maputil.CoordHelper
 
EOF - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
eol - Variable in exception no.sesat.search.query.parser.ParseException
The end of line string for this machine.
equals(Object) - Method in class no.sesat.search.query.token.AbstractTokenPredicate
 
equals(Object) - Method in class no.sesat.search.result.BasicResultItem
 
equals(Object) - Method in class no.sesat.search.result.BasicSuggestion
 
equals(Object) - Method in class no.sesat.search.result.BasicWeightedSuggestion
 
equals(Object) - Method in class no.sesat.search.site.Site
 
ERR_EMPTY_CONTEXT - Static variable in class no.sesat.search.query.parser.AbstractQueryParser
Error message when the parser tries to parse an empty query string.
ERR_FAILED_FINDING_OR_USING_CONSTRUCTOR - Static variable in class no.sesat.search.query.parser.AbstractClause
Error message when reflection cannot find the required constructor.
ERR_MUST_ALWAYS_USE_ARGED_CONSTRUCTOR - Static variable in class no.sesat.search.query.parser.AbstractClause
Error message when trying to use the incorrect constructor.
error(PredicateScore) - Method in class no.sesat.search.query.analyser.Scorer
An error occurred looking for a match against the PredicateScore.
escape(String) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Escape the word (whether it requires escaping or not).
escape(String) - Method in class no.sesat.search.mode.command.querybuilder.AbstractQueryBuilder
Escapes any reserved words (including those fielded).
escape(String) - Method in interface no.sesat.search.query.transform.QueryTransformer.Context
Escape the word.
EspAgeFilterQueryTransformerConfig - Class in no.sesat.search.query.transform
Agefilter QueryTransformer for esp5.
EspAgeFilterQueryTransformerConfig() - Constructor for class no.sesat.search.query.transform.EspAgeFilterQueryTransformerConfig
 
EspFastCommandConfig - Class in no.sesat.search.mode.config
 
EspFastCommandConfig() - Constructor for class no.sesat.search.mode.config.EspFastCommandConfig
 
evaluate(Query, AnalysisRule.Context) - Method in class no.sesat.search.query.analyser.AnalysisRule
Evaluates this rule.
evaluate(Object) - Method in class no.sesat.search.query.token.AbstractTokenPredicate
 
evaluate(Object) - Method in enum no.sesat.search.query.token.Categories
 
evaluate(TokenPredicate) - Method in class no.sesat.search.query.token.DeadTokenEvaluationEngineImpl
 
evaluate(TokenPredicate) - Method in interface no.sesat.search.query.token.TokenEvaluationEngine
The real evaluation method all other evaluate...(..) methods will delegate to.
evaluate(TokenPredicate) - Method in class no.sesat.search.query.token.TokenEvaluationEngineImpl
 
evaluate(Object) - Method in interface no.sesat.search.query.token.TokenPredicate
Evaluates to true if fastListName occurs in the query.
evaluateClause(TokenPredicate, Clause) - Method in interface no.sesat.search.query.token.TokenEvaluationEngine
Utility method to perform one-off evaluations on clauses from non RunningQuery threads.
evaluateClause(TokenPredicate, Clause) - Method in class no.sesat.search.query.token.TokenEvaluationEngineImpl
 
evaluateQuery(TokenPredicate, Query) - Method in interface no.sesat.search.query.token.TokenEvaluationEngine
Utility method to perform one-off evaluations on queries from non RunningQuery threads.
evaluateQuery(TokenPredicate, Query) - Method in class no.sesat.search.query.token.TokenEvaluationEngineImpl
 
evaluateTerm(TokenPredicate, String) - Method in interface no.sesat.search.query.token.TokenEvaluationEngine
Utility method to perform one-off evaluations on terms from non RunningQuery threads.
evaluateTerm(TokenPredicate, String) - Method in class no.sesat.search.query.token.TokenEvaluationEngineImpl
 
evaluateToken(TokenPredicate, String, String) - Method in class no.sesat.search.query.token.JepTokenEvaluator
Returns true if the query (or term) satifies a JED expression.
evaluateToken(TokenPredicate, String, String) - Method in class no.sesat.search.query.token.RegExpTokenEvaluator
Returns true if any of the patterns matches the query.
evaluateToken(TokenPredicate, String, String) - Method in class no.sesat.search.query.token.SolrTokenEvaluator
 
evaluateToken(TokenPredicate, String, String) - Method in interface no.sesat.search.query.token.TokenEvaluator
Evaluate the token with regards to query.
evaluateToken(TokenPredicate, String, String) - Method in class no.sesat.search.query.token.VeryFastTokenEvaluator
 
EvaluationException - Exception in no.sesat.search.query.token
Something went wrong evaluating the token.
EvaluationException(String, Exception) - Constructor for exception no.sesat.search.query.token.EvaluationException
Create a new VeryFastListQueryException.
EvaluationRuntimeException - Exception in no.sesat.search.query.token
Runtime exception thrown when evaluation fails.
EvaluationRuntimeException(EvaluationException) - Constructor for exception no.sesat.search.query.token.EvaluationRuntimeException
 
EvaluationState - Class in no.sesat.search.query.token
Default implementation of TokenEvaluationEngine.State.
EvaluationState(String, Set<TokenPredicate>, Set<TokenPredicate>) - Constructor for class no.sesat.search.query.token.EvaluationState
Creates a new instance of EvaluationState
EvaluationState(Clause) - Constructor for class no.sesat.search.query.token.EvaluationState
 
EvaluatorType - Class in no.sesat.search.query.token
Deprecated. An automatic approach is required, similar to how AnalysisRuleFactory warms up EvaluatorFactories. The types of TokenPredicates that exist.
EvaluatorType(String, String) - Constructor for class no.sesat.search.query.token.EvaluatorType
Deprecated.  
even(String, char) - Method in class no.sesat.search.query.parser.AbstractQueryParser
Ensure that there are a even number of c characters in the phrase, otherwise remove all occurences of c.
EXACT_PREFIX - Static variable in interface no.sesat.search.query.token.TokenPredicate
Exact (^.*$) TokenPredicates are expected to have the following prefix to their names.
ExactFieldFilterQueryTransformer - Class in no.sesat.search.query.transform
Adds a filter caluse to a ESP5 query to exactly match a value.
ExactFieldFilterQueryTransformer(QueryTransformerConfig) - Constructor for class no.sesat.search.query.transform.ExactFieldFilterQueryTransformer
 
ExactFieldFilterQueryTransformerConfig - Class in no.sesat.search.query.transform
 
ExactFieldFilterQueryTransformerConfig() - Constructor for class no.sesat.search.query.transform.ExactFieldFilterQueryTransformerConfig
 
ExactMatchQueryTransformer - Class in no.sesat.search.query.transform
Transforms the query into
titles:^"query"$
Ensures that only an exact match within the titles field is returned.
ExactMatchQueryTransformer(QueryTransformerConfig) - Constructor for class no.sesat.search.query.transform.ExactMatchQueryTransformer
 
ExactMatchQueryTransformerConfig - Class in no.sesat.search.query.transform
Transforms the query into
field:^"query"$ or ^"query"$ if field is null
Ensures that only an exact match is returned.
ExactMatchQueryTransformerConfig() - Constructor for class no.sesat.search.query.transform.ExactMatchQueryTransformerConfig
 
exactPeer() - Method in enum no.sesat.search.query.token.Categories
 
exactPeer() - Method in class no.sesat.search.query.token.ExactTokenPredicateImpl
 
exactPeer() - Method in interface no.sesat.search.query.token.TokenPredicate
A token predicate that requires an exact match against the whole query.
exactPeer() - Method in class no.sesat.search.query.token.TokenPredicateImpl
 
ExactTokenPredicateImpl - Class in no.sesat.search.query.token
An token predicate peer that only evaluates to true against its original token predicate on exact query matches.
execute() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
 
execute() - Method in class no.sesat.search.mode.command.MathExpressionSearchCommand
 
execute() - Method in class no.sesat.search.mode.command.OverturePPCSearchCommand
Execute the command.
execute() - Method in class no.sesat.search.mode.command.PicSearchCommand
 
execute() - Method in class no.sesat.search.mode.command.PlatefoodPPCSearchCommand
Execute the command.
execute() - Method in class no.sesat.search.mode.command.PropertiesCommand
 
execute() - Method in class no.sesat.search.mode.command.SolrSearchCommand
 
execute() - Method in class no.sesat.search.mode.command.StaticSearchCommand
 
execute() - Method in class no.sesat.search.mode.command.StockSearchCommand
 
execute() - Method in class no.sesat.search.mode.command.YahooIdpSearchCommand
 
execute() - Method in class no.sesat.search.mode.command.YahooMediaSearchCommand
 
execute() - Method in class no.sesat.search.mode.command.YahooWebSearchCommand
 
execute() - Method in class no.sesat.search.mode.command.YoutubeSearchCommand
 
exists(String) - Method in class no.sesat.search.http.HTTPClient
 
exitMethod() - Method in class no.sesat.search.query.parser.AbstractQueryParser
Debugging method for tracing a method exit.
ExpandBuff(boolean) - Method in class no.sesat.search.query.parser.JavaCharStream
 
expectedTokenSequences - Variable in exception no.sesat.search.query.parser.ParseException
Each entry in this array is an array of integers.

F

FacetedCommandConfig - Interface in no.sesat.search.mode.config
 
FacetedSearchResult<T extends ResultItem> - Interface in no.sesat.search.result
An extension of ResultList that stores the facets from a facet enabled search command.
FacetedSearchResultImpl<T extends ResultItem> - Class in no.sesat.search.result
An extension of BasicResultList that provides navigators (which hold modifiers), and currentNavigators.
FacetedSearchResultImpl() - Constructor for class no.sesat.search.result.FacetedSearchResultImpl
Default constructor.
FactoryReloads - Class in no.sesat.search.http.servlet
Utility class to remove factory instances for a given Site and its locale derivatives.
FactoryReloads.ReloadArg - Enum in no.sesat.search.http.servlet
 
FAST - Static variable in class no.sesat.search.query.token.EvaluatorType
Deprecated.  
FAST_COMPANY_ID_FIELD - Static variable in class no.sesat.search.util.SearchConstants
Deprecated.  
FastAdvancedFilterBuilder - Class in no.sesat.search.mode.command.querybuilder
 
FastAdvancedFilterBuilder(QueryBuilder.Context, QueryBuilderConfig) - Constructor for class no.sesat.search.mode.command.querybuilder.FastAdvancedFilterBuilder
 
FastCommandConfig - Class in no.sesat.search.mode.config
Configure a Fast 4 search command
FastCommandConfig() - Constructor for class no.sesat.search.mode.config.FastCommandConfig
 
FastCommandConfigBeanInfo - Class in no.sesat.search.mode.config
BeanInfo for the FastCommandConfig class
FastCommandConfigBeanInfo() - Constructor for class no.sesat.search.mode.config.FastCommandConfigBeanInfo
 
FastCommandConfigBeanInfo(Class<?>) - Constructor for class no.sesat.search.mode.config.FastCommandConfigBeanInfo
 
FastNavigationConfig - Class in no.sesat.search.view.navigation
The configuration bean for navigation items generated from a Faceted Search Command's Modifiers.
FastNavigationConfig(NavigationConfig.Nav, NavigationConfig.Navigation, Element) - Constructor for class no.sesat.search.view.navigation.FastNavigationConfig
 
FastNavigationController - Class in no.sesat.search.view.navigation.fast
The Controller class for navigation items generated from a Faceted Search Command's Modifiers.
FastNavigationController(FastNavigationConfig) - Constructor for class no.sesat.search.view.navigation.fast.FastNavigationController
 
FastNavigationControllerFactory - Class in no.sesat.search.view.navigation.fast
TODO: Move into sesat-search-command-control-spi once that module is ready for action.
FastNavigationControllerFactory() - Constructor for class no.sesat.search.view.navigation.fast.FastNavigationControllerFactory
 
FastQueryMatchingEvaluatorFactory - Class in no.sesat.search.query.token
Responsible for loading and serving the VeryFast (Fast Query Matching) Token Evaluator.
FastQueryMatchingEvaluatorFactory(AbstractEvaluatorFactory.Context) - Constructor for class no.sesat.search.query.token.FastQueryMatchingEvaluatorFactory
 
FastSearchResult<T extends ResultItem> - Class in no.sesat.search.result
Deprecated. Nothing Fast specific here. Use instead FacetedSearchResultImpl.
FastSearchResult() - Constructor for class no.sesat.search.result.FastSearchResult
Deprecated.  
FastSimpleFilterBuilder - Class in no.sesat.search.mode.command.querybuilder
 
FastSimpleFilterBuilder(QueryBuilder.Context, QueryBuilderConfig) - Constructor for class no.sesat.search.mode.command.querybuilder.FastSimpleFilterBuilder
 
FaviconDirective - Class in no.sesat.search.view.velocity
This directive creates a link element used to specify the favicon element.
FaviconDirective() - Constructor for class no.sesat.search.view.velocity.FaviconDirective
 
FederatorRunHandler - Class in no.sesat.search.run.handler
The handler is responsible for merging (or copying over) the results together.
FederatorRunHandler(RunHandlerConfig) - Constructor for class no.sesat.search.run.handler.FederatorRunHandler
 
FederatorRunHandlerConfig - Class in no.sesat.search.run.handler
Generic RunHandler that can be configured to merge result lists together $Id: FederatorRunHandlerConfig.java 7225 2009-04-09 00:32:20Z ssmiweve $
FederatorRunHandlerConfig() - Constructor for class no.sesat.search.run.handler.FederatorRunHandlerConfig
 
FederatorRunHandlerConfig.Blend - Enum in no.sesat.search.run.handler
 
field - Variable in class no.sesat.search.query.parser.AbstractLeafClause
TODO comment me.
FIELD_SUFFIX - Static variable in interface no.sesat.search.query.parser.QueryParserImplConstants
 
FieldChooser - Class in no.sesat.search.result.handler
Copies the first found value in the list of from fields into the target field.
FieldChooser(ResultHandlerConfig) - Constructor for class no.sesat.search.result.handler.FieldChooser
 
FieldChooserResultHandlerConfig - Class in no.sesat.search.result.handler
Copies the first found value in the list of from fields into the target field.
FieldChooserResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.FieldChooserResultHandlerConfig
 
fieldedLeaf(Token) - Method in class no.sesat.search.query.parser.QueryParserImpl
 
fieldedQuote(Token) - Method in class no.sesat.search.query.parser.QueryParserImpl
 
FieldEscapeResultHandlerConfig - Class in no.sesat.search.result.handler
 
FieldEscapeResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.FieldEscapeResultHandlerConfig
 
FieldFilter - Class in no.sesat.search.result.handler
 
FieldFilter(ResultHandlerConfig) - Constructor for class no.sesat.search.result.handler.FieldFilter
 
FieldFilterResultHandlerConfig - Class in no.sesat.search.result.handler
 
FieldFilterResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.FieldFilterResultHandlerConfig
 
FieldSplitter - Class in no.sesat.search.result.handler
 
FieldSplitter(ResultHandlerConfig) - Constructor for class no.sesat.search.result.handler.FieldSplitter
 
FieldSplitterResultHandlerConfig - Class in no.sesat.search.result.handler
Config for the result handler to split a field into an array.
FieldSplitterResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.FieldSplitterResultHandlerConfig
 
fillBeanProperty(Object, Object, String, AbstractDocumentFactory.ParseType, Element, String) - Static method in class no.sesat.search.site.config.AbstractDocumentFactory
TODO implement Type.Property.
FillBuff() - Method in class no.sesat.search.query.parser.JavaCharStream
 
FilterBuilder - Interface in no.sesat.search.mode.command.querybuilder
An extension to a QueryBuilder for building the associated filter string.
finalize() - Method in class no.sesat.search.http.protocol.jar.URLJarFile
 
find(Site, String) - Static method in class no.sesat.search.view.FindResource
Find the real location, in URL format, of the resource for the given site.
findClass(String, AbstractConfigFactory.Context) - Method in class no.sesat.search.site.config.AbstractConfigFactory
 
findClass(String) - Method in class no.sesat.search.site.config.ResourceClassLoader
Finds classes using a BytecodeLoader.
findClass(String) - Method in class no.sesat.search.site.config.SpiClassLoader
 
findClauseInUse(String, ReferenceMap<String, T>) - Static method in class no.sesat.search.query.parser.AbstractClause
See if there is an identical and immutable Clause already in use in the JVM.
findClauses(Clause, Predicate, TokenEvaluationEngine) - Method in class no.sesat.search.query.finder.PredicateFinder
find all the clauses containing the predicate.
FindFileFormat - Class in no.sesat.search.result.handler
 
FindFileFormat(ResultHandlerConfig) - Constructor for class no.sesat.search.result.handler.FindFileFormat
 
FindFileFormatResultHandlerConfig - Class in no.sesat.search.result.handler
 
FindFileFormatResultHandlerConfig() - Constructor for class no.sesat.search.result.handler.FindFileFormatResultHandlerConfig
 
findFirstClause(Clause, Predicate, TokenEvaluationEngine) - Method in class no.sesat.search.query.finder.PredicateFinder
find the first clause containing the predicate.
findForestRoots(UnaryClause) - Method in class no.sesat.search.query.finder.ForestFinder
 
findLayout(DataModel) - Static method in class no.sesat.search.view.taglib.AbstractVelocityTemplateTag
Find the layout that belongs to this model.
findLayout(JspContext) - Method in class no.sesat.search.view.taglib.AbstractVelocityTemplateTag
Find the layout from the context.
findPredicates(TokenEvaluationEngine) - Static method in class no.sesat.search.query.parser.AbstractClause
Find the predicates that are applicable to the clause.
FindResource - Class in no.sesat.search.view
http://sesat.no/scarab/issues/id/SKER3452 Move 302 resource redirects to internal resource directives
FindResourceTag - Class in no.sesat.search.view.taglib
SimpleTagSupport around the FindResource utility class.
FindResourceTag() - Constructor for class no.sesat.search.view.taglib.FindResourceTag
 
FIRST_VISIBLE_PAGE - Static variable in class no.sesat.search.view.navigation.ResultPagingNavigationController
 
firstClause - Variable in class no.sesat.search.query.parser.AbstractUnaryClause
The first clause of a binary clause, or the only clause of a UnaryClause.
FirstLeafFinder - Class in no.sesat.search.query.finder
 
FirstLeafFinder() - Constructor for class no.sesat.search.query.finder.FirstLeafFinder
 
fixFloatingHyphon(String) - Method in class no.sesat.search.query.parser.AbstractQueryParser
HACK because a floating hyphon is interpretted as a NotClause.
ForestFinder - Class in no.sesat.search.query.finder
 
ForestFinder() - Constructor for class no.sesat.search.query.finder.ForestFinder
 
formatDate(String, String) - Method in class no.sesat.search.view.velocity.DateFormattingDirective
 
formatFormFour(String, boolean) - Method in class no.sesat.search.view.velocity.DateFormattingDirective
 
formatFormOne(String) - Method in class no.sesat.search.view.velocity.DateFormattingDirective
 
formatFormThree(String) - Method in class no.sesat.search.view.velocity.DateFormattingDirective
 
formatFormTwo(String, boolean) - Method in class no.sesat.search.view.velocity.DateFormattingDirective
 
forwardJsp(String) - Method in class no.sesat.search.view.taglib.AbstractVelocityTemplateTag
Forward to the specified jsp.
FullnameAlternation - Class in no.sesat.search.query.parser.alt
SEARCH-597 Forbedringer av proximity på navn.
FullnameAlternation(Alternation.Context) - Constructor for class no.sesat.search.query.parser.alt.FullnameAlternation
Creates a new instance of FullnameAlternation

G

generate(Module, Element) - Method in class no.sesat.search.view.output.syndication.modules.SearchResultModuleGenerator
generate() - Method in class no.sesat.search.view.output.SyndicationGenerator
Returns the generated rss content.
generate() - Method in class no.sesat.sitemap.SitemapGenerator
Generate the sitemap files.
generateMD5(String) - Method in class no.sesat.search.security.MD5Generator
 
generateParseException() - Method in class no.sesat.search.query.parser.QueryParserImpl
 
generateUrlParameter(String, String) - Static method in class no.sesat.search.view.navigation.TreeUrlGenerator
Generate a string containing the name and the value as a correct encoded url part.
GEO_SORT_BY - Static variable in class no.sesat.search.mode.command.GeoSearchUtil
Deprecated. will be removed in next release. is a definition provided by the search, not this class.
GeoSearchUtil - Class in no.sesat.search.mode.command
Utility class for Geographical bounding box and circle transformations.
get() - Method in class no.sesat.search.mode.executor.SearchTask
 
get(long, TimeUnit) - Method in class no.sesat.search.mode.executor.SearchTask
 
get(FastNavigationConfig) - Method in class no.sesat.search.view.navigation.fast.FastNavigationControllerFactory
 
get(T) - Method in interface no.sesat.search.view.navigation.NavigationControllerFactory
 
get(NavigationConfig.Nav) - Method in class no.sesat.search.view.navigation.NoOpNavigationControllerFactoryImpl
 
get(OptionsNavigationConfig) - Method in class no.sesat.search.view.navigation.OptionNavigationController
 
get(ResultPagingNavigationConfig) - Method in class no.sesat.search.view.navigation.ResultPagingNavigationController
 
get(TabNavigationConfig) - Method in class no.sesat.search.view.navigation.tab.TabNavigationControllerFactory
 
get(TreeNavigationConfig) - Method in class no.sesat.search.view.navigation.TreeNavigationController.Factory
 
get(TrimedNavigationConfig) - Method in class no.sesat.search.view.navigation.TrimedNavigationController
 
get(Object) - Method in class no.sesat.search.view.velocity.QuickResourceCacheImpl
getAdCommand() - Method in class no.sesat.search.view.config.SearchTab
Getter for property adCommand.
getAddress() - Method in interface no.sesat.search.datamodel.user.LocationDataObject
 
getAdLimit() - Method in class no.sesat.search.view.config.SearchTab
Getter for property adsLimit.
getAdOnTop() - Method in class no.sesat.search.view.config.SearchTab
Getter for property adOnTop.
getAdult() - Method in class no.sesat.search.mode.config.YahooWebCommandConfig
Getter for property adult.
getAffilDataParameter() - Method in class no.sesat.search.mode.command.AbstractYahooSearchCommand
 
getAffilDataParameter() - Method in class no.sesat.search.mode.command.OverturePPCSearchCommand
 
getAgeCount() - Method in class no.sesat.search.query.transform.EspAgeFilterQueryTransformerConfig
 
getAgeField() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the ageField property.
getAgeField() - Method in class no.sesat.search.query.transform.AgefilterQueryTransformerConfig
 
getAgeField() - Method in class no.sesat.search.query.transform.EspAgeFilterQueryTransformerConfig
 
getAgeFormatKey() - Method in class no.sesat.search.result.handler.AgeCalculatorResultHandlerConfig
 
getAgeInSeconds(String) - Method in class no.sesat.search.query.transform.AgefilterQueryTransformer
 
getAgeSymbol() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the ageSymbol property.
getAgeSymbol() - Method in class no.sesat.search.query.transform.AgefilterQueryTransformerConfig
 
getAgeSymbol() - Method in class no.sesat.search.query.transform.EspAgeFilterQueryTransformerConfig
 
getAggregatorId() - Method in class no.sesat.search.query.transform.NewsCaseQueryTransformerConfig
 
getAllowUserInteraction() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
Returns the value of the allowUserInteraction field for this object.
getAlternationHint() - Method in class no.sesat.search.query.parser.alt.AbstractAlternation
What XorClause.Hint is used for newly created XorClause alternations.
getAlternationHint() - Method in class no.sesat.search.query.parser.alt.FullnameAlternation
getAlternationHint() - Method in class no.sesat.search.query.parser.alt.RotationAlternation
getAlternativeSortBy() - Method in class no.sesat.search.mode.config.EspFastCommandConfig
This is used as an alternetive sort order that can be swiched to from the client
getAlternativeSortBy() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getAncestors(Clause, Clause) - Method in class no.sesat.search.query.finder.ParentFinder
Returns all parents, grandparents, great-grandparents, etc.
getAncestry() - Method in class no.sesat.search.view.config.SearchTab
 
getAndGroupClose() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
Not configurable yet.
getAndGrouped() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
 
getAndGroupOpen() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
Not configurable yet.
getAndInfix() - Method in class no.sesat.search.mode.config.querybuilder.InfixQueryBuilderConfig
 
getAndPrefix() - Method in class no.sesat.search.mode.config.querybuilder.PrefixQueryBuilderConfig
 
getAnonymousTokenPredicate(String) - Static method in class no.sesat.search.query.token.TokenPredicateUtility
 
getAppid() - Method in class no.sesat.search.mode.config.YahooWebCommandConfig
Getter for property appid.
getApplicableSearchConfigurations() - Method in interface no.sesat.search.run.transform.RunTransformer.Context
 
getApplications() - Method in interface no.sesat.search.query.finder.WhoWhereSplitter.Context
 
getArgument(InternalContextAdapter, Node, int) - Method in class no.sesat.search.view.velocity.AbstractDirective
 
getArticleAge() - Method in interface no.sesat.search.view.output.syndication.modules.SearchResultModule
Returns the age of the article.
getArticleAge() - Method in class no.sesat.search.view.output.syndication.modules.SearchResultModuleImpl
Returns the age of the article.
getAsDate() - Method in class no.sesat.search.result.handler.AgeCalculatorResultHandlerConfig
 
getAuthor() - Method in class no.sesat.search.result.BlogSearchResultItem
 
getBackText() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getBandwith() - Method in interface no.sesat.search.datamodel.user.LocationDataObject
 
getBaseScore() - Method in class no.sesat.search.view.config.SearchTab.EnrichmentHint
Getter for property baseScore.
getBeginColumn() - Method in class no.sesat.search.query.parser.JavaCharStream
 
getBeginLine() - Method in class no.sesat.search.query.parser.JavaCharStream
 
getBlend() - Method in class no.sesat.search.run.handler.FederatorRunHandlerConfig
 
getBlogTipsIcon() - Method in class no.sesat.search.result.BlogSearchResultItem
 
getBlogTitle() - Method in class no.sesat.search.result.BlogSearchResultItem
Get the title of the blog
getBody() - Method in class no.sesat.search.result.BlogSearchResultItem
 
getBodyOrComments() - Method in class no.sesat.search.result.BlogSearchResultItem
Get body or comment, depends on where the search matched.
getBrowser() - Method in interface no.sesat.search.datamodel.DataModel
Get the BrowserDataObject associated to this session.
getBrowser() - Static method in class no.sesat.search.http.dwr.DataModelWrapper
 
getBufferedReader(String) - Method in class no.sesat.search.http.HTTPClient
 
getBufferedReader(String, String) - Method in class no.sesat.search.http.HTTPClient
 
getBufferedStream(String) - Method in class no.sesat.search.http.HTTPClient
 
getBuilder() - Method in class no.sesat.search.query.transform.SynonymQueryTransformer
TODO comment me.
getBytecode() - Method in class no.sesat.search.site.config.AbstractResourceLoader
 
getBytecode() - Method in interface no.sesat.search.site.config.BytecodeLoader
Returns byte code for the class.
getCatalog() - Method in class no.sesat.search.mode.config.YahooMediaCommandConfig
Getter for property 'catalog'.
getCategoryFieldArray() - Method in class no.sesat.search.mode.config.NewsAggregatorCommandConfig
 
getCategoryFields() - Method in class no.sesat.search.mode.config.NewsAggregatorCommandConfig
 
getCenter(ParametersDataObject) - Static method in class no.sesat.search.mode.command.GeoSearchUtil
Calcluates a center point from minX,maxX,minY,maxY parameters.
getCenterX() - Method in class no.geodata.maputil.MapEnvelope
Gets a single value.
getCenterY() - Method in class no.geodata.maputil.MapEnvelope
Gets a single value.
getChecksum(String, String) - Method in class no.sesat.search.util.TradeDoubler
 
getChildByTitle(String) - Method in class no.sesat.search.result.BasicNavigationItem
 
getChildByTitle(String) - Method in interface no.sesat.search.result.NavigationItem
 
getChildNavigator() - Method in class no.sesat.search.result.Navigator
 
getChildNavs() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getChildrenRecursive() - Method in class no.sesat.search.result.BasicNavigationItem
Create a list off all children collected recursivly (Depth first).
getClassLoader() - Method in class no.sesat.search.site.config.SiteClassLoaderFactory
Returns a class loader for the site.
getClusterField() - Method in class no.sesat.search.mode.config.ClusteringEspFastCommandConfig
Setter for the clusterField property.
getClusterField() - Method in class no.sesat.search.query.transform.NewsClusterQueryTransformerConfig
 
getClusterIdField() - Method in class no.sesat.search.query.transform.NewsClusterQueryTransformerConfig
 
getClusterIdParameter() - Method in class no.sesat.search.mode.config.ClusteringEspFastCommandConfig
Getter for clusterIdParameter property.
getCollapsingMaxFetch() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the collapsingMaxFetch property.
getCollectionFilterString() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getCollections() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getColumn() - Method in class no.sesat.search.query.parser.JavaCharStream
Deprecated.  
getCommand() - Method in class no.sesat.search.mode.executor.SearchTask
 
getCommand() - Method in class no.sesat.search.view.config.SearchTab.EnrichmentHint
Getter for property command.
getCommandName() - Method in class no.sesat.search.view.navigation.FastNavigationConfig
 
getCommandName() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getCommandName() - Method in class no.sesat.search.view.navigation.NavigationConfig.Navigation
 
getCommandName() - Method in class no.sesat.search.view.navigation.OptionsNavigationConfig.Option
 
getCommandName() - Method in class no.sesat.search.view.navigation.ResultPagingNavigationConfig
 
getCommandName() - Method in class no.sesat.search.view.navigation.TrimedNavigationConfig
 
getCommandNames() - Method in class no.sesat.search.view.navigation.TabNavigationConfig
 
getComments() - Method in class no.sesat.search.result.BlogSearchResultItem
 
getComplex(String) - Method in class no.sesat.search.query.token.JepTokenEvaluator
 
getConfig() - Method in class no.sesat.search.mode.command.querybuilder.AbstractQueryBuilder
 
getConfig() - Method in class no.sesat.search.mode.command.querybuilder.InfixQueryBuilder
 
getConfig() - Method in class no.sesat.search.mode.command.querybuilder.PrefixQueryBuilder
 
getConfigContext() - Method in class no.sesat.search.site.Site
Getter for property cxtName.
getConfiguration() - Method in interface no.sesat.search.datamodel.navigation.NavigationDataObject
 
getConfiguration() - Method in interface no.sesat.search.datamodel.search.SearchDataObject
 
getContent() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
 
getContentLength() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
 
getContentTitle() - Method in class no.sesat.search.result.BlogSearchResultItem
 
getContentType() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
 
getContentType() - Method in class no.sesat.search.view.config.SearchTab.Layout
Get the content type that is specified in views.xml.
getContext() - Method in class no.sesat.search.mode.command.AbstractXmlRestful
 
getContext() - Method in class no.sesat.search.mode.command.querybuilder.AbstractQueryBuilder
 
getContext() - Method in class no.sesat.search.query.token.AbstractEvaluatorFactory
Obtain the context we're working within.
getContext() - Method in class no.sesat.search.query.transform.AbstractQueryTransformer
Get the context that was set with setContext()
getContext() - Method in class no.sesat.search.site.config.AbstractResourceLoader
Get the SiteContext.
getController(QueryBuilder.Context, QueryBuilderConfig) - Static method in class no.sesat.search.mode.command.AbstractSearchCommand.QueryBuilderFactory
 
getController(SearchMode.SearchCommandExecutorConfig) - Static method in class no.sesat.search.mode.executor.SearchCommandExecutorFactory
 
getController(SearchCommand.Context) - Method in class no.sesat.search.mode.SearchCommandFactory
Create the appropriate command that's to work within the given SearchCommand.Context.
getController(QueryTransformerConfig) - Method in class no.sesat.search.query.transform.QueryTransformerFactory
 
getController(ResultHandler.Context, ResultHandlerConfig) - Static method in class no.sesat.search.result.handler.ResultHandlerFactory
 
getController(RunHandler.Context, RunHandlerConfig) - Static method in class no.sesat.search.run.handler.RunHandlerFactory
 
getController(RunTransformer.Context, RunTransformerConfig) - Static method in class no.sesat.search.run.transform.RunTransformerFactory
 
getController(T) - Method in class no.sesat.search.view.NavigationControllerSpiFactory
 
getCookieChecksum() - Method in class no.sesat.search.util.TradeDoubler
 
getCookieOrderNumber() - Method in class no.sesat.search.util.TradeDoubler
 
getCookieReportInfo() - Method in class no.sesat.search.util.TradeDoubler
 
getCookieTDUID() - Method in class no.sesat.search.util.TradeDoubler
 
getCorrectingLimit() - Method in class no.sesat.search.mode.config.CorrectingFast4CommandConfig
 
getCount() - Method in class no.sesat.search.result.Modifier
 
getCountry() - Method in class no.sesat.search.mode.config.YahooWebCommandConfig
Getter for property country.
getCss() - Method in class no.sesat.search.view.config.SearchTab
Deprecated. css definitions belong against the layout.
getCss() - Method in class no.sesat.search.view.config.SearchTab.Layout
Getter for property css.
getCurrentNavigator(String) - Method in class no.sesat.search.result.FastSearchResult
Deprecated. Get the current navigator with name "navigatorName".
getCurrentOffset(int) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Deprecated. instead use getOffset() + i
getCurrentPage() - Method in class no.sesat.search.view.navigation.PagingHelper
 
getCurrentPageFromCount() - Method in class no.sesat.search.view.navigation.PagingHelper
 
getCurrentPageToCount() - Method in class no.sesat.search.view.navigation.PagingHelper
 
getCurrentTab() - Method in interface no.sesat.search.datamodel.page.PageDataObject
 
getCustomerId() - Method in class no.sesat.search.mode.config.PictureCommandConfig
Returns the customer id to use for picsearch queries associated with this configuration.
getDatabase() - Method in class no.sesat.search.mode.config.YahooIdpCommandConfig
Getter for property database.
getDataModel() - Method in interface no.sesat.search.datamodel.DataModelContext
 
getDataModel() - Static method in class no.sesat.search.http.dwr.DataModelWrapper
 
getDataModel() - Method in class no.sesat.search.view.navigation.AbstractUrlGenerator
Returns the data model.
getDataModel(InternalContextAdapter) - Method in class no.sesat.search.view.velocity.AbstractDirective
 
getDateRange() - Method in class no.sesat.search.mode.config.YahooIdpCommandConfig
Getter for property dateRange.
getDefaultGroupClose() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
Not configurable yet.
getDefaultGrouped() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
 
getDefaultGroupOpen() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
Not configurable yet.
getDefaultInfix() - Method in class no.sesat.search.mode.config.querybuilder.InfixQueryBuilderConfig
 
getDefaultLayout() - Method in class no.sesat.search.view.config.SearchTab
Getter for property defaultLayout.
getDefaultMedium() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the defaultMedium property.
getDefaultMedium() - Method in class no.sesat.search.query.transform.NewsMediumQueryTransformerConfig
 
getDefaultNoCoord() - Method in class no.geodata.maputil.CoordHelper
 
getDefaultNoCoordString() - Method in class no.geodata.maputil.CoordHelper
 
getDefaultPrefix() - Method in class no.sesat.search.mode.config.querybuilder.PrefixQueryBuilderConfig
 
getDefaultSelectValueRef() - Method in class no.sesat.search.view.navigation.OptionsNavigationConfig.Option
 
getDefaultSort() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the defaultSort property.
getDefaultType() - Method in class no.sesat.search.query.transform.NewsCaseQueryTransformerConfig
 
getDefaultUseCaches() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
Returns the default value of a URLConnection's useCaches flag.
getDefaultValue() - Method in class no.sesat.search.result.handler.FieldChooserResultHandlerConfig
 
getDefaultZoom() - Method in class no.geodata.maputil.CoordHelper
 
getDefaultZoomlevel() - Method in class no.geodata.maputil.CoordHelper
 
getDelim() - Method in class no.sesat.search.mode.command.querybuilder.BaseFilterBuilder
 
getDepth() - Method in class no.sesat.search.result.BasicNavigationItem
 
getDepth() - Method in interface no.sesat.search.result.NavigationItem
The depth of this element.
getDisplayDate() - Method in class no.sesat.search.result.BlogSearchResultItem
 
getDisplayName() - Method in class no.sesat.search.result.Navigator
 
getDisplayName() - Method in class no.sesat.search.view.navigation.OptionsNavigationConfig.Option
 
getDisplayQuery() - Method in interface no.sesat.search.result.handler.ResultHandler.Context
Returns the query as it is after the query transformers have been applied to it.
getDocument() - Method in class no.sesat.search.site.config.AbstractResourceLoader
 
getDocument() - Method in interface no.sesat.search.site.config.DocumentLoader
get the Document.
getDocumentsPerFilter() - Method in class no.sesat.search.mode.config.BlendingNewsCommandConfig
 
getDomainBoost() - Method in class no.sesat.search.mode.config.PictureCommandConfig
Returns the domain boost to use.
getEmailPrefix() - Method in class no.sesat.search.query.transform.TermPrefixQueryTransformerConfig
 
getEncoding() - Method in class no.sesat.search.mode.config.AbstractXmlSearchConfiguration
Getter for property encoding.
getEndColumn() - Method in class no.sesat.search.query.parser.JavaCharStream
 
getEndLine() - Method in class no.sesat.search.query.parser.JavaCharStream
 
getEngine() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Use this always instead of context.getTokenEvaluationEngine() because the command could be running off a different query string.
getEngine() - Method in class no.sesat.search.mode.command.AbstractSearchCommand.ReconstructedQuery
 
getEngine() - Method in class no.sesat.search.view.velocity.VelocityEngineFactory
 
getEnrichmentByCommand(String) - Method in class no.sesat.search.view.config.SearchTab
 
getEnrichmentPlacement(String) - Method in class no.sesat.search.view.config.SearchTab
 
getEnrichments() - Method in class no.sesat.search.view.config.SearchTab
Getter for property enrichments.
getEntry(String) - Method in class no.sesat.search.http.protocol.jar.URLJarFile
Returns the ZipEntry for the given entry name or null if not found.
getEnvelope(BasicResultItem) - Method in class no.geodata.maputil.CoordHelper
Returns MapEnvelope from given company object containing x and y coordinate.
getEnvelope(List, int) - Method in class no.geodata.maputil.CoordHelper
Returns MapEnvelope from given list of company objects and converts coodrs to pixCoords.
getEnvelope(List) - Method in class no.geodata.maputil.CoordHelper
Returns MapEnvelope from given list of company objects and converts coords to pixCoords
getEnvelope() - Method in class no.geodata.maputil.CoordHelper
Returns MapEnvelope from given vector of company objects containing x and y coordinates.
getEnvFactor() - Method in class no.geodata.maputil.CoordHelper
 
getEscapedTransformedTerm(Clause) - Method in class no.sesat.search.mode.command.querybuilder.AbstractQueryBuilder
Gets the transformed term, escaping any reserved words.
getEvaluationState() - Method in class no.sesat.search.query.parser.AbstractQuery
 
getEvaluationState() - Method in interface no.sesat.search.query.Query
Returns the object that holds State for any TokenEvaluationEngine actions.
getEvaluator(TokenPredicate) - Method in class no.sesat.search.query.token.AbstractEvaluatorFactory
If the evaluator is not found in this site it will fallback and look in the parent site.
getEvaluator(TokenPredicate) - Method in class no.sesat.search.query.token.DeadTokenEvaluationEngineImpl
 
getEvaluator(TokenPredicate) - Method in class no.sesat.search.query.token.FastQueryMatchingEvaluatorFactory
 
getEvaluator(TokenPredicate) - Method in class no.sesat.search.query.token.JepEvaluatorFactory
 
getEvaluator(TokenPredicate) - Method in class no.sesat.search.query.token.RegExpEvaluatorFactory
 
getEvaluator(TokenPredicate) - Method in class no.sesat.search.query.token.SolrEvaluatorFactory
 
getEvaluator(TokenPredicate) - Method in interface no.sesat.search.query.token.TokenEvaluationEngine
Find or create the TokenEvaluator that will evaluate if given (Token)Predicate is true.
getEvaluator(TokenPredicate) - Method in class no.sesat.search.query.token.TokenEvaluationEngineImpl
 
getEvaluatorFactoryClassName() - Method in interface no.sesat.search.query.token.AbstractEvaluatorFactory.Context
Fully qualified classname for the factory responsible for finding related evaluators.
getEvaluatorFactoryClassName() - Method in class no.sesat.search.query.token.EvaluatorType
Deprecated.  
getEvent() - Static method in class no.sesat.search.util.TradeDoubler
 
getExecutor() - Method in class no.sesat.search.mode.SearchMode
 
getExpiresInSeconds() - Method in class no.sesat.search.view.config.SearchTab.Layout
Number of seconds until this layout (page) should expire.
getFacet(String) - Method in interface no.sesat.search.mode.config.FacetedCommandConfig
 
getFacet(String) - Method in class no.sesat.search.mode.config.SolrCommandConfig
 
getFacets() - Method in interface no.sesat.search.mode.config.FacetedCommandConfig
 
getFacets() - Method in class no.sesat.search.mode.config.SolrCommandConfig
 
getFacetToolkit() - Method in class no.sesat.search.mode.config.SolrCommandConfig
 
getField() - Method in interface no.sesat.search.query.LeafClause
Leaf clauses can be specified with a field.
getField() - Method in class no.sesat.search.query.parser.AbstractLeafClause
Get the field.
getField() - Method in class no.sesat.search.query.transform.ExactMatchQueryTransformerConfig
 
getField() - Method in interface no.sesat.search.query.WordClause
Get the field.
getField(String) - Method in class no.sesat.search.result.BasicResultItem
 
getField(String, int) - Method in class no.sesat.search.result.BasicResultItem
 
getField() - Method in class no.sesat.search.result.handler.DiscardDuplicatesResultHandlerConfig
 
getField() - Method in class no.sesat.search.result.handler.FindFileFormatResultHandlerConfig
 
getField() - Method in class no.sesat.search.result.handler.RegexpResultHandlerConfig
 
getField() - Method in class no.sesat.search.result.Navigator
 
getField(String) - Method in interface no.sesat.search.result.ResultItem
 
getField() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getField() - Method in class no.sesat.search.view.navigation.TabNavigationConfig
 
getFieldFilter(LeafClause) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Returns null when no field exists.
getFieldFilter(LeafClause) - Method in interface no.sesat.search.query.transform.QueryTransformer.Context
QueryTransformers needs information about supported field filters.
getFieldFilterMap() - Method in class no.sesat.search.mode.config.CommandConfig
Getter for property fieldFilters.
getFieldFilterMap() - Method in interface no.sesat.search.mode.config.SearchConfiguration
Getter for property fieldFilters.
getFieldNames() - Method in class no.sesat.search.result.BasicResultItem
Returns a defensive copy of the field names existing in this resultItem.
getFieldNames() - Method in interface no.sesat.search.result.ResultItem
An unmodifiable list of the field names.
getFields() - Method in class no.sesat.search.result.BasicResultItem
JavaBean standards access (read-only) to the fields map.
getFields() - Method in class no.sesat.search.result.handler.FieldChooserResultHandlerConfig
 
getFields() - Method in class no.sesat.search.result.handler.NumberOperationResultHandlerConfig
 
getFilter() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
 
getFilter(String) - Method in class no.sesat.search.mode.command.querybuilder.BaseFilterBuilder
Find a particular filter value.
getFilter(String) - Method in interface no.sesat.search.mode.command.querybuilder.FilterBuilder
Find a particular filter value.
getFilter() - Method in class no.sesat.search.mode.command.YahooIdpSearchCommand
 
getFilter() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getFilter() - Method in class no.sesat.search.mode.config.MobileCommandConfig
 
getFilter() - Method in class no.sesat.search.mode.config.PictureCommandConfig
Returns the offensive content filtering level.
getFilter() - Method in class no.sesat.search.mode.config.YahooIdpCommandConfig
Getter for property filter.
getFilter() - Method in class no.sesat.search.query.transform.AbstractQueryTransformer
 
getFilter(Map) - Method in class no.sesat.search.query.transform.AbstractQueryTransformer
 
getFilter(Map) - Method in class no.sesat.search.query.transform.AgefilterQueryTransformer
 
getFilter() - Method in class no.sesat.search.query.transform.MapInfoPageQueryTransformer
 
getFilter() - Method in class no.sesat.search.query.transform.NewsQueryTransformer
Set filter for thiw query.
getFilter(Map) - Method in interface no.sesat.search.query.transform.QueryTransformer
Deprecated. all functionality should be provided by getFilter() with any access to parameters via the datamodel
getFilter() - Method in interface no.sesat.search.query.transform.QueryTransformer
Set filter for this query.
getFilterBuilder() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
 
getFilterBuilder() - Method in class no.sesat.search.mode.command.PicSearchCommand
 
getFilterConfig() - Method in class no.sesat.search.http.filters.SiteLocatorFilter
Return the filter configuration object for this filter.
getFilterField() - Method in class no.sesat.search.query.transform.ExactFieldFilterQueryTransformerConfig
 
getFilterField() - Method in class no.sesat.search.query.transform.NewsMyNewsQueryTransformerConfig
 
getFilteringQuery() - Method in class no.sesat.search.mode.config.SolrCommandConfig
The filter query.
getFilterParameter() - Method in class no.sesat.search.query.transform.ExactFieldFilterQueryTransformerConfig
 
getFilterParameterName() - Method in class no.sesat.search.query.transform.MapInfoPageQueryTransformerConfig
 
getFilterPrefix() - Method in class no.sesat.search.query.transform.MapInfoPageQueryTransformerConfig
 
getFilterSrc() - Method in class no.sesat.search.result.handler.FieldFilterResultHandlerConfig
 
getFiltersToBlend() - Method in class no.sesat.search.mode.config.BlendingNewsCommandConfig
 
getFilterString() - Method in class no.sesat.search.mode.command.querybuilder.BaseFilterBuilder
 
getFilterString() - Method in interface no.sesat.search.mode.command.querybuilder.FilterBuilder
The Filter String built from the Query's transformed clauses.
getFiltertype() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getFirstClause() - Method in class no.sesat.search.query.parser.AbstractUnaryClause
Get the firstClause.
getFirstClause() - Method in interface no.sesat.search.query.UnaryClause
Get the clause.
getFirstLeaf(Clause) - Method in class no.sesat.search.query.finder.FirstLeafFinder
 
getFirstLeafClause() - Method in class no.sesat.search.query.parser.AbstractQuery
 
getFirstLeafClause() - Method in interface no.sesat.search.query.Query
The first term (leaf clause) in the query.
getFirstNotSelected(DataModel, NavigationConfig.Nav) - Static method in class no.sesat.search.view.navigation.NavigationHelper
Drill down the navigation hierarchy and find the first Nav that hasn't yet been selected.
getFirstVisiblePage() - Method in class no.sesat.search.view.navigation.PagingHelper
 
getFormat() - Method in class no.sesat.search.mode.config.YahooWebCommandConfig
Getter for property format.
getFormat() - Method in class no.sesat.search.mode.config.YoutubeCommandConfig
 
getForwardedFor() - Method in interface no.sesat.search.datamodel.request.BrowserDataObject
 
getFrequency() - Method in class no.sesat.search.sitemap.Page
The frequence at which the page is usually updated.
getFrom() - Method in class no.sesat.search.run.handler.CopySearchRunHandlerConfig
 
getFrom() - Method in class no.sesat.search.run.handler.FederatorRunHandlerConfig
 
getFromField() - Method in class no.sesat.search.result.handler.FieldSplitterResultHandlerConfig
The field whose content will be split.
getFront() - Method in class no.sesat.search.view.config.SearchTab.Layout
 
getGeographicFieldArray() - Method in class no.sesat.search.mode.config.NewsAggregatorCommandConfig
 
getGeographicFields() - Method in class no.sesat.search.mode.config.NewsAggregatorCommandConfig
 
getHeaderField(String) - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
 
getHideDomain() - Method in class no.sesat.search.mode.config.YahooIdpCommandConfig
Getter for property hideDomain.
getHint() - Method in class no.sesat.search.query.parser.XorClauseImpl
 
getHint() - Method in interface no.sesat.search.query.XorClause
The Hint give the neccesary programmatic hint to how the two branches differ.
getHintPriorityComparator() - Static method in class no.sesat.search.result.Modifier
 
getHitCount() - Method in class no.sesat.search.result.BasicResultList
 
getHitCount() - Method in interface no.sesat.search.result.ResultList
Get the hitcount.
getHitcountSource() - Method in class no.sesat.search.view.navigation.ResultPagingNavigationConfig
 
getHits() - Method in class no.sesat.search.run.RunningQueryImpl
 
getHost() - Method in class no.sesat.search.mode.config.AbstractXmlSearchConfiguration
Getter for property host.
getHostHeader() - Method in class no.sesat.search.mode.config.AbstractXmlSearchConfiguration
Getter for property hostHeader.
getHostHeader(String) - Static method in class no.sesat.search.site.config.UrlResourceLoader
 
getHtmlSuggestion() - Method in class no.sesat.search.result.BasicSuggestion
 
getHtmlSuggestion() - Method in interface no.sesat.search.result.Suggestion
 
getHttpReader(String) - Method in class no.sesat.search.mode.command.AbstractXmlRestful
 
getHttpReader(String) - Method in interface no.sesat.search.mode.command.Restful
Obtain a BufferedReader, in the given encoding, of the RESTful result.
getIconOffsetHeigth() - Method in class no.geodata.maputil.CoordHelper
 
getIconOffsetWidth() - Method in class no.geodata.maputil.CoordHelper
 
getIconOverlapOffsetHeigth() - Method in class no.geodata.maputil.CoordHelper
 
getIconOverlapOffsetWidth() - Method in class no.geodata.maputil.CoordHelper
 
getIconPxSizeHeigth() - Method in class no.geodata.maputil.CoordHelper
 
getIconPxSizeWidth() - Method in class no.geodata.maputil.CoordHelper
 
getId() - Method in class no.geodata.maputil.MapPoint
Gets single value.
getId() - Method in class no.sesat.search.mode.config.CommandConfig
 
getId() - Method in interface no.sesat.search.mode.config.SearchConfiguration
Returns the name of this configuration.
getId() - Method in class no.sesat.search.mode.SearchMode
Getter for property id.
getId() - Method in class no.sesat.search.result.Navigator
Getter for property id.
getId() - Method in class no.sesat.search.view.config.SearchTab.EnrichmentPlacementHint
 
getId() - Method in class no.sesat.search.view.config.SearchTab
Getter for property id.
getId() - Method in class no.sesat.search.view.config.SearchTab.Layout
 
getId() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getId() - Method in class no.sesat.search.view.navigation.NavigationConfig.Navigation
 
GetImage() - Method in class no.sesat.search.query.parser.JavaCharStream
 
getImage() - Method in class no.sesat.search.view.navigation.TabNavigationConfig
 
getImgHeight() - Method in class no.geodata.maputil.CoordHelper
 
getImgMeterSize() - Method in class no.geodata.maputil.CoordHelper
 
getImgWidth() - Method in class no.geodata.maputil.CoordHelper
 
getInclude(String) - Method in class no.sesat.search.view.config.SearchTab.Layout
Get the include with the given key.
getIncludes() - Method in class no.sesat.search.view.config.SearchTab.Layout
 
getInherit() - Method in class no.sesat.search.view.config.SearchTab
Getter for property inherit.
getInitialQueryTransformer() - Method in interface no.sesat.search.mode.config.BaseSearchConfiguration
 
getInitialQueryTransformer() - Method in class no.sesat.search.mode.config.CommandConfig
 
getInputStream() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
 
getInputStreamFor(URL) - Method in class no.sesat.search.site.config.AbstractResourceLoader
 
getInputStreamFor(URL) - Method in class no.sesat.search.site.config.UrlResourceLoader
 
getInsertCount() - Method in class no.sesat.search.run.handler.FederatorRunHandlerConfig
 
getInsertPosition() - Method in class no.sesat.search.run.handler.FederatorRunHandlerConfig
 
getInstance(SearchCommand.Context, String) - Static method in class no.sesat.search.mode.command.SolrSearchCommand.FacetToolkitFactory
Factory call to instiantate a FacetToolkit.
getInstance() - Static method in class no.sesat.search.run.QueryFactory
Create a new instance of QueryFactory.
getInstances() - Static method in class no.sesat.search.query.token.EvaluatorType
Deprecated.  
getInteger(String) - Method in class no.sesat.search.result.BasicResultItem
 
getInterface() - Method in class no.sesat.search.view.output.syndication.modules.SearchResultModuleImpl
getIso88591UrlEncoded() - Method in interface no.sesat.search.datamodel.generic.StringDataObject
The ISO-88591 url encoded variant of the string.
getIso88591UrlEncoded() - Method in class no.sesat.search.datamodel.generic.StringDataObjectSupport
 
getJarEntry() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
 
getJarFile() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
 
getJarName() - Method in class no.sesat.search.site.config.ResourceClassLoader
Returns the jar file the class must be contained in.
getJarName() - Method in class no.sesat.search.site.config.SpiClassLoader
Returns the jar file the class must be contained in.
getJavascript() - Method in class no.sesat.search.view.config.SearchTab
Deprecated. javascript definitions belong against the layout.
getJavascript() - Method in class no.sesat.search.view.config.SearchTab.Layout
Getter for property javascript.
getJunkYard() - Method in interface no.sesat.search.datamodel.DataModel
Deprecated. Provides access to datamodel elements not yet migrated into the DataModel proper.
getKey() - Method in class no.sesat.search.view.config.SearchTab
Getter for property key.
getKnownPredicates() - Method in interface no.sesat.search.query.Clause
get the set of known predicates.
getKnownPredicates() - Method in class no.sesat.search.query.finder.PredicateCollector
 
getKnownPredicates() - Method in class no.sesat.search.query.parser.AbstractClause
Get the set of knownPredicates for this Clause.
getKnownPredicates() - Method in class no.sesat.search.query.token.EvaluationState
 
getKnownPredicates() - Method in interface no.sesat.search.query.token.TokenEvaluationEngine.State
known matching predicates.
getLanguage() - Method in class no.sesat.search.mode.config.YahooIdpCommandConfig
Getter for property language.
getLanguage() - Method in class no.sesat.search.mode.config.YahooWebCommandConfig
Getter for property language.
getLanguageMix() - Method in class no.sesat.search.mode.config.YahooIdpCommandConfig
Getter for property languageMix.
getLastModified(HttpServletRequest) - Method in class no.sesat.commons.resourcefeed.ResourceServlet
Assigned to the time when the servlet is initialised via the init(ServletConfig) method.
getLastModified(String) - Method in class no.sesat.search.http.HTTPClient
 
getLastModified() - Method in class no.sesat.search.sitemap.Page
The date the page was last modified.
getLastModified(Resource) - Method in class no.sesat.search.view.velocity.URLResourceLoader
getLastVisiblePage() - Method in class no.sesat.search.view.navigation.PagingHelper
 
getLayouts() - Method in class no.sesat.search.view.config.SearchTab
 
getLine() - Method in class no.sesat.search.query.parser.JavaCharStream
Deprecated.  
getLinkTitle() - Method in class no.sesat.search.result.BlogSearchResultItem
Return first non-null value of contentTitle, blogTitle or url
getLinkTitleTrimmed() - Method in class no.sesat.search.result.BlogSearchResultItem
Trim linktitle
getLocale() - Method in interface no.sesat.search.datamodel.request.BrowserDataObject
 
getLocale() - Method in class no.sesat.search.site.Site
Getter for property locale.
getLocation() - Method in class no.sesat.search.sitemap.Page
The URL of the page.
getLongQuery() - Method in class no.sesat.search.result.handler.SpellingSuggestionChooserResultHandlerConfig
 
getLongQueryMaxSuggestions() - Method in class no.sesat.search.result.handler.SpellingSuggestionChooserResultHandlerConfig
 
getLowerRight() - Method in class no.geodata.maputil.MapEnvelope
Gets a single value.
getMain() - Method in class no.sesat.search.view.config.SearchTab.Layout
 
getManifest() - Method in class no.sesat.search.http.protocol.jar.URLJarFile
 
getMapCenterCoordX() - Method in class no.geodata.maputil.CoordHelper
 
getMapCenterCoordY() - Method in class no.geodata.maputil.CoordHelper
 
getMapCenterPxX() - Method in class no.geodata.maputil.CoordHelper
 
getMapCenterPxY() - Method in class no.geodata.maputil.CoordHelper
 
getMapPoints(List, MapEnvelope) - Method in class no.geodata.maputil.CoordHelper
Returns Arraylist of MapPoints including pix coordinates.
getMask() - Method in class no.sesat.search.query.transform.TokenMaskQueryTransformerConfig
Getter for property mask.
getMatchList() - Method in class no.sesat.search.result.handler.FieldFilterResultHandlerConfig
 
getMatchListSet() - Method in class no.sesat.search.result.handler.FieldFilterResultHandlerConfig
 
getMatchValues(TokenPredicate, String) - Method in class no.sesat.search.query.token.JepTokenEvaluator
 
getMatchValues(TokenPredicate, String) - Method in class no.sesat.search.query.token.RegExpTokenEvaluator
 
getMatchValues(TokenPredicate, String) - Method in class no.sesat.search.query.token.SolrTokenEvaluator
get all match values and values for given list .
getMatchValues(TokenPredicate, String) - Method in interface no.sesat.search.query.token.TokenEvaluator
Each true evaluation may also provide a synonym (or "match value").
getMatchValues(TokenPredicate, String) - Method in class no.sesat.search.query.token.VeryFastTokenEvaluator
 
getMax() - Method in class no.sesat.search.view.config.SearchTab.EnrichmentPlacementHint
 
getMaxAge() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the maxAge property.
getMaxAgeAmount() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the maxAgeAmount property.
getMaxAgeInDays() - Method in class no.sesat.search.query.transform.NewsClusterQueryTransformerConfig
I max age is set to 0, No max age is defined.
getMaxDigits() - Method in class no.sesat.search.result.handler.NumberOperationResultHandlerConfig
 
getMaxDistance() - Method in class no.sesat.search.result.handler.SpellingSuggestionChooserResultHandlerConfig
 
getMaxFractionDigits() - Method in class no.sesat.search.result.handler.NumberOperationResultHandlerConfig
 
getMaxsize() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getMaxSuggestions() - Method in class no.sesat.search.result.handler.SpellingSuggestionChooserResultHandlerConfig
 
getMaxX() - Method in class no.geodata.maputil.MapEnvelope
Gets a single value.
getMaxY() - Method in class no.geodata.maputil.MapEnvelope
Gets a single value.
getMediumParameter() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the mediumParameter property.
getMediumParameter() - Method in class no.sesat.search.query.transform.NewsMediumQueryTransformerConfig
 
getMediumPrefix() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the mediumPrefix property.
getMediumPrefix() - Method in class no.sesat.search.query.transform.NewsMediumQueryTransformerConfig
 
getMessage() - Method in exception no.sesat.search.query.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error no.sesat.search.query.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage(String) - Method in class no.sesat.search.site.config.TextMessages
Get the message.
getMessage(String, Object) - Method in class no.sesat.search.site.config.TextMessages
Get the message.
getMessage(String, Object, Object) - Method in class no.sesat.search.site.config.TextMessages
Get the message.
getMessage(String, Object, Object, Object) - Method in class no.sesat.search.site.config.TextMessages
Get the message.
getMessage(String, Object, Object, Object, Object) - Method in class no.sesat.search.site.config.TextMessages
Get the message.
getMessage(String, Object...) - Method in class no.sesat.search.site.config.TextMessages
Get the message.
getMinDigits() - Method in class no.sesat.search.result.handler.NumberOperationResultHandlerConfig
 
getMinFractionDigits() - Method in class no.sesat.search.result.handler.NumberOperationResultHandlerConfig
 
getMinScore() - Method in class no.sesat.search.result.handler.SpellingSuggestionChooserResultHandlerConfig
 
getMinX() - Method in class no.geodata.maputil.MapEnvelope
Gets a single value.
getMinY() - Method in class no.geodata.maputil.MapEnvelope
Gets a single value.
getMode(String) - Method in class no.sesat.search.mode.SearchModeFactory
Returns the mode with given identifier.
getMode() - Method in class no.sesat.search.view.config.SearchTab
Getter for property mode.
getModifier(String, String) - Method in interface no.sesat.search.result.FacetedSearchResult
The modifier with name "modifierName" from the modifier list found in the navigation map under the name "navigatorNam".
getModifier(String, String) - Method in class no.sesat.search.result.FacetedSearchResultImpl
 
getModifierCount(String, String) - Method in interface no.sesat.search.result.FacetedSearchResult
The count of the modifier with name "modifierName" from the modifier list found in the navigation map under the name "navigatorNam".
getModifierCount(String, String) - Method in class no.sesat.search.result.FacetedSearchResultImpl
 
getModifiers(String) - Method in interface no.sesat.search.result.FacetedSearchResult
A live copy of the modifiers found in the navigation map under the name "navigatorName".
getModifiers(String) - Method in class no.sesat.search.result.FacetedSearchResultImpl
 
getMoreHits() - Method in class no.sesat.search.result.BlogSearchResultItem
 
getMuchBetter() - Method in class no.sesat.search.result.handler.SpellingSuggestionChooserResultHandlerConfig
 
getMultiplePageSize() - Method in class no.sesat.search.view.navigation.ResultPagingNavigationConfig
 
getMultiTermJoin() - Method in class no.sesat.search.query.transform.TermPrefixQueryTransformerConfig
 
getMultivaluedField(String) - Method in class no.sesat.search.result.BasicResultItem
Returns a live copy of the field's collection.
getMultivaluedField(String) - Method in interface no.sesat.search.result.ResultItem
An unmodifiable copy of the multivalued field collection.
getName() - Method in class no.sesat.search.datamodel.generic.DataObject.Property
 
getName() - Method in class no.sesat.search.mode.config.CommandConfig
 
getName() - Method in interface no.sesat.search.mode.config.SearchConfiguration
 
getName() - Method in class no.sesat.search.result.Modifier
 
getName() - Method in class no.sesat.search.result.Navigator
 
getName() - Method in class no.sesat.search.site.Site
Getter for property siteName.
getName() - Method in class no.sesat.search.sitemap.PageProvider
The name of the sitemap.
getName() - Method in class no.sesat.search.view.navigation.TreeNavigationConfig
 
getName() - Method in class no.sesat.search.view.velocity.AbstractEnrichmentDirective
 
getName() - Method in class no.sesat.search.view.velocity.AllParametersDirective
 
getName() - Method in class no.sesat.search.view.velocity.BoldWordDirective
 
getName() - Method in class no.sesat.search.view.velocity.CapitalizeWordsDirective
getName() - Method in class no.sesat.search.view.velocity.ChopStringDirective
getName() - Method in class no.sesat.search.view.velocity.CssDirective
 
getName() - Method in class no.sesat.search.view.velocity.DateFormattingDirective
getName() - Method in class no.sesat.search.view.velocity.FaviconDirective
 
getName() - Method in class no.sesat.search.view.velocity.HitCountDirective
getName() - Method in class no.sesat.search.view.velocity.HtmlEscapeDirective
Deprecated. 
getName() - Method in class no.sesat.search.view.velocity.IDNDirective
 
getName() - Method in class no.sesat.search.view.velocity.ImageDirective
 
getName() - Method in class no.sesat.search.view.velocity.JavaScriptDirective
 
getName() - Method in class no.sesat.search.view.velocity.JsonDataModelDirective
 
getName() - Method in class no.sesat.search.view.velocity.MailEncodeDirective
getName() - Method in class no.sesat.search.view.velocity.MD5ParameterDirective
 
getName() - Method in class no.sesat.search.view.velocity.PublishDirective
getName() - Method in class no.sesat.search.view.velocity.RemovePrefixDirective
getName() - Method in class no.sesat.search.view.velocity.SlashTrimStringDirective
 
getName() - Method in class no.sesat.search.view.velocity.TopDomainDirective
getName() - Method in class no.sesat.search.view.velocity.UpperCaseDirective
getName() - Method in class no.sesat.search.view.velocity.UrlDecodeDirective
getName() - Method in class no.sesat.search.view.velocity.UrlEncodeDirective
getName() - Method in class no.sesat.search.view.velocity.WeekdayDirective
getName() - Method in class no.sesat.search.view.velocity.WikiDirective
returns the name of the directive.
getName() - Method in class no.sesat.search.view.velocity.XmlEscapeDirective
getName() - Method in class no.sesat.search.view.velocity.XPathDirective
getName() - Method in class no.sesat.search.view.velocity.XPathForeachDirective
getNameForAnonymousPredicate(Predicate) - Method in interface no.sesat.search.query.analyser.Scorer.Context
TODO comment me.
getNamespaces() - Method in class no.sesat.search.view.output.syndication.modules.SearchResultModuleGenerator
getNamespaceUri() - Method in class no.sesat.search.view.output.syndication.modules.SearchResultModuleGenerator
getNamespaceUri() - Method in class no.sesat.search.view.output.syndication.modules.SearchResultModuleParser
getNavId() - Method in class no.sesat.search.result.handler.ClusteringHitCountResultHandlerConfig
The Nav Id to search in to find the correct hit count.
getNavigation() - Method in interface no.sesat.search.datamodel.DataModel
Get the NavigationDataObject associated to the SearchMode.
getNavigation(String) - Method in interface no.sesat.search.datamodel.navigation.NavigationDataObject
 
getNavigation() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getNavigationConfiguration() - Method in class no.sesat.search.view.config.SearchTab
 
getNavigationItems(NavigationController.Context) - Method in class no.sesat.search.view.navigation.fast.FastNavigationController
 
getNavigationItems(NavigationController.Context) - Method in interface no.sesat.search.view.navigation.NavigationController
 
getNavigationItems(NavigationController.Context) - Method in class no.sesat.search.view.navigation.NoOpNavigationControllerFactoryImpl
 
getNavigationItems(NavigationController.Context) - Method in class no.sesat.search.view.navigation.OptionNavigationController
 
getNavigationItems(NavigationController.Context) - Method in class no.sesat.search.view.navigation.ResultPagingNavigationController
 
getNavigationItems(NavigationController.Context) - Method in class no.sesat.search.view.navigation.tab.TabNavigationController
 
getNavigationItems(NavigationController.Context) - Method in class no.sesat.search.view.navigation.TreeNavigationController
Go through configuration defined in views.xml (the tree navigation element), and build up a NavigationItem as result.
getNavigationItems(NavigationController.Context) - Method in class no.sesat.search.view.navigation.TrimedNavigationController
 
getNavigationList() - Method in class no.sesat.search.view.navigation.NavigationConfig
 
getNavigationMap() - Method in class no.sesat.search.view.navigation.NavigationConfig
 
getNavigations() - Method in interface no.sesat.search.datamodel.navigation.NavigationDataObject
 
getNavigationState() - Method in class no.sesat.search.view.navigation.AbstractUrlGenerator
Returns the navigation state.
getNavigationState() - Method in class no.sesat.search.view.navigation.NavigationManager
Returns the navigation state that should be persisted for a particular navigator.
getNavigator(String) - Method in class no.sesat.search.mode.config.EspFastCommandConfig
 
getNavigator(String) - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getNavigator() - Method in class no.sesat.search.result.Modifier
 
getNavigators() - Method in class no.sesat.search.mode.config.EspFastCommandConfig
 
getNavigators() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getNavList() - Method in class no.sesat.search.view.navigation.NavigationConfig.Navigation
 
getNavMap() - Method in class no.sesat.search.view.navigation.NavigationConfig
 
getNavMap() - Method in class no.sesat.search.view.navigation.NavigationConfig.Navigation
 
getNestedResultsField() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the nestedResultsField property.
getNewsSource() - Method in interface no.sesat.search.view.output.syndication.modules.SearchResultModule
Returns the news source (newspaper name).
getNewsSource() - Method in class no.sesat.search.view.output.syndication.modules.SearchResultModuleImpl
Returns the news source (newspaper name).
getNextToken() - Method in class no.sesat.search.query.parser.QueryParserImpl
 
getNextToken() - Method in class no.sesat.search.query.parser.QueryParserImplTokenManager
 
getNotGroupClose() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
Not configurable yet.
getNotGrouped() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
 
getNotGroupOpen() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
Not configurable yet.
getNotPrefix() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
The NOT keyword prefix.
getNumberOfHits() - Method in interface no.sesat.search.view.output.syndication.modules.SearchResultModule
Returns the number of hits for the search.
getNumberOfHits() - Method in class no.sesat.search.view.output.syndication.modules.SearchResultModuleImpl
Returns the number of hits for the search.
getNumberOfPages() - Method in class no.sesat.search.view.navigation.PagingHelper
 
getNumberOfPages() - Method in class no.sesat.search.view.navigation.ResultPagingNavigationConfig
 
getNumberPrefix() - Method in class no.sesat.search.query.transform.TermPrefixQueryTransformerConfig
 
getObjectArgument(InternalContextAdapter, Node, int) - Method in class no.sesat.search.view.velocity.AbstractDirective
 
getObjectField(String) - Method in class no.sesat.search.result.BasicResultItem
 
getObjectField(String) - Method in interface no.sesat.search.result.ResultItem
 
getOcr() - Method in class no.sesat.search.mode.config.YahooMediaCommandConfig
Getter for property 'ocr'.
getOffensiveScoreLimit() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getOffset() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Returns the offset applicable to this command.
getOffset() - Method in class no.sesat.search.mode.command.PicSearchCommand
 
getOffset() - Method in class no.sesat.search.mode.command.YahooIdpSearchCommand
 
getOffset() - Method in class no.sesat.search.query.transform.NewsMyNewsQueryTransformer
 
getOffsetField() - Method in class no.sesat.search.result.handler.ClusterOffsetAdapterResultHandlerConfig
 
getOffsetInterval() - Method in class no.sesat.search.result.handler.ClusterOffsetAdapterResultHandlerConfig
 
getOffsetOfPage(int) - Method in class no.sesat.search.view.navigation.PagingHelper
 
getOffsetResultField() - Method in class no.sesat.search.result.handler.ClusterOffsetAdapterResultHandlerConfig
 
getOperation() - Method in class no.sesat.search.result.handler.NumberOperationResultHandlerConfig
 
getOptionsToAdd() - Method in class no.sesat.search.view.navigation.OptionsNavigationConfig
 
getOptionsToDelete() - Method in class no.sesat.search.view.navigation.OptionsNavigationConfig
 
getOptionsToKeep() - Method in class no.sesat.search.view.navigation.OptionsNavigationConfig
 
getOrganization() - Static method in class no.sesat.search.util.TradeDoubler
 
getOrGroupClose() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
Not configurable yet.
getOrGrouped() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
 
getOrGroupOpen() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
Not configurable yet.
getOrigin() - Method in class no.sesat.search.view.config.SearchTab.Layout
Deprecated. no need to use this anymore.
getOriginal() - Method in class no.sesat.search.result.BasicSuggestion
 
getOriginal() - Method in interface no.sesat.search.result.Suggestion
 
getOrInfix() - Method in class no.sesat.search.mode.config.querybuilder.InfixQueryBuilderConfig
 
getOrPrefix() - Method in class no.sesat.search.mode.config.querybuilder.PrefixQueryBuilderConfig
 
getPage() - Method in interface no.sesat.search.datamodel.DataModel
Get the PageDataObject associated to the SearchTab.
getPageSize() - Method in class no.sesat.search.view.navigation.ResultPagingNavigationConfig
 
getPagingParameter() - Method in class no.sesat.search.mode.config.CommandConfig
 
getPagingParameter() - Method in interface no.sesat.search.mode.config.SearchConfiguration
Return the parameter key that any associated ResultPagingNavigationController should use to fetch the offset value.
getPanFactor() - Method in class no.geodata.maputil.CoordHelper
 
getParameter(String) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Returns parameter value.
getParameter(String) - Method in class no.sesat.search.mode.command.PicSearchCommand
 
getParameter(String) - Method in class no.sesat.search.mode.command.PlatefoodPPCSearchCommand
 
getParameter(String) - Method in class no.sesat.search.mode.command.YahooIdpSearchCommand
 
getParameter(String) - Method in class no.sesat.search.mode.command.YoutubeSearchCommand
 
getParameterComponents(NavigationConfig.Nav, Set<String>, String) - Method in class no.sesat.search.view.navigation.BasicUrlGenerator
Returns the list of components which are supposded to be generated as parameter components.
getParameterName() - Method in class no.sesat.search.query.transform.MapInfoPageQueryTransformerConfig
 
getParameterNames(NavigationConfig.Nav, boolean) - Method in interface no.sesat.search.view.navigation.NavigationState
 
getParameters() - Method in interface no.sesat.search.datamodel.DataModel
Get the ParametersDataObject associated to this request.
getParametersToKeep() - Method in class no.sesat.search.view.navigation.TreeNavigationConfig
Return the parameters that we want to keep, this could be parameters from some navigators that we run in parallel.
getParameterValue(String, String, NavigationConfig.Nav, Map<String, String>) - Method in class no.sesat.search.view.navigation.BasicUrlGenerator
 
getParameterValue(NavigationConfig.Nav, String) - Method in interface no.sesat.search.view.navigation.NavigationState
 
getParamFields() - Method in class no.sesat.search.query.transform.NewsClusterQueryTransformerConfig
 
getParent(Clause, Clause) - Method in class no.sesat.search.query.finder.ParentFinder
Finds the first found direct parent.
getParent() - Method in enum no.sesat.search.site.config.Spi
 
getParent() - Method in class no.sesat.search.site.Site
the parent to this site.
getParent() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getParentFinder() - Method in interface no.sesat.search.query.parser.alt.Alternation.Context
 
getParentFinder() - Method in interface no.sesat.search.query.Query
Returns the ParentFinder instance applicable for this query.
getParentKey() - Method in class no.sesat.search.view.config.SearchTab
Getter for property parentKey.
getParentMode() - Method in class no.sesat.search.mode.SearchMode
Getter for property parentMode.
getParents(Clause, Clause) - Method in class no.sesat.search.query.finder.ParentFinder
Returns all direct parents.
getParentSearchMode() - Method in class no.sesat.search.mode.SearchMode
 
getParentSiteName(SiteContext) - Method in interface no.sesat.search.site.Site.Context
Get the name of the parent site.
getParentUrl() - Method in class no.sesat.search.result.BlogSearchResultItem
 
getPartnerId() - Method in class no.sesat.search.mode.command.AbstractYahooSearchCommand
 
getPartnerId() - Method in class no.sesat.search.mode.command.OverturePPCSearchCommand
 
getPartnerId() - Method in class no.sesat.search.mode.config.AbstractYahooSearchConfiguration
 
getPathComponents(NavigationConfig.Nav) - Method in class no.sesat.search.view.navigation.BasicUrlGenerator
Returns a list of components which are supposed to be generated as path components.
getPathComponents(NavigationConfig.Nav) - Method in class no.sesat.search.view.navigation.NewsCaseUrlGenerator
 
getPermission() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
 
getPersonalizationGroup() - Method in class no.sesat.search.mode.config.MobileCommandConfig
 
getPhoneNumberPrefix() - Method in class no.sesat.search.query.transform.TermPrefixQueryTransformerConfig
 
getPixelsize() - Method in class no.geodata.maputil.CoordHelper
 
getPort() - Method in class no.sesat.search.mode.config.AbstractXmlSearchConfiguration
Getter for property port.
getPosition() - Method in class no.sesat.search.query.transform.NewsMyNewsQueryTransformerConfig
 
getPosition() - Method in class no.sesat.search.query.transform.TokenMaskQueryTransformerConfig
Getter for property position.
getPossiblePredicates() - Method in interface no.sesat.search.query.Clause
the set of possible predicates.
getPossiblePredicates() - Method in class no.sesat.search.query.finder.PredicateCollector
 
getPossiblePredicates() - Method in class no.sesat.search.query.parser.AbstractClause
Get the set of possiblePredicates for this Clause.
getPossiblePredicates() - Method in class no.sesat.search.query.token.EvaluationState
 
getPossiblePredicates() - Method in interface no.sesat.search.query.token.TokenEvaluationEngine.State
possible matching predicates.
getPredicate() - Method in class no.sesat.search.query.analyser.PredicateScore
Returns the predicate.
getPredicates() - Method in class no.sesat.search.query.transform.TokenMaskQueryTransformerConfig
 
getPrefix() - Method in class no.sesat.search.query.transform.MapInfoPageQueryTransformerConfig
 
getPrefix() - Method in class no.sesat.search.query.transform.TermPrefixQueryTransformerConfig
 
getPrefix() - Method in class no.sesat.search.result.handler.DateFormatResultHandlerConfig
 
getPrefix() - Method in class no.sesat.search.view.navigation.AbstractUrlGenerator
Returns the static URL prefix.
getPrefix() - Method in class no.sesat.search.view.navigation.NavigationConfig.Navigation
Returns the prefix to use when generating URLs.
getPriority() - Method in class no.sesat.search.sitemap.Page
The priority of the page.
getProject() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getProperties() - Method in class no.sesat.search.mode.config.PropertiesCommandConfig
 
getProperties() - Method in class no.sesat.search.site.config.AbstractResourceLoader
 
getProperties() - Method in interface no.sesat.search.site.config.PropertiesLoader
get the properties.
getProperties() - Method in class no.sesat.search.site.config.SiteConfiguration
Get all the properties.
getProperties() - Method in class no.sesat.search.view.config.SearchTab.EnrichmentHint
 
getProperties() - Method in class no.sesat.search.view.config.SearchTab.Layout
 
getPropertiesFilename() - Method in class no.sesat.search.mode.config.PropertiesCommandConfig
 
getProperty(String) - Method in class no.sesat.search.mode.config.PropertiesCommandConfig
 
getProperty(String) - Method in class no.sesat.search.site.config.SiteConfiguration
Get a property
getProperty(String) - Method in class no.sesat.search.view.config.SearchTab.EnrichmentHint
 
getProperty(String) - Method in class no.sesat.search.view.config.SearchTab.EnrichmentPlacementHint
 
getProperty(String) - Method in class no.sesat.search.view.config.SearchTab.Layout
Get the property with the given key
getPropertyDescriptors() - Method in class no.sesat.search.datamodel.DataModelBeanInfo
 
getPropertyDescriptors() - Method in class no.sesat.search.datamodel.generic.MapDataObjectBeanInfo
 
getPropertyDescriptors() - Method in class no.sesat.search.datamodel.junkyard.JunkYardDataObjectBeanInfo
 
getPropertyDescriptors() - Method in class no.sesat.search.datamodel.navigation.NavigationDataObjectBeanInfo
 
getPropertyDescriptors() - Method in class no.sesat.search.datamodel.page.PageDataObjectBeanInfo
 
getPropertyDescriptors() - Method in class no.sesat.search.datamodel.request.ParametersDataObjectBeanInfo
 
getPropertyDescriptors() - Method in class no.sesat.search.mode.config.AbstractBeanInfoHelper
 
getPxX() - Method in class no.geodata.maputil.MapPoint
Gets single value.
getPxY() - Method in class no.geodata.maputil.MapPoint
Gets single value.
getQtPipeline() - Method in class no.sesat.search.mode.config.EspFastCommandConfig
 
getQtPipeline() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getQuery() - Method in interface no.sesat.search.datamodel.DataModel
The QueryDataObject holding all query related information associated to this request.
getQuery() - Method in interface no.sesat.search.datamodel.query.QueryDataObject
 
getQuery() - Method in interface no.sesat.search.datamodel.search.SearchDataObject
The command's query.
getQuery() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Use this always instead of datamodel.getQuery().getQuery() because the command could be running off a different query string.
getQuery() - Method in class no.sesat.search.mode.command.AbstractSearchCommand.ReconstructedQuery
 
getQuery() - Method in class no.sesat.search.query.parser.AbstractQueryParser
Get the query object.
getQuery() - Method in interface no.sesat.search.query.parser.QueryParser
Get the Query.
getQuery() - Method in interface no.sesat.search.query.QueryContext
Get the query object heirarchy.
getQuery() - Method in class no.sesat.search.query.token.EvaluationState
 
getQuery() - Method in interface no.sesat.search.query.token.TokenEvaluationEngine.State
the current query, or null if in term-evaluation mode.
getQuery(String, String, int) - Method in class no.sesat.search.query.transform.NewsCaseQueryTransformer.NewsQueryTransformerDataAccess
 
getQueryBuilder() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
 
getQueryBuilder() - Method in interface no.sesat.search.mode.config.BaseSearchConfiguration
 
getQueryBuilder() - Method in class no.sesat.search.mode.config.CommandConfig
 
getQueryFilter(JunkYardDataObject) - Method in class no.sesat.search.query.transform.NewsClusterQueryTransformer
 
getQueryParameter() - Method in class no.sesat.search.mode.config.CommandConfig
 
getQueryParameter() - Method in interface no.sesat.search.mode.config.SearchConfiguration
 
getQueryParameter() - Method in class no.sesat.search.query.transform.NewsCaseQueryTransformerConfig
 
getQueryParameter() - Method in class no.sesat.search.query.transform.NewsMyNewsQueryTransformerConfig
 
getQueryRepresentation() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
 
getQueryRepresentation() - Method in class no.sesat.search.mode.command.PropertiesCommand
 
getQueryRepresentationLength() - Method in class no.sesat.search.mode.command.querybuilder.AbstractQueryBuilder
 
getQueryServer() - Method in class no.sesat.search.mode.config.EspFastCommandConfig
 
getQueryServerUrl() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getQueryString() - Method in class no.sesat.search.mode.command.querybuilder.AbstractQueryBuilder
 
getQueryString() - Method in interface no.sesat.search.mode.command.querybuilder.QueryBuilder
The Query String built from the Query's transformed clauses.
getQueryString() - Method in class no.sesat.search.query.parser.AbstractQuery
 
getQueryString() - Method in class no.sesat.search.query.parser.AbstractQueryParserContext
Get the original query string.
getQueryString() - Method in interface no.sesat.search.query.Query
The original string the user entered for the search.
getQueryString() - Method in interface no.sesat.search.query.QueryStringContext
Get the original query string.
getQueryString() - Method in interface no.sesat.search.query.token.TokenEvaluationEngine
The query string we're evaluating.
getQueryString() - Method in class no.sesat.search.query.token.TokenEvaluationEngineImpl
 
getQuerySuggestions() - Method in class no.sesat.search.result.BasicResultList
getQuerySuggestions() - Method in interface no.sesat.search.result.ResultList
 
getQueryTransformers() - Method in interface no.sesat.search.mode.config.BaseSearchConfiguration
Returns a (defensive copy) list of QueryTransformerConfig that should be applied to the query before the query is sent to search indices.
getQueryTransformers() - Method in class no.sesat.search.mode.config.CommandConfig
Returns a (defensive copy) list of QueryTransformerConfig that should be applied to the query before it is sent to the search command.
getQueryType() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getQueryType() - Method in class no.sesat.search.mode.config.SolrCommandConfig
Sets the qt parameter in turn choosing a query handler.
getQueryType() - Method in class no.sesat.search.query.transform.NewsCaseQueryTransformerConfig
 
getRacy() - Method in class no.sesat.search.mode.config.YoutubeCommandConfig
 
getRadiusRestriction(ParametersDataObject) - Static method in class no.sesat.search.mode.command.GeoSearchUtil
Retruns the radius to search from a given centerpoint or map selection.
getRealKey() - Method in class no.sesat.search.view.config.SearchTab
Getter for the property key.
getRecursiveField() - Method in class no.sesat.search.result.handler.AgeCalculatorResultHandlerConfig
 
getRecursiveField() - Method in class no.sesat.search.result.handler.FieldChooserResultHandlerConfig
 
getRecursiveField() - Method in class no.sesat.search.result.handler.FieldFilterResultHandlerConfig
 
getRegexp() - Method in class no.sesat.search.query.transform.RegexpQueryTransformerConfig
 
getRegexp() - Method in class no.sesat.search.result.handler.RegexpResultHandlerConfig
 
getRegion() - Method in class no.sesat.search.mode.config.YahooIdpCommandConfig
Getter for property region.
getRegionMix() - Method in class no.sesat.search.mode.config.YahooIdpCommandConfig
Getter for property regionMix.
getRelatedMaxCount() - Method in class no.sesat.search.mode.config.NewsAggregatorCommandConfig
 
getRelevanceMultipleTermSortField() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the relevanceMultipleTermSortField property.
getRelevanceSingleTermSortField() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the relevanceSingleTermSortField property.
getRelevanceSortField() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the relevanceSortField property.
getRelevantQueries() - Method in class no.sesat.search.result.BasicResultList
Get the relevantQueries.
getRelevantQueries() - Method in interface no.sesat.search.result.ResultList
 
getRemoteAddr() - Method in interface no.sesat.search.datamodel.request.BrowserDataObject
 
getRemoveFields() - Method in class no.sesat.search.result.handler.FieldFilterResultHandlerConfig
 
getRemoveFieldsArray() - Method in class no.sesat.search.result.handler.FieldFilterResultHandlerConfig
 
getReplacement() - Method in class no.sesat.search.query.transform.RegexpQueryTransformerConfig
 
getReportBuffer() - Method in interface no.sesat.search.query.analyser.AnalysisRule.Context
 
getRequestProperties() - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
Returns an unmodifiable Map of general request properties for this connection.
getRequestProperty(String) - Method in class no.sesat.search.http.protocol.jar.JarURLConnection
Returns the value of the named general request property for this connection.
getReservedWords() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
 
getReservedWords() - Method in interface no.sesat.search.mode.command.querybuilder.QueryBuilder.Context
The collection of words that have special meaning/function within the query string.
getResetNavSet() - Method in class no.sesat.search.view.navigation.NavigationConfig.Navigation
 
getResetParameter() - Method in class no.sesat.search.view.navigation.TreeNavigationConfig
 
getResetUrl(DataModel, String) - Static method in class no.sesat.search.view.navigation.NavigationHelper
 
getResource(Site) - Method in class no.sesat.search.site.config.AbstractResourceLoader
 
getResource() - Method in class no.sesat.search.site.config.AbstractResourceLoader
Get the resource name/path this class is responsible for retrieving.
getResource(Site) - Method in class no.sesat.search.site.config.UrlResourceLoader
 
getResource(String, int, String) - Method in class no.sesat.search.view.velocity.QuickResourceManagerImpl
Overridden to layer caching capabilities.
getResourceStream(String) - Method in class no.sesat.search.view.velocity.URLResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - Method in class no.sesat.search.view.velocity.URLVelocityTemplateLoader
getResourceStream() loads resource from url.
getResultFieldMap() - Method in class no.sesat.search.mode.config.CommandConfig
 
getResultFieldMap() - Method in interface no.sesat.search.mode.config.SearchConfiguration
 
getResultFields() - Method in class no.sesat.search.mode.config.CommandConfig
 
getResultHandlers() - Method in interface no.sesat.search.mode.config.BaseSearchConfiguration
Returns a (defensive copy) list of ResultHandlerConfig that should act on the search result.
getResultHandlers() - Method in class no.sesat.search.mode.config.CommandConfig
 
getResultItem(String, int) - Static method in class no.sesat.search.http.dwr.DataModelWrapper
 
getResults() - Method in interface no.sesat.search.datamodel.search.SearchDataObject
The command's list of results.
getResults(String) - Static method in class no.sesat.search.http.dwr.DataModelWrapper
 
getResults() - Method in class no.sesat.search.result.BasicResultList
Returns a defensive copy of the results.
getResults() - Method in interface no.sesat.search.result.ResultList
Returns a defensive copy of the results.
getResultsOnTop() - Method in class no.sesat.search.mode.config.PlatefoodPpcCommandConfig
Deprecated. use views.xml instead
getResultsPerCluster() - Method in class no.sesat.search.mode.config.ClusteringEspFastCommandConfig
Getter for the resultsPerCluster property.
getResultsSize() - Method in class no.sesat.search.result.BasicResultList
JavaBean compatability for JSPs.
getResultsToReturn() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
 
getResultsToReturn() - Method in class no.sesat.search.mode.command.OverturePPCSearchCommand
 
getResultsToReturn() - Method in class no.sesat.search.mode.config.CommandConfig
 
getResultsToReturn() - Method in interface no.sesat.search.mode.config.SearchConfiguration
Returns the number of results to return.
getResultView() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getRootClause() - Method in interface no.sesat.search.query.Query
The root clause to the clause heirarchy.
getRssCommands() - Method in class no.sesat.search.view.config.SearchTab
Getter for property rssResultName.
getRssHidden() - Method in class no.sesat.search.view.config.SearchTab
Deprecated. Not JavaBean compatable. Use isRssHidden() instead.
getRssResultName() - Method in class no.sesat.search.view.config.SearchTab
Getter for property rssResultName.
getRule(String) - Method in class no.sesat.search.query.analyser.AnalysisRuleFactory
Returns the rule with the name ruleName.
getRule() - Method in class no.sesat.search.view.config.SearchTab.EnrichmentHint
Getter for property rule.
getRuleName() - Method in interface no.sesat.search.query.analyser.AnalysisRule.Context
 
getRulesMap() - Method in class no.sesat.search.query.analyser.AnalysisRuleFactory
 
getRunHandlers() - Method in class no.sesat.search.mode.SearchMode
Getter for run handlers
getRunTransformers() - Method in class no.sesat.search.mode.SearchMode
Getter for run transformers
getScope() - Method in class no.sesat.search.view.config.SearchTab
 
getScore() - Method in class no.sesat.search.query.analyser.PredicateScore
Returns the score.
getScore() - Method in class no.sesat.search.query.analyser.Scorer
the scoring result.
getSearch(String) - Method in interface no.sesat.search.datamodel.DataModel
Get the SearchDataObject holding the given search's results
getSearch(String) - Static method in class no.sesat.search.http.dwr.DataModelWrapper
 
getSearchConfiguration() - Method in class no.sesat.search.mode.command.AbstractSearchCommand
 
getSearchConfiguration() - Method in interface no.sesat.search.mode.command.SearchCommand
Returns the configuration associated with this search command.
getSearchConfiguration() - Method in class no.sesat.search.mode.command.SolrSearchCommand
 
getSearchConfiguration() - Method in class no.sesat.search.mode.command.YahooIdpSearchCommand
Assured that associated SearchConfiguration is always of this type.
getSearchConfiguration() - Method in class no.sesat.search.mode.command.YahooWebSearchCommand
Assured that associated SearchConfiguration is always of this type.
getSearchConfiguration() - Method in interface no.sesat.search.mode.config.SearchConfigurationContext
 
getSearchConfiguration(String) - Method in class no.sesat.search.mode.SearchMode
 
getSearchConfiguration() - Method in interface no.sesat.search.result.handler.ResultHandler.Context
 
getSearchConfigurations() - Method in class no.sesat.search.mode.SearchMode
 
getSearches() - Method in interface no.sesat.search.datamodel.DataModel
Map containing all the search results.
getSearchMode() - Method in interface no.sesat.search.run.RunningQuery.Context
 
getSearchParameterMap() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getSearchParameters() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getSearchResult(String, DataModel) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Get the results from another search command waiting if neccessary.
getSearchResult() - Method in interface no.sesat.search.result.handler.ResultHandler.Context
 
getSearchTab() - Method in interface no.sesat.search.result.handler.ResultHandler.Context
 
getSearchTab() - Method in interface no.sesat.search.run.RunningQuery.Context
 
getSecondClause() - Method in interface no.sesat.search.query.BinaryClause
Get the second clause.
getSecondClause() - Method in class no.sesat.search.query.parser.AbstractBinaryClause
Get the secondClause.
getSecretCode() - Static method in class no.sesat.search.util.TradeDoubler
 
getSelectedBranch() - Method in class no.sesat.search.result.BasicNavigationItem
Return a list of NavigationItem's that makes up the selected path of this NavigationItem.
getSelectedChild() - Method in class no.sesat.search.result.BasicNavigationItem
 
getSelectedChild() - Method in interface no.sesat.search.result.NavigationItem
 
getSeparator() - Method in class no.sesat.search.result.handler.FieldSplitterResultHandlerConfig
The separator to split upon.
getSeparator() - Method in class no.sesat.search.view.navigation.TrimedNavigationConfig
 
getServerUrl() - Method in class no.sesat.search.mode.config.SolrCommandConfig
Getter for property serverUrl.
getServletContext() - Method in interface no.sesat.search.http.urlrewrite.UrlRewriterContainerFactory.Context
 
getServletInfo() - Method in class no.sesat.commons.resourcefeed.ResourceServlet
getShowRss() - Method in class no.sesat.search.view.config.SearchTab
Deprecated. Not JavaBean compatable. Use isShowRss() instead.
getSimilar() - Method in class no.sesat.search.mode.config.YahooWebCommandConfig
Getter for property similar.
getSingleNavigationItem(DataModel, String, String) - Static method in class no.sesat.search.view.navigation.NavigationHelper
 
getSingleParameter(String) - Method in class no.sesat.search.mode.command.AbstractSearchCommand
Deprecated. use getParameter(string) instead
getSite() - Method in interface no.sesat.search.datamodel.DataModel
Get the SiteDataObject holding site and skin information.
getSite() - Method in interface no.sesat.search.datamodel.site.SiteDataObject
The Site class is a key used by other classes that return site-dependent results.
getSite(ServletRequest) - Static method in class no.sesat.search.http.filters.SiteLocatorFilter
The method to obtain the correct Site from the request.
getSite() - Method in class no.sesat.search.mode.config.PictureCommandConfig
Returns the site to which searches should be restricted.
getSite() - Method in class no.sesat.search.mode.config.YahooMediaCommandConfig
Getter for property 'site'.
getSite() - Method in class no.sesat.search.mode.config.YahooWebCommandConfig
Getter for property site.
getSite() - Method in interface no.sesat.search.query.token.TokenEvaluationEngine
The site the evaluation's request is against
getSite() - Method in class no.sesat.search.query.token.TokenEvaluationEngineImpl
 
getSite() - Method in interface no.sesat.search.site.SiteContext
What is the site to use.
getSiteConfiguration() - Method in interface no.sesat.search.datamodel.site.SiteDataObject
The SiteConfiguration class contains properties from the site's configuration.properties.
getSiteContext() - Method in class no.sesat.search.site.Site
Get a SiteContext for this site.
getSiteManually(PageContext) - Method in class no.sesat.search.view.taglib.AbstractVelocityTemplateTag
 
getSort() - Method in class no.sesat.search.result.Navigator
Get navigator sort by enum.
getSortBy() - Method in class no.sesat.search.mode.config.EspFastCommandConfig
 
getSortBy() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getSortBy() - Method in class no.sesat.search.mode.config.MobileCommandConfig
 
getSortBy() - Method in class no.sesat.search.mode.config.YoutubeCommandConfig
 
getSortField() - Method in class no.sesat.search.mode.config.NewsEspCommandConfig
Getter for the sortField property.
getSortMap() - Method in class no.sesat.search.mode.config.SolrCommandConfig
 
getSource() - Method in class no.sesat.search.mode.config.MobileCommandConfig
 
getSource() - Method in class no.sesat.search.result.handler.AgeCalculatorResultHandlerConfig
 
getSource() - Method in class no.sesat.search.result.handler.DateFormatResultHandlerConfig
 
getSource() - Method in class no.sesat.search.result.handler.NewsSearchSetBodyResultHandlerConfig
 
getSourceField() - Method in class no.sesat.search.result.handler.FieldEscapeResultHandlerConfig
 
getSpamScoreLimit() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getSpellchecklanguage() - Method in class no.sesat.search.mode.config.FastCommandConfig
 
getSpellingSuggestions() - Method in class no.sesat.search.result.BasicResultList
getSpellingSuggestions() - Method in interface no.sesat.search.result.ResultList
 
getSpellingSuggestionsMap() - Method in class no.sesat.search.result.BasicResultList
getSpellState() - Method in class no.sesat.search.mode.config.YahooIdpCommandConfig
Getter for property spellstate.
getSpi() - Method in interface no.sesat.search.site.config.SpiContext
 
getSrcPrefixes() - Method in class no.sesat.search.result.handler.FieldFilterResultHandlerConfig
 
getState() - Method in interface no.sesat.search.query.token.TokenEvaluationEngine
Getter for property state.
getState() - Method in class no.sesat.search.query.token.TokenEvaluationEngineImpl
 
getStaticParameters() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getStaticParameters() - Method in class no.sesat.search.view.navigation.OptionsNavigationConfig.Option
 
getStatisticalName() - Method in class no.sesat.search.mode.config.CommandConfig
 
getStatisticalName() - Method in interface no.sesat.search.mode.config.SearchConfiguration
 
getString() - Method in interface no.sesat.search.datamodel.generic.StringDataObject
The plain value of the string.
getString() - Method in class no.sesat.search.datamodel.generic.StringDataObjectSupport
 
getString() - Method in interface no.sesat.search.datamodel.query.QueryDataObject
 
GetSuffix(int) - Method in class no.sesat.search.query.parser.JavaCharStream
 
getSuggestion() - Method in class no.sesat.search.result.BasicSuggestion
 
getSuggestion() - Method in interface no.sesat.search.result.Suggestion
 
getSupportedLocales() - Method in interface no.sesat.search.datamodel.request.BrowserDataObject
 
getSupportsNot() - Method in class no.sesat.search.mode.config.querybuilder.AbstractQueryBuilderConfig
 
getSynonym(String) - Static method in class no.sesat.search.query.transform.SynonymQueryTransformer
TODO comment me.
getTab(String) - Method in interface no.sesat.search.datamodel.page.PageDataObject
 
getTab() - Method in class no.sesat.search.view.navigation.NavigationConfig.Nav
 
getTab() - Method in class no.sesat.search.view.navigation.NavigationConfig.Navigation
 
getTab() - Method in class no.sesat.search.view.navigation.OptionsNavigationConfig.Option
 
getTab() - Method in interface no.sesat.search.view.output.SyndicationGenerator.Context
The tab to generate rss for.
getTabByKey(String) - Method in class no.sesat.search.view.SearchTabFactory
Find the tab with the given key.
getTabByName(String) - Method in class no.sesat.search.view.SearchTabFactory
Find the tab with the given id.
getTabs() - Method in interface no.sesat.search.datamodel.page.PageDataObject
 
getTabsByName() - Method in class no.sesat.search.view.SearchTabFactory
 
getTabSize(int) - Method in class no.sesat.search.query.parser.JavaCharStream
 
getTarget() - Method in class no.sesat.search.result.handler.AgeCalculatorResultHandlerConfig
 
getTarget() - Method in class no.sesat.search.result.handler.FieldChooserResultHandlerConfig
 
getTarget() - Method in class no.sesat.search.result.handler.NumberOperationResultHandlerConfig
 
getTarget() - Method in class no.sesat.search.result.handler.RegexpResultHandlerConfig
 
getTargetField() - Method in class no.sesat.search.result.handler.FieldEscapeResultHandlerConfig
 
getTelenorPersonalizationGroup() - Method in class no.sesat.search.mode.config.MobileCommandConfig