- CACHE_CONTROL_HEADER - Static variable in class com.yahoo.search.searchers.CacheControlSearcher
-
- cache_size(int) - Method in class com.yahoo.search.cache.QrBinaryCacheConfig.Builder
-
- cache_size() - Method in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- CacheControl - Class in com.yahoo.prelude.fastsearch
-
The cache control logic for FastSearcher
- CacheControl(int, double) - Constructor for class com.yahoo.prelude.fastsearch.CacheControl
-
- cacheControl - Variable in class com.yahoo.prelude.fastsearch.CacheParams
-
- cacheControl - Variable in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
Cache wrapper
- CacheControlSearcher - Class in com.yahoo.search.searchers
-
Searcher that sets cache control HTTP headers in response based on query/GET parameters to
control caching done by proxy/caches such as YSquid and YTS:
max-age=XXX - set with &cachecontrol.maxage parameter
stale-while-revalidate=YYY - set with &cachecontrol.staleage
no-cache - if Vespa &noCache or &cachecontrol.nocache parameter is set to true
- CacheControlSearcher() - Constructor for class com.yahoo.search.searchers.CacheControlSearcher
-
- CacheKey - Class in com.yahoo.prelude.fastsearch
-
The key used in the packet cache.
- CacheKey(QueryPacket) - Constructor for class com.yahoo.prelude.fastsearch.CacheKey
-
Create a cache key from the query packet.
- cacheLookupTwoPhase(CacheKey, Result, String) - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
- cacheMegaBytes - Variable in class com.yahoo.prelude.fastsearch.CacheParams
-
- cacheName - Variable in class com.yahoo.search.federation.http.HTTPProviderSearcher
-
Deprecated.
The name of the cache used (which is just getid().stringValue(), or null if no cache is used
- CacheParams - Class in com.yahoo.prelude.fastsearch
-
Helper class for carrying around cache-related
config parameters to the FastSearcher class.
- CacheParams(int, double) - Constructor for class com.yahoo.prelude.fastsearch.CacheParams
-
- CacheParams(CacheControl) - Constructor for class com.yahoo.prelude.fastsearch.CacheParams
-
- cacheSize(int) - Method in class com.yahoo.search.config.ClusterConfig.Builder
-
- cacheSize() - Method in class com.yahoo.search.config.ClusterConfig
-
- cacheSize - Variable in class com.yahoo.search.searchchain.model.federation.LocalProviderSpec
-
- cacheSizeMB - Variable in class com.yahoo.search.searchchain.model.federation.HttpProviderSpec
-
- cacheTimeout(double) - Method in class com.yahoo.search.config.ClusterConfig.Builder
-
- cacheTimeout() - Method in class com.yahoo.search.config.ClusterConfig
-
- cacheTimeOutSeconds - Variable in class com.yahoo.prelude.fastsearch.CacheParams
-
- cacheWeight - Variable in class com.yahoo.search.searchchain.model.federation.HttpProviderSpec
-
- call_source() - Method in class com.yahoo.search.yql.yqlplusParser
-
- call_source() - Method in class com.yahoo.search.yql.yqlplusParser.Data_sourceContext
-
- Call_sourceContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Call_sourceContext
-
- callExpresion(boolean) - Method in class com.yahoo.search.yql.yqlplusParser
-
- callExpresion() - Method in class com.yahoo.search.yql.yqlplusParser.PrimaryExpressionContext
-
- CallExpresionContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.CallExpresionContext
-
- CallExpresionContext(ParserRuleContext, int, boolean) - Constructor for class com.yahoo.search.yql.yqlplusParser.CallExpresionContext
-
- callRender(OutputStream, Result) - Static method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
A legacy test utility - do not use.
- canonicalize(Query) - Static method in class com.yahoo.prelude.query.QueryCanonicalizer
-
Validates this query and carries out possible operations on this query
which simplifies it without changing its semantics.
- canonicalize(QueryTree) - Static method in class com.yahoo.prelude.query.QueryCanonicalizer
-
Canonicalize this query
- capacity() - Method in class com.yahoo.prelude.fastsearch.CacheControl
-
Returns the capacity of the packet cache in megabytes
- capacityIncrement(double) - Method in class com.yahoo.search.config.RateLimitingConfig.Builder
-
- capacityIncrement() - Method in class com.yahoo.search.config.RateLimitingConfig
-
- CAST - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- CAST - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- CatFunction - Class in com.yahoo.search.grouping.request
-
- CatFunction(GroupingExpression, GroupingExpression, GroupingExpression...) - Constructor for class com.yahoo.search.grouping.request.CatFunction
-
Constructs a new instance of this class.
- certificateProxy - Variable in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
The (optional) certificate server proxy
- ChainableComparator - Class in com.yahoo.search.result
-
Superclass of hit comparators which delegates comparisons of hits which are
equal according to this comparator, to a secondary comparator.
- ChainableComparator(Comparator<Hit>) - Constructor for class com.yahoo.search.result.ChainableComparator
-
Creates this comparator, given a secondary comparator, or null if there is no secondary
- chained() - Method in class com.yahoo.search.query.Properties
-
- changeFieldKey(String, String) - Method in class com.yahoo.prelude.fastsearch.FastHit
-
- changeFieldKey(String, String) - Method in class com.yahoo.search.result.Hit
-
- channel - Variable in class com.yahoo.fs4.Packet
-
The channel at which this packet will be sent or was received,
or -1 when this is not known
- ChannelTimeoutException - Exception in com.yahoo.fs4
-
Signal that a timeout occurred in the Channel2 communiction
- ChannelTimeoutException(String) - Constructor for exception com.yahoo.fs4.ChannelTimeoutException
-
- ChannelTimeoutException() - Constructor for exception com.yahoo.fs4.ChannelTimeoutException
-
- character - Variable in class com.yahoo.prelude.searcher.QrQuotetableConfig.Builder
-
- character(QrQuotetableConfig.Character.Builder) - Method in class com.yahoo.prelude.searcher.QrQuotetableConfig.Builder
-
Add the given builder to this builder's list of Character builders
- character(List<QrQuotetableConfig.Character.Builder>) - Method in class com.yahoo.prelude.searcher.QrQuotetableConfig.Builder
-
Set the given list as this builder's list of Character builders
- character() - Method in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- character(int) - Method in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- Character(QrQuotetableConfig.Character.Builder) - Constructor for class com.yahoo.prelude.searcher.QrQuotetableConfig.Character
-
- characters(char[], int, int) - Method in class com.yahoo.search.federation.vespa.ResultBuilder
-
- charAfter(int) - Method in class com.yahoo.prelude.query.Substring
-
Returns the character n places (0 base) after the end of the value substring into the superstring.
- charBefore(int) - Method in class com.yahoo.prelude.query.Substring
-
Returns the character n places (0 base) before the start of the value substring into the superstring.
- check(Object) - Method in class com.yahoo.search.yql.JavaUnionTypeChecker
-
- checkAndConvertAssignment(String, Object, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.OverridableQueryProfile
-
- checkAndConvertAssignment(String, Object, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Converts to the type of the receiving field, if possible and necessary.
- checkPing(HttpResponse, Pong) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Checks if the response is valid.
- children() - Method in class com.yahoo.search.intent.model.ParentNode
-
This returns the children of this node in the intent tree.
- children - Variable in class com.yahoo.search.query.textserialize.item.ItemArguments
-
- children - Variable in class com.yahoo.search.query.textserialize.serializer.DispatchForm
-
- Choice - Class in com.yahoo.search.pagetemplates.model
-
A choice between some alternative lists of page elements.
- Choice() - Constructor for class com.yahoo.search.pagetemplates.model.Choice
-
Creates an empty choice
- Choice(List<List<PageElement>>) - Constructor for class com.yahoo.search.pagetemplates.model.Choice
-
Creates a choice between some alternatives.
- ChoiceCondition - Class in com.yahoo.prelude.semantics.rule
-
A condition which consists of a list of alternatives to match at a specific location
- ChoiceCondition() - Constructor for class com.yahoo.prelude.semantics.rule.ChoiceCondition
-
- Choicepoint - Class in com.yahoo.prelude.semantics.engine
-
A choice point in an rule evaluation.
- Choicepoint(RuleEvaluation, Condition) - Constructor for class com.yahoo.prelude.semantics.engine.Choicepoint
-
- Choicepoint.State - Class in com.yahoo.prelude.semantics.engine
-
The state of this choicepoint
- chooseYqlSources(Set<String>) - Method in class com.yahoo.search.federation.vespa.VespaSearcher
-
Deprecated.
Choose which source arguments to use for the external cluster when
generating a YQL+ query string.
- chooseYqlSummaryFields(Set<String>) - Method in class com.yahoo.search.federation.vespa.VespaSearcher
-
Deprecated.
Choose which summary fields to request from the external cluster when
generating a YQL+ query string.
- CJKSearcher - Class in com.yahoo.prelude.querytransform
-
Search to do necessary transforms if the query is in segmented in a CJK language.
- CJKSearcher() - Constructor for class com.yahoo.prelude.querytransform.CJKSearcher
-
- classId(String) - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Component.Builder
-
- classId() - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Component
-
- classpath_extra(String) - Method in class com.yahoo.search.config.QrStartConfig.Jdisc.Builder
-
- classpath_extra() - Method in class com.yahoo.search.config.QrStartConfig.Jdisc
-
- cleanupHttpEntity(HttpEntity) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
- clear() - Method in class com.yahoo.prelude.fastsearch.CacheControl
-
Test method.
- clear() - Method in class com.yahoo.prelude.fastsearch.PacketCache
-
- clearFields() - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Removes all fields of this
- clearFields() - Method in class com.yahoo.search.result.Hit
-
Removes all fields of this
- clearQueryTree() - Method in class com.yahoo.search.query.Model
-
Clears the parsed query such that it will be created anew from the textual representation (a query string or
select.where expression) on the next access.
- clone() - Method in class com.yahoo.fs4.DocumentInfo
-
Implements the Cloneable interface
- clone() - Method in class com.yahoo.prelude.fastsearch.PacketWrapper
-
Straightforward shallow copy.
- clone() - Method in class com.yahoo.prelude.query.CompositeItem
-
Returns a deep copy of this item
- clone() - Method in class com.yahoo.prelude.query.Highlight
-
- clone() - Method in class com.yahoo.prelude.query.Item
-
Returns a deep copy of this item
- clone() - Method in class com.yahoo.prelude.query.PredicateQueryItem
-
- clone() - Method in class com.yahoo.prelude.query.SegmentItem
-
Return a deep copy of this object
- clone() - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- clone() - Method in class com.yahoo.search.federation.sourceref.SearchChainInvocationSpec
-
- clone() - Method in class com.yahoo.search.grouping.request.RawBuffer
-
- clone() - Method in class com.yahoo.search.Query
-
Returns a clone of this query
- clone() - Method in class com.yahoo.search.query.context.QueryContext
-
- clone() - Method in class com.yahoo.search.query.Model
-
- clone() - Method in class com.yahoo.search.query.Presentation
-
- clone() - Method in class com.yahoo.search.query.profile.BackedOverridableQueryProfile
-
Returns a clone of this which can be independently overridden, but which refers to the same backing profile
- clone() - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
- clone() - Method in class com.yahoo.search.query.profile.CopyOnWriteContent
-
- clone() - Method in class com.yahoo.search.query.profile.OverridableQueryProfile
-
Returns a clone of this which can be independently overridden
- clone() - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns a clone of this.
- clone() - Method in class com.yahoo.search.query.profile.QueryProfileProperties
-
- clone() - Method in class com.yahoo.search.query.profile.QueryProfileVariant
-
- clone() - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
- clone(String, List<QueryProfileVariant>) - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValue
-
Clone by filling in the value from the given variants
- clone() - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValue
-
- clone(String, List<QueryProfileVariant>) - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValues
-
Clone by filling in values from the given variants
- clone() - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValues
-
- clone() - Method in class com.yahoo.search.query.Properties
-
- clone() - Method in class com.yahoo.search.query.properties.PropertyMap
-
- clone(Object) - Static method in class com.yahoo.search.query.properties.PropertyMap
-
Clones this object if it is clonable, and the clone is public.
- clone() - Method in class com.yahoo.search.query.QueryTree
-
Returns a deep copy of this
- clone() - Method in class com.yahoo.search.query.Ranking
-
- clone() - Method in class com.yahoo.search.query.ranking.Diversity
-
- clone() - Method in class com.yahoo.search.query.ranking.Matching
-
- clone() - Method in class com.yahoo.search.query.ranking.MatchPhase
-
- clone() - Method in class com.yahoo.search.query.ranking.RankFeatures
-
- clone() - Method in class com.yahoo.search.query.ranking.RankProperties
-
- clone() - Method in class com.yahoo.search.query.ranking.SoftTimeout
-
- clone() - Method in class com.yahoo.search.query.Select
-
- clone() - Method in class com.yahoo.search.query.Sorting.AttributeSorter
-
- clone() - Method in class com.yahoo.search.query.Sorting
-
- clone() - Method in class com.yahoo.search.query.Sorting.FieldOrder
-
- clone() - Method in class com.yahoo.search.query.Sorting.UcaSorter
-
- clone() - Method in class com.yahoo.search.rendering.Renderer
-
Used to create a separate instance for each result to render.
- clone() - Method in class com.yahoo.search.Result
-
Deep clones this result - copies are made of all hits and subgroups of hits,
but not of the query referenced by this.
- clone() - Method in class com.yahoo.search.result.DefaultErrorHit
-
- clone() - Method in interface com.yahoo.search.result.ErrorHit
-
- clone() - Method in class com.yahoo.search.result.ErrorMessage
-
- clone() - Method in class com.yahoo.search.result.Hit
-
- clone() - Method in class com.yahoo.search.result.HitGroup
-
- cloneFor(Query) - Method in class com.yahoo.search.query.context.QueryContext
-
- cloneFor(Query) - Method in class com.yahoo.search.query.Model
-
- cloneFor(Query) - Method in class com.yahoo.search.query.Select
-
- CloneHelper - Class in com.yahoo.search.query.properties
-
Extends com.yahoo.processing.request.CloneHelper with fastpath for
- com.yahoo.search.result.Hit
- CloneHelper() - Constructor for class com.yahoo.search.query.properties.CloneHelper
-
- close() - Method in class com.yahoo.fs4.mplex.Backend
-
- close() - Method in class com.yahoo.fs4.mplex.FS4Channel
-
Closes the channel
- close() - Method in class com.yahoo.fs4.mplex.FS4Connection
-
This is called when we close the connection to do any
pending cleanup work.
- close() - Method in class com.yahoo.fs4.mplex.ListenerPool
-
- close() - Method in class com.yahoo.prelude.semantics.engine.Choicepoint
-
Marks this choice point as closed (!open) - there are no further choices to explore
- close() - Method in class com.yahoo.search.dispatch.CloseableChannel
-
- close() - Method in class com.yahoo.search.dispatch.DispatchedChannel
-
- close() - Method in class com.yahoo.search.federation.http.TimedStream
-
- close() - Method in class com.yahoo.search.grouping.result.AbstractList
-
- close() - Method in class com.yahoo.search.pagetemplates.result.SectionHitGroup
-
- close() - Method in class com.yahoo.search.result.Hit
-
Releases the resources held by this, making it irreversibly unusable
- close() - Method in class com.yahoo.search.result.HitGroup
-
- CloseableChannel - Class in com.yahoo.search.dispatch
-
- CloseableChannel(Backend) - Constructor for class com.yahoo.search.dispatch.CloseableChannel
-
- CloseableChannel(Backend, Optional<Integer>) - Constructor for class com.yahoo.search.dispatch.CloseableChannel
-
- ClusterConfig - Class in com.yahoo.search.config
-
This class represents the root node of cluster
Copyright 2017 Yahoo Holdings.
- ClusterConfig(ClusterConfig.Builder) - Constructor for class com.yahoo.search.config.ClusterConfig
-
- ClusterConfig.Builder - Class in com.yahoo.search.config
-
- ClusterConfig.Producer - Interface in com.yahoo.search.config
-
- clusterId(int) - Method in class com.yahoo.search.config.ClusterConfig.Builder
-
- clusterId() - Method in class com.yahoo.search.config.ClusterConfig
-
- ClusterMonitor - Class in com.yahoo.prelude.cluster
-
Monitors of a cluster of remote nodes.
- ClusterMonitor<T> - Class in com.yahoo.search.cluster
-
Monitors of a cluster of remote nodes.
- ClusterMonitor(NodeManager<T>, String) - Constructor for class com.yahoo.search.cluster.ClusterMonitor
-
- ClusterMonitor(NodeManager<T>) - Constructor for class com.yahoo.search.cluster.ClusterMonitor
-
- clusterName(String) - Method in class com.yahoo.search.config.ClusterConfig.Builder
-
- clusterName() - Method in class com.yahoo.search.config.ClusterConfig
-
- clusterName - Variable in class com.yahoo.search.searchchain.model.federation.LocalProviderSpec
-
- ClusterParams - Class in com.yahoo.prelude.fastsearch
-
Helper class for carrying around cluster-related
config parameters to the FastSearcher class.
- ClusterParams(String) - Constructor for class com.yahoo.prelude.fastsearch.ClusterParams
-
For testcases only
- ClusterParams(String, LegacyEmulationConfig) - Constructor for class com.yahoo.prelude.fastsearch.ClusterParams
-
Make up full ClusterParams
- ClusterSearcher - Class in com.yahoo.prelude.cluster
-
A searcher which forwards to a cluster of monitored native Vespa backends.
- ClusterSearcher(ComponentId, QrSearchersConfig, ClusterConfig, DocumentdbInfoConfig, LegacyEmulationConfig, QrMonitorConfig, DispatchConfig, ClusterInfoConfig, Statistics, FS4ResourcePool, VipStatus) - Constructor for class com.yahoo.prelude.cluster.ClusterSearcher
-
Creates a new ClusterSearcher.
- ClusterSearcher<T> - Class in com.yahoo.search.cluster
-
Implements clustering (failover and load balancing) over a set of client
connections to a homogenuos cluster of nodes.
- ClusterSearcher(ComponentId, List<T>, boolean) - Constructor for class com.yahoo.search.cluster.ClusterSearcher
-
Creates a new cluster searcher
- ClusterSearcher(ComponentId, List<T>, Hasher<T>, boolean) - Constructor for class com.yahoo.search.cluster.ClusterSearcher
-
- clustersHavingSearchDefinition(String) - Method in class com.yahoo.prelude.IndexFacts
-
- code - Variable in enum com.yahoo.prelude.query.Item.ItemCreator
-
- code - Variable in enum com.yahoo.prelude.query.Item.ItemType
-
- CODE_MASK - Static variable in class com.yahoo.fs4.BasicPacket
-
- codeDecodedHook(int) - Method in class com.yahoo.fs4.BasicPacket
-
Called when the packet code is decoded.
- codeDecodedHook(int) - Method in class com.yahoo.fs4.PongPacket
-
- codeDecodedHook(int) - Method in class com.yahoo.fs4.QueryResultPacket
-
- CollapsePhraseSearcher - Class in com.yahoo.prelude.querytransform
-
Make single item phrases in query into single word items.
- CollapsePhraseSearcher() - Constructor for class com.yahoo.prelude.querytransform.CollapsePhraseSearcher
-
- collapseSingleComposites(Query) - Static method in class com.yahoo.prelude.querytransform.QueryRewrite
-
Collapses all single-child
CompositeItem
s into their parent item.
- COLON - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- COLON - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- column - Static variable in class com.yahoo.search.pagetemplates.model.Layout
-
The built in "column" layout
- com.yahoo.container.search - package com.yahoo.container.search
-
- com.yahoo.data - package com.yahoo.data
-
Generic interfaces for all types of data.
- com.yahoo.fs4 - package com.yahoo.fs4
-
- com.yahoo.fs4.mplex - package com.yahoo.fs4.mplex
-
- com.yahoo.prelude - package com.yahoo.prelude
-
The main classes of the Vespa Query Result Server.
- com.yahoo.prelude.cluster - package com.yahoo.prelude.cluster
-
Cluster monitoring for content clusters queried over fnet.
- com.yahoo.prelude.fastsearch - package com.yahoo.prelude.fastsearch
-
- com.yahoo.prelude.hitfield - package com.yahoo.prelude.hitfield
-
- com.yahoo.prelude.logging - package com.yahoo.prelude.logging
-
- com.yahoo.prelude.query - package com.yahoo.prelude.query
-
The query model representing a boolean combination of selection criterions, where elements may be
simple criterions, nested boolean operators, or annotated pieces of natural language text.
- com.yahoo.prelude.query.parser - package com.yahoo.prelude.query.parser
-
- com.yahoo.prelude.query.textualrepresentation - package com.yahoo.prelude.query.textualrepresentation
-
- com.yahoo.prelude.querytransform - package com.yahoo.prelude.querytransform
-
- com.yahoo.prelude.searcher - package com.yahoo.prelude.searcher
-
- com.yahoo.prelude.semantics - package com.yahoo.prelude.semantics
-
- com.yahoo.prelude.semantics.benchmark - package com.yahoo.prelude.semantics.benchmark
-
- com.yahoo.prelude.semantics.engine - package com.yahoo.prelude.semantics.engine
-
- com.yahoo.prelude.semantics.rule - package com.yahoo.prelude.semantics.rule
-
- com.yahoo.prelude.statistics - package com.yahoo.prelude.statistics
-
- com.yahoo.prelude.templates - package com.yahoo.prelude.templates
-
- com.yahoo.search - package com.yahoo.search
-
The top level classes of the search container. A Query represents the incoming request, which produces a Result
by chained execution of a set of Searchers.
- com.yahoo.search.cache - package com.yahoo.search.cache
-
Cache package, exported to keep the ignored legacy cache config around until Vespa 7.
- com.yahoo.search.cluster - package com.yahoo.search.cluster
-
Standard searchers to compose in source search chains (those containing searchers specific for one source and
which ends with a call to some provider) which calls a cluster of provider nodes.
- com.yahoo.search.config - package com.yahoo.search.config
-
- com.yahoo.search.config.dispatchprototype - package com.yahoo.search.config.dispatchprototype
-
Package for dispatchprototype config.
- com.yahoo.search.dispatch - package com.yahoo.search.dispatch
-
- com.yahoo.search.federation - package com.yahoo.search.federation
-
The federation layer on top of the search container.
- com.yahoo.search.federation.http - package com.yahoo.search.federation.http
-
- com.yahoo.search.federation.selection - package com.yahoo.search.federation.selection
-
- com.yahoo.search.federation.sourceref - package com.yahoo.search.federation.sourceref
-
- com.yahoo.search.federation.vespa - package com.yahoo.search.federation.vespa
-
- com.yahoo.search.grouping - package com.yahoo.search.grouping
-
- com.yahoo.search.grouping.request - package com.yahoo.search.grouping.request
-
- com.yahoo.search.grouping.result - package com.yahoo.search.grouping.result
-
- com.yahoo.search.grouping.vespa - package com.yahoo.search.grouping.vespa
-
- com.yahoo.search.handler - package com.yahoo.search.handler
-
The search handler, which handles search request to the Container by translating the Request into a Query, invoking the
chosen Search Chain to get a Result, which it translates to a Response which is returned to the Container.
- com.yahoo.search.intent.model - package com.yahoo.search.intent.model
-
- com.yahoo.search.match - package com.yahoo.search.match
-
- com.yahoo.search.pagetemplates - package com.yahoo.search.pagetemplates
-
- com.yahoo.search.pagetemplates.config - package com.yahoo.search.pagetemplates.config
-
- com.yahoo.search.pagetemplates.engine - package com.yahoo.search.pagetemplates.engine
-
- com.yahoo.search.pagetemplates.engine.resolvers - package com.yahoo.search.pagetemplates.engine.resolvers
-
- com.yahoo.search.pagetemplates.model - package com.yahoo.search.pagetemplates.model
-
- com.yahoo.search.pagetemplates.result - package com.yahoo.search.pagetemplates.result
-
- com.yahoo.search.query - package com.yahoo.search.query
-
The search query model
- com.yahoo.search.query.context - package com.yahoo.search.query.context
-
- com.yahoo.search.query.parser - package com.yahoo.search.query.parser
-
Provides access to parsing query strings into queries
- com.yahoo.search.query.profile - package com.yahoo.search.query.profile
-
Query Profiles provide nested sets of named (and optionally typed) key-values which can be referenced in a Query
to proviode initial values of Query properties.
- com.yahoo.search.query.profile.compiled - package com.yahoo.search.query.profile.compiled
-
Query Profiles provide nested sets of named (and optionally typed) key-values which can be referenced in a Query
to proviode initial values of Query properties.
- com.yahoo.search.query.profile.config - package com.yahoo.search.query.profile.config
-
- com.yahoo.search.query.profile.types - package com.yahoo.search.query.profile.types
-
Query profile types defines the set of fields a query profile may, can or must have.
- com.yahoo.search.query.properties - package com.yahoo.search.query.properties
-
- com.yahoo.search.query.ranking - package com.yahoo.search.query.ranking
-
- com.yahoo.search.query.rewrite - package com.yahoo.search.query.rewrite
-
- com.yahoo.search.query.rewrite.rewriters - package com.yahoo.search.query.rewrite.rewriters
-
- com.yahoo.search.query.textserialize - package com.yahoo.search.query.textserialize
-
- com.yahoo.search.query.textserialize.item - package com.yahoo.search.query.textserialize.item
-
- com.yahoo.search.query.textserialize.serializer - package com.yahoo.search.query.textserialize.serializer
-
- com.yahoo.search.querytransform - package com.yahoo.search.querytransform
-
Vespa search platform query transformation infrastructure.
- com.yahoo.search.rendering - package com.yahoo.search.rendering
-
- com.yahoo.search.result - package com.yahoo.search.result
-
The content of a Result produced in response to a Query.
- com.yahoo.search.searchchain - package com.yahoo.search.searchchain
-
Classes for composition of searchers into search chains, which are executed to produce Results for Queries.
- com.yahoo.search.searchchain.example - package com.yahoo.search.searchchain.example
-
- com.yahoo.search.searchchain.model - package com.yahoo.search.searchchain.model
-
- com.yahoo.search.searchchain.model.federation - package com.yahoo.search.searchchain.model.federation
-
- com.yahoo.search.searchchain.testutil - package com.yahoo.search.searchchain.testutil
-
- com.yahoo.search.searchers - package com.yahoo.search.searchers
-
Various useful searchers
- com.yahoo.search.statistics - package com.yahoo.search.statistics
-
- com.yahoo.search.yql - package com.yahoo.search.yql
-
YQL+ integration.
- com.yahoo.text.interpretation - package com.yahoo.text.interpretation
-
Models a set of hierarchical annotations (typically produced by QLAS) of a natural language string.
- com.yahoo.vespa.streamingvisitors - package com.yahoo.vespa.streamingvisitors
-
- combineItems(Item, Item) - Method in class com.yahoo.prelude.query.parser.AllParser
-
Returns the top level item resulting from combining the given top
level item and the new item.
- combineItems(Item, Item) - Method in class com.yahoo.prelude.query.parser.AnyParser
-
Returns the top level item resulting from combining the given top
level item and the new item.
- combineWith(DimensionBinding) - Method in class com.yahoo.search.query.profile.DimensionBinding
-
Combines this binding with another if compatible.
- COMMA - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.ArgumentsContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.ArgumentsContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.ArrayLiteralContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.ArrayLiteralContext
-
- COMMA - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantArrayContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.ConstantArrayContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantMapExpressionContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.ConstantMapExpressionContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.Field_names_specContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.Field_names_specContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.Field_values_group_specContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.Field_values_group_specContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.Field_values_specContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.Field_values_specContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.Insert_valuesContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.Insert_valuesContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.Literal_listContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.Literal_listContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.MapExpressionContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.MapExpressionContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.Orderby_fieldsContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.Orderby_fieldsContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.Project_specContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.Project_specContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.Source_listContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.Source_listContext
-
- COMMA() - Method in class com.yahoo.search.yql.yqlplusParser.Update_valuesContext
-
- COMMA(int) - Method in class com.yahoo.search.yql.yqlplusParser.Update_valuesContext
-
- command - Variable in class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Builder
-
- command(IndexInfoConfig.Indexinfo.Command.Builder) - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Builder
-
Add the given builder to this builder's list of Command builders
- command(List<IndexInfoConfig.Indexinfo.Command.Builder>) - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Builder
-
Set the given list as this builder's list of Command builders
- command() - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo
-
- command(int) - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo
-
- Command(IndexInfoConfig.Indexinfo.Command.Builder) - Constructor for class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Command
-
- command(String) - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Command.Builder
-
- command() - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Command
-
- commandIterator() - Method in class com.yahoo.prelude.Index
-
Returns an iterator of all the untyped commands of this
- comment - Variable in class com.yahoo.search.searchchain.ForkingSearcher.CommentedSearchChain
-
- COMMENT - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- COMMENT - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- CommentedSearchChain(String, Chain<Searcher>) - Constructor for class com.yahoo.search.searchchain.ForkingSearcher.CommentedSearchChain
-
- CommonFields - Class in com.yahoo.search.federation
-
A set of string constants for common hit field names.
- CommonFields() - Constructor for class com.yahoo.search.federation.CommonFields
-
- compare(ConstantValue, ConstantValue) - Method in class com.yahoo.search.grouping.request.ConstantValueComparator
-
- compare(Comparable, Comparable) - Method in class com.yahoo.search.query.Sorting.AttributeSorter
-
- compare(Comparable, Comparable) - Method in class com.yahoo.search.query.Sorting.LowerCaseSorter
-
- compare(Comparable, Comparable) - Method in class com.yahoo.search.query.Sorting.UcaSorter
-
- compare(Hit, Hit) - Method in class com.yahoo.search.result.ChainableComparator
-
Returns the comparison form the secondary comparison, or 0 if the secondary is null.
- compare(Hit, Hit) - Method in class com.yahoo.search.result.FieldComparator
-
Compares hits based on a sorting specification and values
stored in hit fields.0
- compare(Hit, Hit) - Method in class com.yahoo.search.result.HitGroupsLastComparator
-
- compare(Hit, Hit) - Method in class com.yahoo.search.result.MetaHitsFirstComparator
-
- compareTo(SpecialTokens.SpecialToken) - Method in class com.yahoo.prelude.query.parser.SpecialTokens.SpecialToken
-
- compareTo(BucketValue) - Method in class com.yahoo.search.grouping.request.BucketValue
-
- compareTo(Object) - Method in class com.yahoo.search.grouping.request.Infinite
-
An infinity value is always less than or greater than.
- compareTo(RawBuffer) - Method in class com.yahoo.search.grouping.request.RawBuffer
-
- compareTo(Node) - Method in class com.yahoo.search.intent.model.Node
-
- compareTo(Binding) - Method in class com.yahoo.search.query.profile.compiled.Binding
-
Implements a partial ordering where more specific bindings come before less specific ones,
taking both the number of bindings and their positions into account (earlier dimensions
take precedence over later ones.
- compareTo(DimensionValues) - Method in class com.yahoo.search.query.profile.DimensionValues
-
Implements the sort order of this which is based on specificity
where dimensions to the left are more significant:
-1 is returned if this is more specific than other,
1 is returned if other is more specific than this,
0 is returned if none is more specific than the other.
- compareTo(QueryProfileVariant) - Method in class com.yahoo.search.query.profile.QueryProfileVariant
-
Implements the sort order of this which is based on specificity
where dimensions to the left are more significant.
- compareTo(QueryProfileVariants.FieldValue) - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValue
-
Implements the sort order of this which is based on specificity
where dimensions to the left are more significant.
- compareTo(FieldDescription) - Method in class com.yahoo.search.query.profile.types.FieldDescription
-
- compareTo(Hit) - Method in class com.yahoo.search.result.Hit
-
Compares this hit to another hit
- compareTo(Relevance) - Method in class com.yahoo.search.result.Relevance
-
Compares relevancy values with
- ComparisonCondition - Class in com.yahoo.prelude.semantics.rule
-
A condition which is true of the values of its two subconditions are true
and both have the same value
- ComparisonCondition(Condition, String, Condition) - Constructor for class com.yahoo.prelude.semantics.rule.ComparisonCondition
-
- compatibility(boolean) - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Builder
-
- compatibility() - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- compile(CompiledQueryProfileRegistry) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns a compiled version of this which produces faster lookup times
- compile(QueryProfileRegistry) - Static method in class com.yahoo.search.query.profile.QueryProfileCompiler
-
- compile(QueryProfile, CompiledQueryProfileRegistry) - Static method in class com.yahoo.search.query.profile.QueryProfileCompiler
-
- compile() - Method in class com.yahoo.search.query.profile.QueryProfileRegistry
-
- CompiledQueryProfile - Class in com.yahoo.search.query.profile.compiled
-
A query profile in a state where it is optimized for fast lookups.
- CompiledQueryProfile(ComponentId, QueryProfileType, DimensionalMap<CompoundName, Object>, DimensionalMap<CompoundName, QueryProfileType>, DimensionalMap<CompoundName, Object>, DimensionalMap<CompoundName, Object>, CompiledQueryProfileRegistry) - Constructor for class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
Creates a new query profile from an id.
- CompiledQueryProfileRegistry - Class in com.yahoo.search.query.profile.compiled
-
A set of compiled query profiles.
- CompiledQueryProfileRegistry() - Constructor for class com.yahoo.search.query.profile.compiled.CompiledQueryProfileRegistry
-
Creates a compiled query profile registry with no types
- CompiledQueryProfileRegistry(QueryProfileTypeRegistry) - Constructor for class com.yahoo.search.query.profile.compiled.CompiledQueryProfileRegistry
-
- complete() - Method in class com.yahoo.search.result.HitGroup
-
- component - Variable in class com.yahoo.search.pagetemplates.ResolversConfig.Builder
-
- component(ResolversConfig.Component.Builder) - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Builder
-
Add the given builder to this builder's list of Component builders
- component(List<ResolversConfig.Component.Builder>) - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Builder
-
Set the given list as this builder's list of Component builders
- component() - Method in class com.yahoo.search.pagetemplates.ResolversConfig
-
- component(int) - Method in class com.yahoo.search.pagetemplates.ResolversConfig
-
- Component(ResolversConfig.Component.Builder) - Constructor for class com.yahoo.search.pagetemplates.ResolversConfig.Component
-
- COMPONENT_NAME - Static variable in class com.yahoo.search.grouping.vespa.GroupingExecutor
-
- CompositeCondition - Class in com.yahoo.prelude.semantics.rule
-
A condition which contains a list of conditions
- CompositeCondition() - Constructor for class com.yahoo.prelude.semantics.rule.CompositeCondition
-
- CompositeConverter<T extends CompositeItem> - Class in com.yahoo.search.query.textserialize.item
-
- CompositeConverter(Class<T>) - Constructor for class com.yahoo.search.query.textserialize.item.CompositeConverter
-
- CompositeIndexedItem - Class in com.yahoo.prelude.query
-
Common implementation for Item classes implementing the IndexedItem interface.
- CompositeIndexedItem() - Constructor for class com.yahoo.prelude.query.CompositeIndexedItem
-
- CompositeItem - Class in com.yahoo.prelude.query
-
Superclass of expressions which contains a collection of sub-expressions
- CompositeItem() - Constructor for class com.yahoo.prelude.query.CompositeItem
-
- CompositeItemCondition - Class in com.yahoo.prelude.semantics.rule
-
A condition on the presense of a particular kind of composite item (possibly also with a particular content)
- CompositeItemCondition() - Constructor for class com.yahoo.prelude.semantics.rule.CompositeItemCondition
-
- CompositeTaggableItem - Class in com.yahoo.prelude.query
-
Common implementation for Item classes implementing the TaggableItem interface.
- CompositeTaggableItem() - Constructor for class com.yahoo.prelude.query.CompositeTaggableItem
-
- concurrency_level(int) - Method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig.Builder
-
- concurrency_level() - Method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- Condition - Class in com.yahoo.prelude.semantics.rule
-
Superclass of all kinds of conditions of production rules
- Condition() - Constructor for class com.yahoo.prelude.semantics.rule.Condition
-
- Condition(String) - Constructor for class com.yahoo.prelude.semantics.rule.Condition
-
- Condition(String, String) - Constructor for class com.yahoo.prelude.semantics.rule.Condition
-
- Condition.Anchor - Enum in com.yahoo.prelude.semantics.rule
-
- conditionIterator() - Method in class com.yahoo.prelude.semantics.rule.CompositeCondition
-
Returns an iterator of the immediate children of this condition
- conditionIterator() - Method in class com.yahoo.prelude.semantics.RuleBase
-
Returns the named conditions in added order
- ConditionReference - Class in com.yahoo.prelude.semantics.rule
-
A reference to a named condition
- ConditionReference(String) - Constructor for class com.yahoo.prelude.semantics.rule.ConditionReference
-
- ConditionReference(String, String) - Constructor for class com.yahoo.prelude.semantics.rule.ConditionReference
-
- conditionSize() - Method in class com.yahoo.prelude.semantics.rule.CompositeCondition
-
Returns the number of subconditions
- conditionsToString(String) - Method in class com.yahoo.prelude.semantics.rule.CompositeCondition
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.container.search.Fs4Config
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.container.search.LegacyEmulationConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.prelude.EmulationConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.config.ClusterConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.config.IndexInfoConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.config.QrStartConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.config.RateLimitingConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.federation.FederationConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.federation.ProviderConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.federation.SearchchainForwardConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.federation.StrictContractsConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.pagetemplates.PageTemplatesConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.pagetemplates.ResolversConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.query.rewrite.RewritesConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.querytransform.LowercasingConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.statistics.MeasureQpsConfig
-
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.search.statistics.TimingSearcherConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.container.search.Fs4Config
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.container.search.LegacyEmulationConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.prelude.EmulationConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.config.ClusterConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.config.IndexInfoConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.config.QrStartConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.config.RateLimitingConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.federation.FederationConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.federation.ProviderConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.federation.SearchchainForwardConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.federation.StrictContractsConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.pagetemplates.PageTemplatesConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.pagetemplates.ResolversConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.query.rewrite.RewritesConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.querytransform.LowercasingConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.statistics.MeasureQpsConfig
-
- CONFIG_DEF_NAME - Static variable in class com.yahoo.search.statistics.TimingSearcherConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.container.search.Fs4Config
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.container.search.LegacyEmulationConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.prelude.EmulationConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.config.ClusterConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.config.IndexInfoConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.config.QrStartConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.config.RateLimitingConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.federation.FederationConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.federation.ProviderConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.federation.SearchchainForwardConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.federation.StrictContractsConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.pagetemplates.PageTemplatesConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.pagetemplates.ResolversConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.query.rewrite.RewritesConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.querytransform.LowercasingConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.statistics.MeasureQpsConfig
-
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.search.statistics.TimingSearcherConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.container.search.Fs4Config
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.container.search.LegacyEmulationConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.prelude.EmulationConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.config.ClusterConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.config.IndexInfoConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.config.QrStartConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.config.RateLimitingConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.federation.FederationConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.federation.ProviderConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.federation.SearchchainForwardConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.federation.StrictContractsConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.pagetemplates.PageTemplatesConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.pagetemplates.ResolversConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.query.rewrite.RewritesConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.querytransform.LowercasingConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.statistics.MeasureQpsConfig
-
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.search.statistics.TimingSearcherConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.container.search.Fs4Config
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.container.search.LegacyEmulationConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.prelude.EmulationConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.config.ClusterConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.config.IndexInfoConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.config.QrStartConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.config.RateLimitingConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.federation.FederationConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.federation.ProviderConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.federation.SearchchainForwardConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.federation.StrictContractsConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.pagetemplates.PageTemplatesConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.pagetemplates.ResolversConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.query.rewrite.RewritesConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.querytransform.LowercasingConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.statistics.MeasureQpsConfig
-
- CONFIG_DEF_VERSION - Static variable in class com.yahoo.search.statistics.TimingSearcherConfig
-
- configId(String) - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Component.Builder
-
- configId() - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Component
-
- configuration - Variable in class com.yahoo.search.cluster.BaseNodeMonitor
-
The configuration of this monitor
- ConfigurationException - Exception in com.yahoo.prelude
-
Thrown at events which are likely caused by misconfiguration
- ConfigurationException(String) - Constructor for exception com.yahoo.prelude.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception com.yahoo.prelude.ConfigurationException
-
- configure(QueryProfilesConfig) - Method in class com.yahoo.search.query.profile.config.QueryProfileConfigurer
-
- configure(FileAcquirer, RewritesConfig, HashMap<String, File>) - Method in class com.yahoo.search.query.rewrite.QueryRewriteSearcher
-
Perform instance creation time configuration besides the
default FSA loading
- configure(FileAcquirer, RewritesConfig, HashMap<String, File>) - Method in class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
Instance creation time config loading besides FSA.
- configure(FileAcquirer, RewritesConfig, HashMap<String, File>) - Method in class com.yahoo.search.query.rewrite.rewriters.MisspellRewriter
-
Instance creation time config loading besides FSA.
- configure(FileAcquirer, RewritesConfig, HashMap<String, File>) - Method in class com.yahoo.search.query.rewrite.rewriters.NameRewriter
-
Instance creation time config loading besides FSA
Empty for this rewriter
- configureCache(QrBinaryCacheConfig, QrBinaryCacheRegionConfig) - Method in class com.yahoo.search.federation.http.HTTPProviderSearcher
-
- ConfiguredHTTPClientSearcher - Class in com.yahoo.search.federation.http
-
Deprecated.
- ConfiguredHTTPClientSearcher(ComponentId, ProviderConfig, Statistics) - Constructor for class com.yahoo.search.federation.http.ConfiguredHTTPClientSearcher
-
Deprecated.
Create this from a configuraton
- ConfiguredHTTPClientSearcher(String, String, int, String, Statistics) - Constructor for class com.yahoo.search.federation.http.ConfiguredHTTPClientSearcher
-
Deprecated.
Create an instance from direct parameters having a single connection.
- ConfiguredHTTPProviderSearcher - Class in com.yahoo.search.federation.http
-
Deprecated.
- ConfiguredHTTPProviderSearcher(ComponentId, ProviderConfig, Statistics) - Constructor for class com.yahoo.search.federation.http.ConfiguredHTTPProviderSearcher
-
Deprecated.
Create this from a configuraton
- ConfiguredHTTPProviderSearcher(ComponentId, ProviderConfig, HTTPParameters, Statistics) - Constructor for class com.yahoo.search.federation.http.ConfiguredHTTPProviderSearcher
-
Deprecated.
Create this from a configuraton
- ConfiguredHTTPProviderSearcher(ComponentId, ProviderConfig, QrBinaryCacheConfig, QrBinaryCacheRegionConfig, Statistics) - Constructor for class com.yahoo.search.federation.http.ConfiguredHTTPProviderSearcher
-
Deprecated.
Create this from a configuraton with a configured cache
- ConfiguredHTTPProviderSearcher(ComponentId, ProviderConfig, QrBinaryCacheConfig, QrBinaryCacheRegionConfig, HTTPParameters, Statistics) - Constructor for class com.yahoo.search.federation.http.ConfiguredHTTPProviderSearcher
-
Deprecated.
Create this from a configuraton with a configured cache
- ConfiguredHTTPProviderSearcher(String, String, int, String, Statistics) - Constructor for class com.yahoo.search.federation.http.ConfiguredHTTPProviderSearcher
-
Deprecated.
Create an instance from direct parameters having a single connection.
- ConfiguredHTTPProviderSearcher(String, String, int, HTTPParameters, Statistics) - Constructor for class com.yahoo.search.federation.http.ConfiguredHTTPProviderSearcher
-
Deprecated.
Create an instance from direct parameters having a single connection.
- connect() - Method in class com.yahoo.fs4.mplex.FS4Connection
-
Upon asynchronous connect completion this method is called by
the Listener.
- connectedBacklink - Variable in class com.yahoo.prelude.query.Item
-
- connectedItem - Variable in class com.yahoo.prelude.query.Item
-
Items for explicit connectivity
- Connection - Class in com.yahoo.search.federation.http
-
Represents a connection to a particular node (host/port).
- Connection(String, int) - Constructor for class com.yahoo.search.federation.http.Connection
-
- ConnectionControlSearcher - Class in com.yahoo.search.searchers
-
Searcher which can enforce HTTP connection close based on query properties.
- ConnectionControlSearcher() - Constructor for class com.yahoo.search.searchers.ConnectionControlSearcher
-
- connectionParameters - Variable in class com.yahoo.search.searchchain.model.federation.HttpProviderSpec
-
- ConnectionParameters(Double, Double, Double, Integer) - Constructor for class com.yahoo.search.searchchain.model.federation.HttpProviderSpec.ConnectionParameters
-
- ConnectionPool - Class in com.yahoo.fs4.mplex
-
Pool of FS4 connections.
- ConnectionPool() - Constructor for class com.yahoo.fs4.mplex.ConnectionPool
-
- ConnectionPool(Timer) - Constructor for class com.yahoo.fs4.mplex.ConnectionPool
-
- connectionPoolTimeout(double) - Method in class com.yahoo.search.federation.ProviderConfig.Builder
-
- connectionPoolTimeout() - Method in class com.yahoo.search.federation.ProviderConfig
-
- connectionPoolTimeout - Variable in class com.yahoo.search.searchchain.model.federation.HttpProviderSpec.ConnectionParameters
-
- connectionTimeout(double) - Method in class com.yahoo.search.federation.ProviderConfig.Builder
-
- connectionTimeout() - Method in class com.yahoo.search.federation.ProviderConfig
-
- connectionTimeout - Variable in class com.yahoo.search.searchchain.model.federation.HttpProviderSpec.ConnectionParameters
-
- connectItems() - Method in class com.yahoo.search.query.textserialize.item.ItemContext
-
- connectivity - Variable in class com.yahoo.prelude.query.Item
-
- constantArray() - Method in class com.yahoo.search.yql.yqlplusParser
-
- constantArray() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantExpressionContext
-
- ConstantArrayContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.ConstantArrayContext
-
- constantExpression - Variable in class com.yahoo.search.yql.yqlplusParser.ConstantArrayContext
-
- constantExpression() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantArrayContext
-
- constantExpression(int) - Method in class com.yahoo.search.yql.yqlplusParser.ConstantArrayContext
-
- constantExpression() - Method in class com.yahoo.search.yql.yqlplusParser
-
- constantExpression() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantPropertyNameAndValueContext
-
- ConstantExpressionContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.ConstantExpressionContext
-
- constantMapExpression() - Method in class com.yahoo.search.yql.yqlplusParser.AnnotationContext
-
- constantMapExpression() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantExpressionContext
-
- constantMapExpression() - Method in class com.yahoo.search.yql.yqlplusParser
-
- ConstantMapExpressionContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.ConstantMapExpressionContext
-
- constantPropertyNameAndValue() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantMapExpressionContext
-
- constantPropertyNameAndValue(int) - Method in class com.yahoo.search.yql.yqlplusParser.ConstantMapExpressionContext
-
- constantPropertyNameAndValue() - Method in class com.yahoo.search.yql.yqlplusParser
-
- ConstantPropertyNameAndValueContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.ConstantPropertyNameAndValueContext
-
- ConstantValue<T extends Comparable> - Class in com.yahoo.search.grouping.request
-
- ConstantValue(String, Integer, T) - Constructor for class com.yahoo.search.grouping.request.ConstantValue
-
- ConstantValueComparator - Class in com.yahoo.search.grouping.request
-
This class compares two constant values, and takes into account that one of
the arguments may be the very special infinity value.
- ConstantValueComparator() - Constructor for class com.yahoo.search.grouping.request.ConstantValueComparator
-
- consumeContent() - Method in class com.yahoo.search.federation.http.TimedHttpEntity
-
- consumedBytes - Variable in class com.yahoo.fs4.PacketDecoder.DecodedPacket
-
- ContainerLatencySearcher - Class in com.yahoo.search.searchers
-
Measure latency in container before query is sent to backend
- ContainerLatencySearcher(MetricReceiver) - Constructor for class com.yahoo.search.searchers.ContainerLatencySearcher
-
- CONTAINS - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- CONTAINS - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- CONTAINS() - Method in class com.yahoo.search.yql.yqlplusParser.EqualityOpContext
-
- containsHint(String) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns whether or not the given hint has been added to this.
- Context - Class in com.yahoo.prelude.templates
-
- context() - Method in class com.yahoo.search.searchchain.Execution
-
Returns the context of this execution, which contains various objects
which are looked up through a memory barrier at the point this is created
and which is guaranteed to be frozen during the execution of this query.
- Context(SearchChainRegistry, IndexFacts, SpecialTokenRegistry, RendererRegistry, Linguistics) - Constructor for class com.yahoo.search.searchchain.Execution.Context
-
Creates a context from arguments, all of which may be null, though
this can be risky.
- Continuation - Class in com.yahoo.search.grouping
-
This class represents a piece of data stored by the grouping framework within a grouping result, which can
subsequently be sent back along with the original request to navigate across a large result set.
- Continuation() - Constructor for class com.yahoo.search.grouping.Continuation
-
- continuation() - Method in class com.yahoo.search.grouping.result.RootGroup
-
- ContinuationDecoder - Class in com.yahoo.search.grouping.vespa
-
- ContinuationDecoder() - Constructor for class com.yahoo.search.grouping.vespa.ContinuationDecoder
-
- continuations() - Method in class com.yahoo.search.grouping.GroupingRequest
-
- continuations() - Method in class com.yahoo.search.grouping.result.AbstractList
-
- continuations() - Method in class com.yahoo.search.yql.VespaGroupingStep
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.ByteField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.DataField
-
- convert(String, Inspector) - Method in class com.yahoo.prelude.fastsearch.DocsumDefinition
-
Returns the given slime value as the type specified in this, or null if the type is not known.
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.DocsumField
-
Convert a generic value into an object of the appropriate type
for this field.
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.DoubleField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.FeatureDataField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.FloatField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.Int64Field
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.IntegerField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.JSONField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.LongdataField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.LongstringField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.ShortField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.StringField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.StructDataField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.TensorField
-
- convert(Inspector) - Method in class com.yahoo.prelude.fastsearch.XMLField
-
- convertFrom(Object, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.FieldType
-
Converts the given type to an instance of this type, if possible.
- convertFrom(Object, CompiledQueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.FieldType
-
Converts the given type to an instance of this type, if possible.
- convertFrom(Object, CompiledQueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.PrimitiveFieldType
-
- convertFrom(Object, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.PrimitiveFieldType
-
- convertFrom(Object, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.QueryFieldType
-
- convertFrom(Object, CompiledQueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.QueryFieldType
-
- convertFrom(Object, CompiledQueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.QueryProfileFieldType
-
- convertFrom(Object, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.QueryProfileFieldType
-
- convertFrom(Object, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.TensorFieldType
-
- convertFrom(Object, CompiledQueryProfileRegistry) - Method in class com.yahoo.search.query.profile.types.TensorFieldType
-
- convertMatchToString(PhraseMatcher.Phrase) - Static method in class com.yahoo.search.query.rewrite.RewriterFeatures
-
Convert Match to String
- convertToSubstitutionString(Object) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns this value, or its corresponding substitution string if it contains substitutions
- copy() - Method in class com.yahoo.search.grouping.Continuation
-
Returns a deep copy of this
- copy(Select) - Method in class com.yahoo.search.grouping.GroupingRequest
-
Returns a deep copy of this
- copy() - Method in class com.yahoo.search.grouping.request.AddFunction
-
- copy(GroupingOperation) - Method in class com.yahoo.search.grouping.request.AllOperation
-
- copy() - Method in class com.yahoo.search.grouping.request.AndFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.ArrayAtLookup
-
- copy() - Method in class com.yahoo.search.grouping.request.AttributeFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.AttributeMapLookupValue
-
- copy() - Method in class com.yahoo.search.grouping.request.AttributeValue
-
- copy() - Method in class com.yahoo.search.grouping.request.AvgAggregator
-
- copy() - Method in class com.yahoo.search.grouping.request.AvgFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.BooleanValue
-
- copy() - Method in class com.yahoo.search.grouping.request.BucketValue
-
- copy() - Method in class com.yahoo.search.grouping.request.CatFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.ConstantValue
-
- copy() - Method in class com.yahoo.search.grouping.request.CountAggregator
-
- copy() - Method in class com.yahoo.search.grouping.request.DateFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.DayOfMonthFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.DayOfWeekFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.DayOfYearFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.DebugWaitFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.DivFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.DocIdNsSpecificValue
-
- copy() - Method in class com.yahoo.search.grouping.request.DoubleBucket
-
- copy() - Method in class com.yahoo.search.grouping.request.DoublePredefined
-
- copy() - Method in class com.yahoo.search.grouping.request.DoubleValue
-
- copy(GroupingOperation) - Method in class com.yahoo.search.grouping.request.EachOperation
-
- copy() - Method in class com.yahoo.search.grouping.request.FixedWidthFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.GroupingExpression
-
Returns a deep copy of this
- copy(GroupingOperation) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns a deep copy of this
- copy() - Method in class com.yahoo.search.grouping.request.HourOfDayFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.InfiniteValue
-
- copy() - Method in class com.yahoo.search.grouping.request.InterpolatedLookup
-
- copy() - Method in class com.yahoo.search.grouping.request.LongBucket
-
- copy() - Method in class com.yahoo.search.grouping.request.LongPredefined
-
- copy() - Method in class com.yahoo.search.grouping.request.LongValue
-
- copy() - Method in class com.yahoo.search.grouping.request.MathACosFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathACosHFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathASinFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathASinHFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathATanFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathATanHFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathCbrtFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathCosFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathCosHFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathExpFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathFloorFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathHypotFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathLog10Function
-
- copy() - Method in class com.yahoo.search.grouping.request.MathLog1pFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathLogFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathPowFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathSinFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathSinHFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathSqrtFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathTanFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MathTanHFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MaxAggregator
-
- copy() - Method in class com.yahoo.search.grouping.request.MaxFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.Md5Function
-
- copy() - Method in class com.yahoo.search.grouping.request.MinAggregator
-
- copy() - Method in class com.yahoo.search.grouping.request.MinFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MinuteOfHourFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.ModFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MonthOfYearFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.MulFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.NegFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.NormalizeSubjectFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.NowFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.OrFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.RawBucket
-
- copy() - Method in class com.yahoo.search.grouping.request.RawPredefined
-
- copy() - Method in class com.yahoo.search.grouping.request.RawValue
-
- copy() - Method in class com.yahoo.search.grouping.request.RelevanceValue
-
- copy() - Method in class com.yahoo.search.grouping.request.ReverseFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.SecondOfMinuteFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.SizeFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.SortFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.StandardDeviationAggregator
-
- copy() - Method in class com.yahoo.search.grouping.request.StrCatFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.StringBucket
-
- copy() - Method in class com.yahoo.search.grouping.request.StringPredefined
-
- copy() - Method in class com.yahoo.search.grouping.request.StringValue
-
- copy() - Method in class com.yahoo.search.grouping.request.StrLenFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.SubFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.SumAggregator
-
- copy() - Method in class com.yahoo.search.grouping.request.SummaryValue
-
- copy() - Method in class com.yahoo.search.grouping.request.ToDoubleFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.ToLongFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.ToRawFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.ToStringFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.UcaFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.XorAggregator
-
- copy() - Method in class com.yahoo.search.grouping.request.XorBitFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.XorFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.YearFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.YmumValue
-
- copy() - Method in class com.yahoo.search.grouping.request.ZCurveXFunction
-
- copy() - Method in class com.yahoo.search.grouping.request.ZCurveYFunction
-
- CopyOnWriteContent - Class in com.yahoo.search.query.profile
-
A HashMap wrapper which can be cloned without copying the wrapped map.
- CopyOnWriteContent() - Constructor for class com.yahoo.search.query.profile.CopyOnWriteContent
-
Create a WRITABLE, empty instance
- copyOrdering(HitGroup) - Method in class com.yahoo.search.result.HitGroup
-
Sets sorting information to be the same as for the provided hitGroup.
- costKey - Static variable in class com.yahoo.search.searchers.RateLimitingSearcher
-
- COUNT - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- COUNT - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- COUNT() - Method in class com.yahoo.search.yql.yqlplusParser.Keyword_as_identContext
-
- COUNT() - Method in class com.yahoo.search.yql.yqlplusParser.Output_specContext
-
- CountAggregator - Class in com.yahoo.search.grouping.request
-
- CountAggregator() - Constructor for class com.yahoo.search.grouping.request.CountAggregator
-
Constructs a new instance of this class.
- Coverage - Class in com.yahoo.search.result
-
The coverage report for a result set.
- Coverage(long, long) - Constructor for class com.yahoo.search.result.Coverage
-
- Coverage(long, long, int) - Constructor for class com.yahoo.search.result.Coverage
-
- Coverage(long, int, boolean) - Constructor for class com.yahoo.search.result.Coverage
-
Deprecated.
- Coverage(long, int, boolean, int) - Constructor for class com.yahoo.search.result.Coverage
-
Deprecated.
- create() - Static method in class com.yahoo.fs4.DocsumPacket
-
- create() - Static method in class com.yahoo.fs4.EolPacket
-
- create() - Static method in class com.yahoo.fs4.ErrorPacket
-
- create(Result, String, boolean) - Static method in class com.yahoo.fs4.GetDocSumsPacket
-
Creates a get docsums packet for a certain result
- create() - Static method in class com.yahoo.fs4.PongPacket
-
- create(Query) - Static method in class com.yahoo.fs4.QueryPacket
-
Creates and returns a query packet
- create() - Static method in class com.yahoo.fs4.QueryResultPacket
-
- create(String, String) - Static method in class com.yahoo.prelude.fastsearch.DocsumField
-
- create(String, String, LegacyEmulationConfig) - Static method in class com.yahoo.prelude.fastsearch.DocsumField
-
- create(boolean, boolean) - Static method in enum com.yahoo.prelude.semantics.rule.Condition.Anchor
-
- create(String) - Static method in class com.yahoo.search.query.profile.SubstituteString
-
Returns a new SubstituteString if the given string contains substitutions, null otherwise.
- create(Sorting) - Static method in class com.yahoo.search.result.FieldComparator
-
Creates a comparator given a sorting, or returns null if the given sorting is null
- CREATE - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- CREATE - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- CREATE() - Method in class com.yahoo.search.yql.yqlplusParser.Keyword_as_identContext
-
- CREATE() - Method in class com.yahoo.search.yql.yqlplusParser.Selectvar_statementContext
-
- CREATE() - Method in class com.yahoo.search.yql.yqlplusParser.ViewContext
-
- createAsync(String) - Static method in class com.yahoo.search.result.HitGroup
-
Creates a HitGroup which contains data which arrives in the future.
- createBackendCommunicationError(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error indicating that there was a general error communicating with a backend service.
- createBadRequest(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error analog to HTTP bad request.
- createClient(HttpParams) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Creates a http client for one request.
- createContext() - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- createContext() - Method in class com.yahoo.prelude.templates.UserTemplate
-
Deprecated.
Creates a new context suitable for this template.
- createContextStub() - Static method in class com.yahoo.search.searchchain.Execution.Context
-
Creates a context stub with no information.
- createContextStub(IndexFacts) - Static method in class com.yahoo.search.searchchain.Execution.Context
-
Create a Context instance where only the index related settings are
initialized.
- createContextStub(SearchChainRegistry, IndexFacts) - Static method in class com.yahoo.search.searchchain.Execution.Context
-
Create a Context instance where only the search chain registry and index facts are
initialized.
- createContextStub(SearchChainRegistry, IndexFacts, Linguistics) - Static method in class com.yahoo.search.searchchain.Execution.Context
-
Create a Context instance where only the search chain registry, index facts and linguistics are
initialized.
- createEmptyDocsums(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error indicating that a request to a backend returned empty document content data.
- createEndOfHost() - Static method in class com.yahoo.prelude.query.MarkerWordItem
-
Creates a special word item which marks the end of a host name
- createErrorInPluginSearcher(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates a general error from an application components.
- createErrorInPluginSearcher(String, Throwable) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates a general error from an application component.
- createFor(List<String>) - Method in class com.yahoo.search.query.profile.DimensionBinding
-
Returns a binding for a (possibly) new set of variants.
- createForbidden(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error indicating that a forbidden operation was requested.
- createFrom(DimensionBinding) - Static method in class com.yahoo.search.query.profile.compiled.Binding
-
- createFrom(List<String>, Map<String, String>) - Static method in class com.yahoo.search.query.profile.DimensionBinding
-
Creates a binding from a variant and a context.
- createFrom(List<String>, DimensionValues) - Static method in class com.yahoo.search.query.profile.DimensionBinding
-
Creates a binding from a variant and a context.
- createFrom(String[]) - Static method in class com.yahoo.search.query.profile.DimensionValues
-
- createFromConfig(QueryProfilesConfig) - Static method in class com.yahoo.search.query.profile.config.QueryProfileConfigurer
-
- createFromFile(String, String) - Static method in class com.yahoo.prelude.semantics.RuleBase
-
Creates a rule base from a file
- createFromString(String, String, String) - Static method in class com.yahoo.prelude.semantics.RuleBase
-
Creates a rule base from a string
- createGramRoot(Query) - Method in class com.yahoo.search.querytransform.NGramSearcher
-
- createHitCounts(Query, Result) - Static method in class com.yahoo.search.handler.SearchResponse
-
- createHttpRequestRetryHandler() - Method in class com.yahoo.search.federation.http.HTTPSearcher.SearcherHttpClient
-
Deprecated.
- createHttpRoutePlanner() - Method in class com.yahoo.search.federation.http.HTTPSearcher.SearcherHttpClient
-
Deprecated.
- createIllegalQuery(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error message indicating that an illegal query was attempted evaluated.
- createInternalServerError(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error analog to HTTP internal server error.
- createInvalidQueryParameter(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error message indicating that an invalid request parameter was received.
- createInvalidQueryParameter(String, Throwable) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error message indicating that an invalid request parameter was received.
- createInvalidQueryTransformation(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error indicating that an invalid query transformation was attempted.
- createItemClass() - Method in class com.yahoo.prelude.query.TermType
-
Returns an instance of the class corresponding to the given type, AndItem
if this is the DEFAULT type
- createJsonCodec() - Static method in class com.yahoo.search.rendering.JsonRenderer
-
Create the codec used for rendering instances of TreeNode
.
- createMalformedUrlError(Query, Exception) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Utility method for creating error messages when a url is incorrect
- createNewQuery(Query) - Static method in class com.yahoo.search.Query
-
Creates a new query from another query, but with time sensitive fields reset.
- createNoAnswerWhenPingingNode(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error indicating that a node could not be pinged.
- createNoBackendsInService(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error message indicating that some backend service is unreachable
- createNotFound(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error indicating that the requested resource was not found.
- createNullQuery(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error message indicating that a null query was attempted evaluated
- createParser() - Static method in class com.yahoo.search.federation.vespa.ResultBuilder
-
- createPingChannel(Backend) - Static method in class com.yahoo.fs4.mplex.FS4Channel
-
- createQueryProfiles(List<NamedReader>, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.config.QueryProfileXMLReader
-
- createQueryProfileTypes(List<NamedReader>, QueryProfileTypeRegistry) - Method in class com.yahoo.search.query.profile.config.QueryProfileXMLReader
-
- createRequest(String, URI) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Creates a HttpRequest.
- createRequest(String, URI, HttpEntity) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Creates a HttpRequest.
- createRequestExecutor() - Method in class com.yahoo.search.federation.http.HTTPSearcher.SearcherHttpClient
-
Deprecated.
- createRequestMapping(Inspector, Map<String, String>, String) - Method in class com.yahoo.search.handler.SearchHandler
-
- createRequestMeta() - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Creates a meta hit dedicated to holding logging information.
- createRequestTooLarge(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error message indicating that the request is too large
- createServerIsMisconfigured(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error indicating that the server is misconfigured
- createSingleton(PageElement) - Static method in class com.yahoo.search.pagetemplates.model.Choice
-
Creates a choice having a single alternative having a single page element
- createSingletons(List<PageElement>) - Static method in class com.yahoo.search.pagetemplates.model.Choice
-
Creates a choice in which each alternative consists of a single element
- createStartOfHost() - Static method in class com.yahoo.prelude.query.MarkerWordItem
-
Creates a special word item which marks the start of a host name
- createSubProfile(String, DimensionBinding) - Method in class com.yahoo.search.query.profile.BackedOverridableQueryProfile
-
- createSubProfile(String, DimensionBinding) - Method in class com.yahoo.search.query.profile.OverridableQueryProfile
-
- createSubProfile(String, DimensionBinding) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Looks up all inherited profiles and adds any that matches this name.
- createTestInstance(LongSupplier) - Static method in class com.yahoo.search.searchers.ConnectionControlSearcher
-
Create a searcher instance suitable for unit tests.
- createTimeout(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error indicating that a request to a backend timed out.
- createTimeoutError() - Method in class com.yahoo.search.searchchain.FutureResult
-
- createTiming(Query, Result) - Static method in class com.yahoo.search.handler.SearchResponse
-
- createUnauthorized(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates an error indicating that the requestor is not authorized to perform the requested operation.
- createUnspecifiedError(String) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates a generic message used when there is no information available on the category of the error.
- createUnspecifiedError(String, Throwable) - Static method in class com.yahoo.search.result.ErrorMessage
-
Creates a generic message used when there is no information available on the category of the error.
- currentItem() - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Returns the current item, or null if there is no more elements
- currentItem() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Returns the current term item to look at,
or null if there are no more elements
- currentPosition() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Returns the position of the current item
- CustomParser - Interface in com.yahoo.prelude.query.parser
-
- CUTOFF - Static variable in class com.yahoo.search.query.ranking.Diversity
-
- gcopts(String) - Method in class com.yahoo.search.config.QrStartConfig.Jvm.Builder
-
- gcopts() - Method in class com.yahoo.search.config.QrStartConfig.Jvm
-
- GDF_FLAGS - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
- GDF_LOCATION - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
- GDF_MLD - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
features bits, as given in searchlib/src/searchlib/common/packets.h
definition of enum getdocsums_features
- GDF_PROPERTIES - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
- GDF_QUERYSTACK - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
- GDF_RANKP_QFLAGS - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
- GDF_RESCLASSNAME - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
- GDFLAG_ALLOW_SLIME - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
- GDFLAG_IGNORE_ROW - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
flag bits, as given in fastserver4/src/network/transport.h
definition of enum getdocsums_flags
- GENERIC_EXPAND_DICT - Static variable in class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
- GENERIC_EXPAND_DICT_FILENAME - Static variable in class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
- GenericExpansionRewriter - Class in com.yahoo.search.query.rewrite.rewriters
-
This rewriter would add rewrites to entities (e.g abbreviation, synonym, etc)
to boost precision
- FSA dict: [normalized original query]\t[rewrite 1]\t[rewrite 2]\t[etc]
- Features:
RewritesAsUnitEquiv flag: add proximity boosted rewrites
PartialPhraseMatch flag: whether to match whole phrase or partial phrase
MaxRewrites flag: the maximum number of rewrites to be added
- GenericExpansionRewriter(ComponentId, FileAcquirer, RewritesConfig) - Constructor for class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
Constructor for GenericExpansionRewriter.
- GenericExpansionRewriter(RewritesConfig, HashMap<String, File>) - Constructor for class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
Constructor for GenericExpansionRewriter unit test.
- genericQueryProfileType - Static variable in class com.yahoo.search.query.profile.types.FieldType
-
- GenericTemplateSet - Class in com.yahoo.prelude.templates
-
- GenericTemplateSet(String, String, String) - Constructor for class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Creates a template set containing no templates
- get(int) - Method in class com.yahoo.fs4.mplex.ListenerPool
-
- get(CacheKey) - Method in class com.yahoo.prelude.fastsearch.PacketCache
-
- get(CacheKey, long) - Method in class com.yahoo.prelude.fastsearch.PacketCache
-
- get(String) - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
Returns a value by looking it up in the primary,
and thereafter in secondary sources.
- get(String) - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- get(String) - Method in class com.yahoo.prelude.templates.MapContext
-
Deprecated.
- get(int) - Method in class com.yahoo.search.pagetemplates.model.Choice
-
Convenience shorthand of return alternatives().get(index)
- get(String) - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
- get(String, Map<String, String>) - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
- get(String, Map<String, String>, Properties) - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
- get(CompoundName, Map<String, String>, Properties) - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
- get(KEY, Map<String, String>) - Method in class com.yahoo.search.query.profile.compiled.DimensionalMap
-
Returns the value for this key matching a context, or null if none
- get(Map<String, String>) - Method in class com.yahoo.search.query.profile.compiled.DimensionalValue
-
Returns the value matching this context, or null if none
- get(String) - Method in class com.yahoo.search.query.profile.CopyOnWriteContent
-
- get(int) - Method in class com.yahoo.search.query.profile.DimensionValues
-
Returns the string at the given index, or null if it has no value at this index.
- get(String) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns a value from this query profile by resolving the given name:
The name up to the first dot is the value looked up in the value of this profile
The rest of the name (if any) is used as the name to look up in the referenced query profile
If this name does not resolve completely into a value in this or any inherited profile, null is returned.
- get(String, Map<String, String>) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns a value from this using the given property context for resolution and using this for substitution
- get(String, String[]) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns a value from this using the given dimensions for resolution
- get(String, String[], Properties) - Method in class com.yahoo.search.query.profile.QueryProfile
-
- get(String, DimensionValues, Properties) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns a value from this using the given dimensions for resolution
- get(String, Map<String, String>, Properties) - Method in class com.yahoo.search.query.profile.QueryProfile
-
- get(CompoundName, Map<String, String>, Properties) - Method in class com.yahoo.search.query.profile.QueryProfile
-
- get(CompoundName, Map<String, String>, Properties) - Method in class com.yahoo.search.query.profile.QueryProfileProperties
-
Gets a value from the query profile, or from the nested profile if the value is null
- get(String, QueryProfileType, boolean, DimensionBinding) - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
Returns the most specific matching value of a name for a given set of canonical dimension values.
- get(CompoundName, Map<String, String>, Properties) - Method in class com.yahoo.search.query.properties.DefaultProperties
-
- get(CompoundName, Map<String, String>, Properties) - Method in class com.yahoo.search.query.properties.PropertyAliases
-
- get(CompoundName, Map<String, String>, Properties) - Method in class com.yahoo.search.query.properties.PropertyMap
-
- get(CompoundName, Map<String, String>, Properties) - Method in class com.yahoo.search.query.properties.QueryProperties
-
- get(CompoundName, Map<String, String>, Properties) - Method in class com.yahoo.search.query.properties.RequestContextProperties
-
- get(CompoundName, Map<String, String>, Properties) - Method in class com.yahoo.search.query.properties.SubProperties
-
- get(String) - Method in class com.yahoo.search.query.ranking.RankFeatures
-
Returns a rank feature as a string by full name or null if not set
- get(String) - Method in class com.yahoo.search.query.ranking.RankProperties
-
Returns a read-only list of properties properties by full name.
- get(int) - Method in class com.yahoo.search.result.HitGroup
-
Returns the hit at the given (0-base) index in this group of hit
(without searching any subgroups).
- get(String) - Method in class com.yahoo.search.result.HitGroup
-
- get(String, int) - Method in class com.yahoo.search.result.HitGroup
-
- get(URI, int) - Method in class com.yahoo.search.result.HitGroup
-
Returns the hit with the given id, or null if there is no hit with this id
in this group or any subgroup.
- get() - Method in class com.yahoo.search.searchchain.FutureResult
-
Returns a Result containing the hits returned from this source, or an error otherwise.
- get(long, TimeUnit) - Method in class com.yahoo.search.searchchain.FutureResult
-
Returns a Result containing the hits returned from this source, or an error otherwise.
- get(String) - Method in class com.yahoo.text.interpretation.Annotations
-
- get(String) - Method in class com.yahoo.text.interpretation.Interpretation
-
Returns the annotation marked with the annotationClass.
- get(AnnotationClass) - Method in class com.yahoo.text.interpretation.Interpretation
-
Returns the annotation marked with the annotationClass.
- get(String, String) - Method in class com.yahoo.text.interpretation.Interpretation
-
Gets the value of a property set on an annotation.
- get(AnnotationClass, String) - Method in class com.yahoo.text.interpretation.Interpretation
-
Gets the value of a property set on an annotation.
- get(int, int, String) - Method in class com.yahoo.text.interpretation.Interpretation
-
Equivalent to get(from,to,new AnnotationClass(annotationClass))
- get(int, int, AnnotationClass) - Method in class com.yahoo.text.interpretation.Interpretation
-
Gets an annotation that is set on a substring.
- get(int, int, String, String) - Method in class com.yahoo.text.interpretation.Interpretation
-
Get the value of a property set on a substring annotation.
- getAccuracy() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Return the accuracy of this.
- getActiveDocs() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getActiveDocuments() - Method in class com.yahoo.fs4.PongPacket
-
retrieve the reported number of active (searchable) documents
in the monitored backend.
- getActiveDocuments() - Method in class com.yahoo.search.dispatch.SearchCluster.Node
-
Returns the active documents on this node.
- getActiveNodes() - Method in class com.yahoo.fs4.PongPacket
-
- getActivePartitions() - Method in class com.yahoo.fs4.PongPacket
-
- getAdaptee() - Method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
For internal use only
- getAddNumber() - Method in class com.yahoo.search.result.Hit
-
- getAlias(String) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the alias associated with the given name.
- getAliases() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns a direct, mutable copy of the aliases of this, never null
- getAliases() - Method in class com.yahoo.search.query.profile.types.FieldDescription
-
Returns a unmodifiable list of the aliases of this.
- getAll() - Method in class com.yahoo.text.interpretation.Interpretation
-
Gets all annotations mentioned in the query.
- getAll(String) - Method in class com.yahoo.text.interpretation.Interpretation
-
Returns a list of all annotations of the given class that exists in the text.
- getAll(AnnotationClass) - Method in class com.yahoo.text.interpretation.Interpretation
-
Returns a list of all annotations of the given class that exists in the text.
- getAllAnnotations() - Method in class com.yahoo.text.interpretation.Span
-
Returns all annotations that are contained in either this subspan or in any of its subannotations
- getAlternatives() - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
Return an immutable snapshot of the contained terms.
- getAnchor() - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Returns the positional constraint on this anchor.
- getAnnotation(String) - Method in class com.yahoo.prelude.query.Item
-
Returns an annotation on this item, or null if the annotation is not set
- getAnnotation() - Method in class com.yahoo.text.interpretation.Modification
-
- getAnnotation(AnnotationClass) - Method in class com.yahoo.text.interpretation.Span
-
Returns the annotations with a specific class for the area defined by this span
- getAnnotation(int, int, AnnotationClass) - Method in class com.yahoo.text.interpretation.Span
-
Returns the annotations with a specific class for the area defined by (from,to).
- getArg(int) - Method in class com.yahoo.search.grouping.request.FunctionNode
-
Returns the argument at the given index.
- getArgumentType() - Static method in class com.yahoo.search.Query
-
- getArgumentType() - Static method in class com.yahoo.search.query.Model
-
- getArgumentType() - Static method in class com.yahoo.search.query.Presentation
-
- getArgumentType() - Static method in class com.yahoo.search.query.ranking.Diversity
-
- getArgumentType() - Static method in class com.yahoo.search.query.Ranking
-
- getArgumentType() - Static method in class com.yahoo.search.query.ranking.Matching
-
- getArgumentType() - Static method in class com.yahoo.search.query.ranking.MatchPhase
-
- getArgumentType() - Static method in class com.yahoo.search.query.ranking.SoftTimeout
-
- getArgumentType() - Static method in class com.yahoo.search.query.Select
-
- getAscending() - Method in class com.yahoo.search.query.ranking.MatchPhase
-
Returns the order to sort the attribute during the path phase when this takes effect.
- getATN() - Method in class com.yahoo.search.yql.yqlplusLexer
-
- getATN() - Method in class com.yahoo.search.yql.yqlplusParser
-
- getAttribute() - Method in class com.yahoo.prelude.Location
-
- getAttribute() - Method in class com.yahoo.search.query.ranking.Diversity
-
Returns the attribute to use for diversity, or null if none
- getAttribute() - Method in class com.yahoo.search.query.ranking.MatchPhase
-
Returns the attribute to use for degradation, or null if none
- getAttributeName(String) - Method in class com.yahoo.prelude.templates.FormattingOptions
-
Deprecated.
- getAttributeName() - Method in class com.yahoo.search.grouping.request.ArrayAtLookup
-
Returns the name of the attribute to retrieve from the input hit
- getAttributeName() - Method in class com.yahoo.search.grouping.request.AttributeFunction
-
Returns the name of the attribute to retrieve from the input hit.
- getAttributeName() - Method in class com.yahoo.search.grouping.request.AttributeValue
-
Returns the name of the attribute to retrieve from the input hit.
- getAttributeName() - Method in class com.yahoo.search.grouping.request.InterpolatedLookup
-
Returns the name of the attribute to retrieve from the input hit
- getAttributeName() - Method in exception com.yahoo.search.grouping.UnavailableAttributeException
-
Returns the name of the attribute which is referenced but not available.
- getAutomataFile() - Method in class com.yahoo.prelude.semantics.RuleBase
-
Returns the name of the automata file used, or null if none
- getBackedLength() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
Returns the length of the underlying phrase
- getBackend(String, int) - Method in class com.yahoo.prelude.fastsearch.FS4ResourcePool
-
- getBacking() - Method in class com.yahoo.search.query.profile.BackedOverridableQueryProfile
-
Returns the query profile backing this
- getBlockItem(int) - Method in class com.yahoo.prelude.query.PhraseItem
-
Returns a subitem as a block item,
- getBoldCloseTag() - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
- getBoldCloseTag() - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
- getBoldCloseTag() - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- getBoldCloseTag() - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- getBolding() - Method in class com.yahoo.search.query.Presentation
-
Returns whether matching query terms should be bolded in the result.
- getBoldOpenTag() - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
- getBoldOpenTag() - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
- getBoldOpenTag() - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- getBoldOpenTag() - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- getBoolean(String) - Method in class com.yahoo.text.interpretation.Annotations
-
Helper function to get a Boolean annotation.
- getBoundingHeight() - Method in class com.yahoo.prelude.Location
-
Returns height of bounding box (actual height if rectangle, bounding square if circle)
- getBoundingWidth() - Method in class com.yahoo.prelude.Location
-
Returns width of bounding box (actual width if rectangle, bounding square if circle)
- getBreakdown() - Method in class com.yahoo.search.searchchain.Execution.Context
-
If too many queries time out, the search handler will assume the
system is in a breakdown state.
- getBucket(int) - Method in class com.yahoo.search.grouping.request.DoublePredefined
-
- getBucket(int) - Method in class com.yahoo.search.grouping.request.LongPredefined
-
- getBucket(int) - Method in class com.yahoo.search.grouping.request.PredefinedFunction
-
Returns the bucket at the given index.
- getBucket(int) - Method in class com.yahoo.search.grouping.request.RawPredefined
-
- getBucket(int) - Method in class com.yahoo.search.grouping.request.StringPredefined
-
- getBusyWait() - Method in class com.yahoo.search.grouping.request.DebugWaitFunction
-
Returns whether or not the debug node should busy-wait.
- getByName(String) - Static method in class com.yahoo.search.query.textserialize.item.ItemExecutorRegistry
-
- getByteCapacity() - Method in class com.yahoo.prelude.fastsearch.PacketCache
-
- getBytes(String) - Static method in class com.yahoo.prelude.query.Item
-
Utility method for turning a string into utf-8 bytes
- getBytes() - Method in class com.yahoo.search.grouping.request.RawBuffer
-
Create a copy of data in the internal buffer.
- getByType(Item.ItemType) - Static method in class com.yahoo.search.query.textserialize.item.ItemExecutorRegistry
-
- getCacheControl() - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
Returns the packet cache controller of this
- getCacheKey(Query) - Method in class com.yahoo.search.federation.http.HTTPClientSearcher
-
Deprecated.
numHits and offset should not be part of the cache key as cache supports
partial read/write that is only one cache entry is maintained per query
irrespective of the offset and numhits.
- getCacheKey(Query) - Method in class com.yahoo.search.federation.http.HTTPProviderSearcher
-
- getCacheKey(Query) - Method in class com.yahoo.search.federation.vespa.VespaSearcher
-
Deprecated.
- getCanonicName(String) - Method in class com.yahoo.prelude.IndexFacts.Session
-
Returns the canonical form of the index name (Which may be the same as
the input).
- getCapacity() - Method in class com.yahoo.prelude.fastsearch.PacketCache
-
- getCertificate(String, long, long) - Method in class com.yahoo.search.federation.http.HTTPSearcher.ThrowingCertificateStore
-
Deprecated.
- getChain() - Method in class com.yahoo.search.federation.selection.FederationTarget
-
- getChain(String) - Method in class com.yahoo.search.searchchain.SearchChainRegistry
-
- getChain(ComponentId) - Method in class com.yahoo.search.searchchain.SearchChainRegistry
-
- getChannel(Integer) - Method in class com.yahoo.fs4.mplex.Backend
-
Get an active channel by id.
- getChannel(int) - Method in class com.yahoo.fs4.mplex.Backend
-
Get an active channel by id.
- getChannel() - Method in class com.yahoo.fs4.Packet
-
Get the channel id of the packet.
- getChannelId() - Method in class com.yahoo.fs4.mplex.FS4Channel
-
Returns the (fs4) channel id
- getCharacterEncoding() - Method in class com.yahoo.search.handler.HttpSearchResponse
-
Returns expected character encoding of this response
- getCharacterEncoding(Result) - Method in class com.yahoo.search.rendering.Renderer
-
- getCheckInterval() - Method in class com.yahoo.prelude.cluster.MonitorConfiguration
-
Returns the interval between each ping of idle or failing nodes Default
is 1000ms
- getCheckInterval() - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
Returns the interval between each ping of idle or failing nodes
Default is 1000ms
- getChild(int) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the child operation at the given index.
- getChildren() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns an immutable view to the child list of this node.
- getChoicepoint(Condition, boolean) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Add a choice point to this evaluation
- getClasses() - Method in class com.yahoo.text.interpretation.Interpretation
-
Gets all the annotationclasses that describes the text.
- getClasses(int, int) - Method in class com.yahoo.text.interpretation.Interpretation
-
Gets all annotationclasses that describe a substring
- getClasses() - Method in class com.yahoo.text.interpretation.Span
-
Returns all AnnotationClasses that are defined for this span and any of its superspans.
- getClasses(int, int) - Method in class com.yahoo.text.interpretation.Span
-
Returns all AnnotationClasses that are defined for the range (from,to).
- getClazz() - Method in class com.yahoo.text.interpretation.AnnotationClass
-
- getClusterName() - Method in class com.yahoo.prelude.searcher.ValidateSortingSearcher
-
- getClusterName() - Method in exception com.yahoo.search.grouping.UnavailableAttributeException
-
Returns the name of the cluster for which the request is illegal.
- getCode() - Method in class com.yahoo.fs4.BasicPacket
-
Returns the code of this package
- getCode() - Method in class com.yahoo.fs4.DocsumPacket
-
- getCode() - Method in class com.yahoo.fs4.EolPacket
-
- getCode() - Method in class com.yahoo.fs4.ErrorPacket
-
- getCode() - Method in class com.yahoo.fs4.GetDocSumsPacket
-
- getCode() - Method in class com.yahoo.fs4.PingPacket
-
- getCode() - Method in class com.yahoo.fs4.PongPacket
-
- getCode() - Method in class com.yahoo.fs4.QueryPacket
-
- getCode() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getCode() - Method in class com.yahoo.prelude.query.Item
-
Returns the int code of this item
- getCollator() - Method in class com.yahoo.search.query.Sorting.UcaSorter
-
- getComparator() - Method in class com.yahoo.search.result.HitOrderer
-
Returns the Comparator that this HitOrderer uses internally to
sort hits.
- getComparator() - Method in class com.yahoo.search.result.HitSortOrderer
-
- getComponent(ComponentId) - Method in class com.yahoo.search.searchchain.SearchChainRegistry
-
- getComponent(ComponentSpecification) - Method in class com.yahoo.search.searchchain.SearchChainRegistry
-
- getComponent(String) - Method in class com.yahoo.search.searchchain.SearchChainRegistry
-
- getCompoundName() - Method in class com.yahoo.search.query.profile.types.FieldDescription
-
Returns the full name of this as a compound name
- getCompress() - Method in class com.yahoo.search.Query
-
- getConcreteHitCount() - Method in class com.yahoo.search.Result
-
Returns the total number of concrete hits contained (directly or in subgroups) in this result.
- getConcreteSize() - Method in class com.yahoo.search.result.HitGroup
-
Returns the number of concrete hits contained in this group
and all subgroups.
- getConcreteSizeShallow() - Method in class com.yahoo.search.result.HitGroup
-
Returns the number of concrete hits contained in this group,
without counting hits in subgroups.
- getCondition() - Method in class com.yahoo.prelude.semantics.engine.Choicepoint
-
Returns the condition which created this choice point
- getCondition(int) - Method in class com.yahoo.prelude.semantics.rule.CompositeCondition
-
Returns the condition at the given index
- getCondition() - Method in class com.yahoo.prelude.semantics.rule.NamedCondition
-
- getCondition() - Method in class com.yahoo.prelude.semantics.rule.ProductionRule
-
- getCondition() - Method in class com.yahoo.prelude.semantics.rule.SuperCondition
-
- getCondition(String) - Method in class com.yahoo.prelude.semantics.RuleBase
-
Returns a named condition, or null if no condition with that name exists
- getConditionName() - Method in class com.yahoo.prelude.semantics.rule.ConditionReference
-
Returns the name of the referenced rule, never null
- getCondtiion() - Method in class com.yahoo.prelude.semantics.rule.NotCondition
-
- getConfig(Fs4Config.Builder) - Method in interface com.yahoo.container.search.Fs4Config.Producer
-
- getConfig(LegacyEmulationConfig.Builder) - Method in interface com.yahoo.container.search.LegacyEmulationConfig.Producer
-
- getConfig(QrMonitorConfig.Builder) - Method in interface com.yahoo.prelude.cluster.QrMonitorConfig.Producer
-
- getConfig(EmulationConfig.Builder) - Method in interface com.yahoo.prelude.EmulationConfig.Producer
-
- getConfig(DocumentdbInfoConfig.Builder) - Method in interface com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Producer
-
- getConfig(KeyvalueConfig.Builder) - Method in interface com.yahoo.prelude.searcher.KeyvalueConfig.Producer
-
- getConfig(QrQuotetableConfig.Builder) - Method in interface com.yahoo.prelude.searcher.QrQuotetableConfig.Producer
-
- getConfig(SemanticRulesConfig.Builder) - Method in interface com.yahoo.prelude.semantics.SemanticRulesConfig.Producer
-
- getConfig(QrBinaryCacheConfig.Builder) - Method in interface com.yahoo.search.cache.QrBinaryCacheConfig.Producer
-
- getConfig(QrBinaryCacheRegionConfig.Builder) - Method in interface com.yahoo.search.cache.QrBinaryCacheRegionConfig.Producer
-
- getConfig(ClusterConfig.Builder) - Method in interface com.yahoo.search.config.ClusterConfig.Producer
-
- getConfig(SearchNodesConfig.Builder) - Method in interface com.yahoo.search.config.dispatchprototype.SearchNodesConfig.Producer
-
- getConfig(IndexInfoConfig.Builder) - Method in interface com.yahoo.search.config.IndexInfoConfig.Producer
-
- getConfig(QrStartConfig.Builder) - Method in interface com.yahoo.search.config.QrStartConfig.Producer
-
- getConfig(RateLimitingConfig.Builder) - Method in interface com.yahoo.search.config.RateLimitingConfig.Producer
-
- getConfig(FederationConfig.Builder) - Method in interface com.yahoo.search.federation.FederationConfig.Producer
-
- getConfig(ProviderConfig.Builder) - Method in interface com.yahoo.search.federation.ProviderConfig.Producer
-
- getConfig(SearchchainForwardConfig.Builder) - Method in interface com.yahoo.search.federation.SearchchainForwardConfig.Producer
-
- getConfig(StrictContractsConfig.Builder) - Method in interface com.yahoo.search.federation.StrictContractsConfig.Producer
-
- getConfig(SearchWithRendererHandlerConfig.Builder) - Method in interface com.yahoo.search.handler.SearchWithRendererHandlerConfig.Producer
-
- getConfig(PageTemplatesConfig.Builder) - Method in interface com.yahoo.search.pagetemplates.PageTemplatesConfig.Producer
-
- getConfig(ResolversConfig.Builder) - Method in interface com.yahoo.search.pagetemplates.ResolversConfig.Producer
-
- getConfig(QueryProfilesConfig.Builder) - Method in interface com.yahoo.search.query.profile.config.QueryProfilesConfig.Producer
-
- getConfig(RewritesConfig.Builder) - Method in interface com.yahoo.search.query.rewrite.RewritesConfig.Producer
-
- getConfig(LowercasingConfig.Builder) - Method in interface com.yahoo.search.querytransform.LowercasingConfig.Producer
-
- getConfig(MeasureQpsConfig.Builder) - Method in interface com.yahoo.search.statistics.MeasureQpsConfig.Producer
-
- getConfig(TimingSearcherConfig.Builder) - Method in interface com.yahoo.search.statistics.TimingSearcherConfig.Producer
-
- getConfiguration() - Method in class com.yahoo.search.cluster.ClusterMonitor
-
Returns the configuration of this cluster monitor
- getConnectedItem() - Method in class com.yahoo.prelude.query.CompositeTaggableItem
-
- getConnectedItem() - Method in class com.yahoo.prelude.query.SimpleTaggableItem
-
- getConnectedItem() - Method in interface com.yahoo.prelude.query.TaggableItem
-
- getConnectedItem() - Method in class com.yahoo.prelude.query.TaggableSegmentItem
-
- getConnection() - Method in class com.yahoo.fs4.mplex.ConnectionPool
-
- getConnectionManager(HttpParams) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Get a connection manager which may be used safely from this thread
- getConnectionTimeout() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the connection timeout in milliseconds.
- getConnectivity() - Method in class com.yahoo.prelude.query.CompositeTaggableItem
-
- getConnectivity() - Method in class com.yahoo.prelude.query.SimpleTaggableItem
-
- getConnectivity() - Method in interface com.yahoo.prelude.query.TaggableItem
-
- getConnectivity() - Method in class com.yahoo.prelude.query.TaggableSegmentItem
-
- getContent() - Method in class com.yahoo.prelude.hitfield.AnnotateStringFieldPart
-
- getContent() - Method in interface com.yahoo.prelude.hitfield.FieldPart
-
- getContent() - Method in class com.yahoo.prelude.hitfield.HitField
-
- getContent(String, String, String) - Method in class com.yahoo.prelude.hitfield.HitField
-
- getContent() - Method in class com.yahoo.prelude.hitfield.ImmutableFieldPart
-
- getContent() - Method in class com.yahoo.prelude.hitfield.JSONString
-
- getContent() - Method in class com.yahoo.prelude.hitfield.MarkupFieldPart
-
- getContent() - Method in class com.yahoo.prelude.hitfield.StringFieldPart
-
- getContent() - Method in class com.yahoo.search.federation.http.GzipDecompressingEntity
-
- getContent() - Method in class com.yahoo.search.federation.http.TimedHttpEntity
-
- getContent(String) - Method in class com.yahoo.search.query.profile.BackedOverridableQueryProfile
-
Returns a value from the content of this: The value in this, or the value from the backing if not set in this
- getContent() - Method in class com.yahoo.search.query.profile.BackedOverridableQueryProfile
-
Returns all the content from this:
All the values in this, and all values in the backing where an overriding value is not set in this
- getContent(String) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns a value from the content of this, or null if not present
- getContent() - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns all the content from this as an unmodifiable map
- getContentEncoding() - Method in class com.yahoo.search.federation.http.TimedHttpEntity
-
- getContentLength() - Method in class com.yahoo.search.federation.http.GzipDecompressingEntity
-
- getContentLength() - Method in class com.yahoo.search.federation.http.TimedHttpEntity
-
- getContentType() - Method in class com.yahoo.search.federation.http.TimedHttpEntity
-
- getContentType() - Method in class com.yahoo.search.handler.HttpSearchResponse
-
Returns MIME type of this response
- getContext(boolean) - Method in class com.yahoo.search.Query
-
Returns the context of this query, possibly creating it if missing.
- getContext() - Method in class com.yahoo.search.query.profile.DimensionBinding
-
Returns a context created from the dimensions and values of this
- getContext(boolean) - Method in class com.yahoo.search.Result
-
Returns the context of this result - this is equal to getQuery().getContext(create)
- getContextName() - Method in class com.yahoo.prelude.semantics.engine.ReferencedMatches
-
- getContextName() - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Returns the name whatever is matched by this condition can be refered as, or null
if it is unreferable
- getCopyOfFullKey() - Method in class com.yahoo.prelude.fastsearch.CacheKey
-
- getCoverage() - Method in class com.yahoo.search.handler.HttpSearchResponse
-
- getCoverage(boolean) - Method in class com.yahoo.search.Result
-
Returns coverage information
- getCoverageDocs() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getCoverageFeature() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getCoverageFull() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getCreator() - Method in class com.yahoo.prelude.query.Item
-
Returns the item creator value.
- getCurrentLabel() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- getCurrentRegistry() - Method in class com.yahoo.search.query.profile.config.QueryProfileConfigurer
-
Returns the registry created by the last occurring call to configure
- getCurrentResultURL() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
- getCustomData() - Method in class com.yahoo.search.federation.selection.FederationTarget
-
Any data that the TargetSelector wants to associate with this target.
- getCutoffFactor() - Method in class com.yahoo.search.query.ranking.Diversity
-
- getCutoffStrategy() - Method in class com.yahoo.search.query.ranking.Diversity
-
- getData() - Method in class com.yahoo.fs4.DocsumPacket
-
- getData() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
Returns the data stored by the automaton for this phrase at this position, or null if none
- getDeclaredMatchAsPath() - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns true if this is declared as match as path.
- getDecomposition() - Method in class com.yahoo.search.query.Sorting.UcaSorter
-
- getDeepHitCount() - Method in class com.yahoo.search.Result
-
Returns the estimated total number of deep hits, which includes every object which matches the query.
- getDefault() - Static method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Returns the default template set.
- getDefaultDocsumClass() - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
- getDefaultFSAs() - Method in class com.yahoo.search.query.rewrite.QueryRewriteSearcher
-
Get default FSA dictionary names
- getDefaultFSAs() - Method in class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
Get default FSA dictionary names
- getDefaultFSAs() - Method in class com.yahoo.search.query.rewrite.rewriters.MisspellRewriter
-
Get default FSA dictionary names
- getDefaultFSAs() - Method in class com.yahoo.search.query.rewrite.rewriters.NameRewriter
-
Get default FSA dictionary names
- getDefaultIndex() - Method in class com.yahoo.search.query.Model
-
Returns the default index for this query.
- getDefaultIndexName() - Method in class com.yahoo.search.query.parser.Parsable
-
- getDefaultPosition(String) - Method in class com.yahoo.prelude.IndexFacts
-
- getDefaultPosition() - Method in class com.yahoo.prelude.SearchDefinition
-
- getDefaultRenderer() - Method in class com.yahoo.search.rendering.RendererRegistry
-
Returns the default JSON renderer
- getDefaultRuleBase() - Method in class com.yahoo.prelude.semantics.SemanticSearcher
-
Returns the default rule base
- getDefaultSummaryClass() - Method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
- getDefaultSummaryClass() - Method in class com.yahoo.search.rendering.Renderer
-
- getDefaultSummaryClass() - Method in class com.yahoo.search.rendering.SyncDefaultRenderer
-
- getDefMd5() - Method in class com.yahoo.container.search.Fs4Config.Builder
-
- getDefMd5() - Static method in class com.yahoo.container.search.Fs4Config
-
- getDefMd5() - Method in class com.yahoo.container.search.LegacyEmulationConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.container.search.LegacyEmulationConfig
-
- getDefMd5() - Method in class com.yahoo.prelude.cluster.QrMonitorConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- getDefMd5() - Method in class com.yahoo.prelude.EmulationConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.prelude.EmulationConfig
-
- getDefMd5() - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig
-
- getDefMd5() - Method in class com.yahoo.prelude.searcher.KeyvalueConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- getDefMd5() - Method in class com.yahoo.prelude.searcher.QrQuotetableConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- getDefMd5() - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- getDefMd5() - Method in class com.yahoo.search.cache.QrBinaryCacheConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- getDefMd5() - Method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- getDefMd5() - Method in class com.yahoo.search.config.ClusterConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.config.ClusterConfig
-
- getDefMd5() - Method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- getDefMd5() - Method in class com.yahoo.search.config.IndexInfoConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.config.IndexInfoConfig
-
- getDefMd5() - Method in class com.yahoo.search.config.QrStartConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.config.QrStartConfig
-
- getDefMd5() - Method in class com.yahoo.search.config.RateLimitingConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.config.RateLimitingConfig
-
- getDefMd5() - Method in class com.yahoo.search.federation.FederationConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.federation.FederationConfig
-
- getDefMd5() - Method in class com.yahoo.search.federation.ProviderConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.federation.ProviderConfig
-
- getDefMd5() - Method in class com.yahoo.search.federation.SearchchainForwardConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.federation.SearchchainForwardConfig
-
- getDefMd5() - Method in class com.yahoo.search.federation.StrictContractsConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.federation.StrictContractsConfig
-
- getDefMd5() - Method in class com.yahoo.search.handler.SearchWithRendererHandlerConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- getDefMd5() - Method in class com.yahoo.search.pagetemplates.PageTemplatesConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.pagetemplates.PageTemplatesConfig
-
- getDefMd5() - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.pagetemplates.ResolversConfig
-
- getDefMd5() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.query.profile.config.QueryProfilesConfig
-
- getDefMd5() - Method in class com.yahoo.search.query.rewrite.RewritesConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.query.rewrite.RewritesConfig
-
- getDefMd5() - Method in class com.yahoo.search.querytransform.LowercasingConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.querytransform.LowercasingConfig
-
- getDefMd5() - Method in class com.yahoo.search.statistics.MeasureQpsConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.statistics.MeasureQpsConfig
-
- getDefMd5() - Method in class com.yahoo.search.statistics.TimingSearcherConfig.Builder
-
- getDefMd5() - Static method in class com.yahoo.search.statistics.TimingSearcherConfig
-
- getDefName() - Method in class com.yahoo.container.search.Fs4Config.Builder
-
- getDefName() - Static method in class com.yahoo.container.search.Fs4Config
-
- getDefName() - Method in class com.yahoo.container.search.LegacyEmulationConfig.Builder
-
- getDefName() - Static method in class com.yahoo.container.search.LegacyEmulationConfig
-
- getDefName() - Method in class com.yahoo.prelude.cluster.QrMonitorConfig.Builder
-
- getDefName() - Static method in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- getDefName() - Method in class com.yahoo.prelude.EmulationConfig.Builder
-
- getDefName() - Static method in class com.yahoo.prelude.EmulationConfig
-
- getDefName() - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Builder
-
- getDefName() - Static method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig
-
- getDefName() - Method in class com.yahoo.prelude.searcher.KeyvalueConfig.Builder
-
- getDefName() - Static method in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- getDefName() - Method in class com.yahoo.prelude.searcher.QrQuotetableConfig.Builder
-
- getDefName() - Static method in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- getDefName() - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Builder
-
- getDefName() - Static method in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- getDefName() - Method in class com.yahoo.search.cache.QrBinaryCacheConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- getDefName() - Method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- getDefName() - Method in class com.yahoo.search.config.ClusterConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.config.ClusterConfig
-
- getDefName() - Method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- getDefName() - Method in class com.yahoo.search.config.IndexInfoConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.config.IndexInfoConfig
-
- getDefName() - Method in class com.yahoo.search.config.QrStartConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.config.QrStartConfig
-
- getDefName() - Method in class com.yahoo.search.config.RateLimitingConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.config.RateLimitingConfig
-
- getDefName() - Method in class com.yahoo.search.federation.FederationConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.federation.FederationConfig
-
- getDefName() - Method in class com.yahoo.search.federation.ProviderConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.federation.ProviderConfig
-
- getDefName() - Method in class com.yahoo.search.federation.SearchchainForwardConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.federation.SearchchainForwardConfig
-
- getDefName() - Method in class com.yahoo.search.federation.StrictContractsConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.federation.StrictContractsConfig
-
- getDefName() - Method in class com.yahoo.search.handler.SearchWithRendererHandlerConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- getDefName() - Method in class com.yahoo.search.pagetemplates.PageTemplatesConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.pagetemplates.PageTemplatesConfig
-
- getDefName() - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.pagetemplates.ResolversConfig
-
- getDefName() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.query.profile.config.QueryProfilesConfig
-
- getDefName() - Method in class com.yahoo.search.query.rewrite.RewritesConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.query.rewrite.RewritesConfig
-
- getDefName() - Method in class com.yahoo.search.querytransform.LowercasingConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.querytransform.LowercasingConfig
-
- getDefName() - Method in class com.yahoo.search.statistics.MeasureQpsConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.statistics.MeasureQpsConfig
-
- getDefName() - Method in class com.yahoo.search.statistics.TimingSearcherConfig.Builder
-
- getDefName() - Static method in class com.yahoo.search.statistics.TimingSearcherConfig
-
- getDefNamespace() - Method in class com.yahoo.container.search.Fs4Config.Builder
-
- getDefNamespace() - Static method in class com.yahoo.container.search.Fs4Config
-
- getDefNamespace() - Method in class com.yahoo.container.search.LegacyEmulationConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.container.search.LegacyEmulationConfig
-
- getDefNamespace() - Method in class com.yahoo.prelude.cluster.QrMonitorConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- getDefNamespace() - Method in class com.yahoo.prelude.EmulationConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.prelude.EmulationConfig
-
- getDefNamespace() - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig
-
- getDefNamespace() - Method in class com.yahoo.prelude.searcher.KeyvalueConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- getDefNamespace() - Method in class com.yahoo.prelude.searcher.QrQuotetableConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- getDefNamespace() - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- getDefNamespace() - Method in class com.yahoo.search.cache.QrBinaryCacheConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- getDefNamespace() - Method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- getDefNamespace() - Method in class com.yahoo.search.config.ClusterConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.config.ClusterConfig
-
- getDefNamespace() - Method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- getDefNamespace() - Method in class com.yahoo.search.config.IndexInfoConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.config.IndexInfoConfig
-
- getDefNamespace() - Method in class com.yahoo.search.config.QrStartConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.config.QrStartConfig
-
- getDefNamespace() - Method in class com.yahoo.search.config.RateLimitingConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.config.RateLimitingConfig
-
- getDefNamespace() - Method in class com.yahoo.search.federation.FederationConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.federation.FederationConfig
-
- getDefNamespace() - Method in class com.yahoo.search.federation.ProviderConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.federation.ProviderConfig
-
- getDefNamespace() - Method in class com.yahoo.search.federation.SearchchainForwardConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.federation.SearchchainForwardConfig
-
- getDefNamespace() - Method in class com.yahoo.search.federation.StrictContractsConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.federation.StrictContractsConfig
-
- getDefNamespace() - Method in class com.yahoo.search.handler.SearchWithRendererHandlerConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- getDefNamespace() - Method in class com.yahoo.search.pagetemplates.PageTemplatesConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.pagetemplates.PageTemplatesConfig
-
- getDefNamespace() - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.pagetemplates.ResolversConfig
-
- getDefNamespace() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.query.profile.config.QueryProfilesConfig
-
- getDefNamespace() - Method in class com.yahoo.search.query.rewrite.RewritesConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.query.rewrite.RewritesConfig
-
- getDefNamespace() - Method in class com.yahoo.search.querytransform.LowercasingConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.querytransform.LowercasingConfig
-
- getDefNamespace() - Method in class com.yahoo.search.statistics.MeasureQpsConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.statistics.MeasureQpsConfig
-
- getDefNamespace() - Method in class com.yahoo.search.statistics.TimingSearcherConfig.Builder
-
- getDefNamespace() - Static method in class com.yahoo.search.statistics.TimingSearcherConfig
-
- getDefVersion() - Static method in class com.yahoo.container.search.Fs4Config
-
- getDefVersion() - Static method in class com.yahoo.container.search.LegacyEmulationConfig
-
- getDefVersion() - Static method in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- getDefVersion() - Static method in class com.yahoo.prelude.EmulationConfig
-
- getDefVersion() - Static method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig
-
- getDefVersion() - Static method in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- getDefVersion() - Static method in class com.yahoo.prelude.searcher.QrQuotetableConfig
-
- getDefVersion() - Static method in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- getDefVersion() - Static method in class com.yahoo.search.cache.QrBinaryCacheConfig
-
- getDefVersion() - Static method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- getDefVersion() - Static method in class com.yahoo.search.config.ClusterConfig
-
- getDefVersion() - Static method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- getDefVersion() - Static method in class com.yahoo.search.config.IndexInfoConfig
-
- getDefVersion() - Static method in class com.yahoo.search.config.QrStartConfig
-
- getDefVersion() - Static method in class com.yahoo.search.config.RateLimitingConfig
-
- getDefVersion() - Static method in class com.yahoo.search.federation.FederationConfig
-
- getDefVersion() - Static method in class com.yahoo.search.federation.ProviderConfig
-
- getDefVersion() - Static method in class com.yahoo.search.federation.SearchchainForwardConfig
-
- getDefVersion() - Static method in class com.yahoo.search.federation.StrictContractsConfig
-
- getDefVersion() - Static method in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- getDefVersion() - Static method in class com.yahoo.search.pagetemplates.PageTemplatesConfig
-
- getDefVersion() - Static method in class com.yahoo.search.pagetemplates.ResolversConfig
-
- getDefVersion() - Static method in class com.yahoo.search.query.profile.config.QueryProfilesConfig
-
- getDefVersion() - Static method in class com.yahoo.search.query.rewrite.RewritesConfig
-
- getDefVersion() - Static method in class com.yahoo.search.querytransform.LowercasingConfig
-
- getDefVersion() - Static method in class com.yahoo.search.statistics.MeasureQpsConfig
-
- getDefVersion() - Static method in class com.yahoo.search.statistics.TimingSearcherConfig
-
- getDegradedReason() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getDeletionBreaksOrdering() - Method in class com.yahoo.search.Result
-
- getDeletionBreaksOrdering() - Method in class com.yahoo.search.result.HitGroup
-
- getDetailedDiagnostics() - Method in class com.yahoo.search.searchchain.Execution.Context
-
The container has some internal diagnostics mechanisms which may be
costly, and therefore not active by default.
- getDimensions() - Method in class com.yahoo.prelude.Location
-
- getDimensions() - Method in class com.yahoo.search.query.profile.BackedOverridableQueryProfile
-
- getDimensions() - Method in class com.yahoo.search.query.profile.DimensionBinding
-
Returns a read-only list of the dimensions of this.
- getDimensions() - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns the variant dimensions to be used in this - an unmodifiable list of dimension names
- getDimensions() - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
Returns the dimensions over which the virtual profiles in this may return different values.
- getDimensionValues() - Method in class com.yahoo.search.query.profile.QueryProfileVariant
-
- getDimensionValues() - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValue
-
Returns the dimension values for which this value should be used.
- getDispatchedChannel(Query) - Method in class com.yahoo.search.dispatch.Dispatcher
-
- getDisplayId() - Method in class com.yahoo.search.pagetemplates.result.SectionHitGroup
-
- getDisplayId() - Method in class com.yahoo.search.result.Hit
-
Returns the id to display, or null to not display (render) the id.
- getDistance() - Method in class com.yahoo.prelude.query.NearItem
-
- getDistributionKey() - Method in class com.yahoo.fs4.DocumentInfo
-
Unique key for the node this document resides on
- getDistributionKey() - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Returns the index of the node this hit originated at
- getDiversity() - Method in class com.yahoo.search.query.ranking.MatchPhase
-
- getDocstamp() - Method in class com.yahoo.fs4.PongPacket
-
Return current docstamp for backend to make cache invalidation
possible.
- getDocstamp() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getDocsum(String) - Method in class com.yahoo.prelude.fastsearch.DocsumDefinitionSet
-
Returns the summary definition of the given name, or the default if not found.
- getDocsumDefinitionSet() - Method in class com.yahoo.prelude.fastsearch.DocumentDatabase
-
- getDocsumDefinitionSet() - Method in class com.yahoo.prelude.fastsearch.GroupingListHit
-
- getDocsumDefinitionSet(Query) - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
- GetDocSumsPacket - Class in com.yahoo.fs4
-
A packet for requesting a list of document summaries.
- GetDocsumsResponseReceiver(int, Compressor, Result) - Constructor for class com.yahoo.search.dispatch.Dispatcher.GetDocsumsResponseReceiver
-
- getDocumentCount() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getDocumentDatabase(Query) - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
- getDocumentDb() - Method in class com.yahoo.search.query.Model
-
Returns the name of the document db this should search, or null if not set.
- getDocuments() - Method in class com.yahoo.fs4.QueryResultPacket
-
Returns a read-only list containing the DocumentInfo objects of this result
- getDocuments(int, int) - Method in class com.yahoo.prelude.fastsearch.PacketWrapper
-
Returns the list of documents, null if not all are available
- getDouble(String) - Method in class com.yahoo.text.interpretation.Annotations
-
Helper function to get a Double annotation.
- getDurationTime() - Method in class com.yahoo.search.Query
-
Returns the time (in milliseconds) since the query was started/created
- getDynamicSummary() - Method in class com.yahoo.prelude.Index
-
- getEditionTimeStamp() - Method in class com.yahoo.prelude.searcher.DocumentSourceSearcher
-
Deprecated.
- getElapsedTime() - Method in class com.yahoo.prelude.Pong
-
- getElapsedTime() - Method in class com.yahoo.search.Result
-
- getEnable() - Method in class com.yahoo.search.query.ranking.SoftTimeout
-
- getEnableProxy() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns whether proxying should be enabled.
- getEncodedInt() - Method in class com.yahoo.prelude.query.IntItem
-
Returns the number for encoding; the number expression as-is.
- getEncodedWord() - Method in class com.yahoo.prelude.query.MarkerWordItem
-
Returns the marker word for encoding
- getEncodedWord() - Method in class com.yahoo.prelude.query.WordItem
-
Returns the word for encoding.
- getEncoding() - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Returns the text encoding
- getEncoding() - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- getEncoding() - Method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
- getEncoding() - Method in class com.yahoo.search.query.Model
-
Returns the encoding used in the query as a lowercase string
- getEncoding() - Method in class com.yahoo.search.rendering.DefaultRenderer
-
Deprecated.
- getEncoding() - Method in class com.yahoo.search.rendering.JsonRenderer
-
- getEncoding() - Method in class com.yahoo.search.rendering.SyncDefaultRenderer
-
- getEntity(URI, Query) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Same a getEntity(uri, null)
.
- getEntity(URI, Hit, Query) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Gets the HTTP entity that holds the response contents.
- getEntries() - Method in class com.yahoo.fs4.FS4Properties
-
- getError(int) - Method in class com.yahoo.prelude.Pong
-
- getError(Result) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Returns the error body template
- getError() - Method in class com.yahoo.search.result.HitGroup
-
Returns the first error in this result,
or null if no searcher has produced an error AND the query doesn't contain an error
- getErrorCode() - Method in class com.yahoo.fs4.ErrorPacket
-
- getErrorHit() - Method in class com.yahoo.search.result.HitGroup
-
Returns the error hit containing all error information, or null if no error has occurred
- getErrors() - Method in class com.yahoo.prelude.Pong
-
- getErrorSize() - Method in class com.yahoo.prelude.Pong
-
- getEvaluation() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Returns the evaluation this belongs to
- getExact(DimensionValues) - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValues
-
Returns the value having exactly the given dimensions, or null if none
- getExactTerminator() - Method in class com.yahoo.prelude.Index
-
Returns the string terminating an exact sequence in this index, or null to use the default (space)
- getExecution() - Method in class com.yahoo.search.query.Model
-
Returns the Execution working on this, or a null execution if none.
- getExecutor() - Method in class com.yahoo.prelude.fastsearch.FS4ResourcePool
-
- getExplicitLanguage() - Method in class com.yahoo.search.query.parser.Parsable
-
Returns the language explicitly set to be used when parsing, or empty if none is set.
- getExpression() - Method in class com.yahoo.search.grouping.request.AggregatorNode
-
Returns the expression that this node aggregates on.
- getFactor() - Method in class com.yahoo.search.query.ranking.SoftTimeout
-
- getFailLimit() - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
Returns the number of milliseconds a node is allowed to fail before we
mark it as not working
- getFeatures() - Method in class com.yahoo.prelude.query.PredicateQueryItem
-
- getFeatures() - Method in class com.yahoo.search.query.Ranking
-
Returns the rank features of this, an empty container (never null) if none are set.
- getFederationOptions() - Method in class com.yahoo.search.federation.selection.FederationTarget
-
- getField(int) - Method in class com.yahoo.prelude.fastsearch.DocsumDefinition
-
Returns the field at this index, or null if none
- getField(String) - Method in class com.yahoo.prelude.fastsearch.DocsumDefinition
-
Returns the field with this name, or null if none
- getField(String) - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Returns a field value from this Hit.
- getField(String) - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns the description of the field with the given name in this type or an inherited type
(depth first left to right search).
- getField(Hit, String) - Method in class com.yahoo.search.result.FieldComparator
-
- getField(String) - Method in class com.yahoo.search.result.Hit
-
Returns a field value or null if not present
- getFieldCount() - Method in class com.yahoo.prelude.fastsearch.DocsumDefinition
-
- getFieldDescription(CompoundName, DimensionBinding) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns the field description of this field, or null if it is not typed
- getFieldName() - Method in class com.yahoo.prelude.query.SameElementItem
-
- getFieldName() - Method in class com.yahoo.search.query.Sorting.FieldOrder
-
Returns the name of this attribute
- getFields() - Method in class com.yahoo.prelude.fastsearch.DocsumDefinition
-
- getFieldValues() - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
Returns the map of field values of this indexed by field name.
- getFieldXML(String) - Method in class com.yahoo.search.result.Hit
-
- getFilled() - Method in class com.yahoo.search.result.Hit
-
Returns the set of summary classes for which this hit is
filled as an unmodifiable set.
- getFilled() - Method in class com.yahoo.search.result.HitGroup
-
- getFilledInternal() - Method in class com.yahoo.search.result.Hit
-
For internal use only.
- getFilter() - Method in class com.yahoo.search.query.Model
-
Returns the filter string set for this query.
- getFilter() - Method in class com.yahoo.search.query.parser.Parsable
-
- getFirstConnection(Hasher.NodeList<T>, int, int, Query) - Method in class com.yahoo.search.cluster.ClusterSearcher
-
- getFirstHitNo() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
Returns The first hit presented in the result as an index into the global
list of all hits generated by the user query.
- getFirstResultPacket() - Method in class com.yahoo.prelude.fastsearch.PacketWrapper
-
- getFollowRedirects() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getFooter(Result) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Returns the result footer template
- getForceSinglePass() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
- getFormat() - Method in class com.yahoo.search.query.Presentation
-
Get the name of the format desired for result rendering.
- getFormName(Item) - Method in class com.yahoo.search.query.textserialize.item.AndNotRestConverter
-
- getFormName(Item) - Method in class com.yahoo.search.query.textserialize.item.CompositeConverter
-
- getFreshness() - Method in class com.yahoo.search.query.Ranking
-
Get the freshness search parameters associated with this query
- getFrom() - Method in class com.yahoo.prelude.query.RangeItem
-
Returns the lower limit of this range, which may be negative infinity
- getFrom() - Method in class com.yahoo.search.grouping.request.BucketValue
-
Returns the inclusive-from value of this bucket.
- getFrom() - Method in class com.yahoo.search.grouping.result.BucketGroupId
-
Returns the inclusive-from of the value range.
- getFrom(Query) - Static method in class com.yahoo.search.intent.model.IntentModel
-
Returns the intent model stored at property key "intentModel" in this query, or null if none
- getFrom(Query) - Static method in class com.yahoo.search.query.Model
-
- getFrom(Query) - Static method in class com.yahoo.search.query.Ranking
-
- getFrom() - Method in class com.yahoo.text.interpretation.Span
-
hack
- getFromLimit() - Method in class com.yahoo.prelude.query.IntItem
-
Returns the lower limit of this range, which may be negative infinity
- getFunctionName() - Method in class com.yahoo.prelude.querytransform.NormalizingSearcher
-
- getFunctionName() - Method in class com.yahoo.prelude.querytransform.StemmingSearcher
-
- getGlobalId() - Method in class com.yahoo.fs4.DocsumPacket
-
- getGlobalId() - Method in class com.yahoo.fs4.DocumentInfo
-
- getGlobalId() - Method in class com.yahoo.prelude.fastsearch.DocsumPacketKey
-
- getGlobalId() - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Returns the global id of this document in the backend node which produced it
- getGrammarFileName() - Method in class com.yahoo.search.yql.yqlplusLexer
-
- getGrammarFileName() - Method in class com.yahoo.search.yql.yqlplusParser
-
- getGramSize() - Method in class com.yahoo.prelude.Index
-
Returns the gram size.
- getGramSplitter() - Method in class com.yahoo.search.querytransform.NGramSearcher
-
Returns the (thread-safe) object to use to split the query text into grams.
- getGroupBy() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the expression assigned as the group-by clause of this.
- getGroupData() - Method in class com.yahoo.fs4.QueryResultPacket
-
Returns the opaque grouping results
- getGroupId() - Method in class com.yahoo.search.grouping.result.Group
-
Returns the id of this group.
- getGrouping() - Method in class com.yahoo.search.query.Select
-
- getGroupingList() - Method in class com.yahoo.prelude.fastsearch.GroupingListHit
-
- getGroupingList(Query) - Static method in class com.yahoo.search.grouping.vespa.GroupingExecutor
-
Returns the list of Grouping
objects assigned to the given query.
- getGroupingSessionCache() - Method in class com.yahoo.search.Query
-
Returns whether this query should use the grouping session cache.
- getGroupingSteps(String) - Method in class com.yahoo.search.query.SelectParser
-
- getGroupingSteps() - Method in class com.yahoo.search.yql.YqlParser
-
- getGroupingString() - Method in class com.yahoo.search.query.Select
-
Returns the grouping in the query
- getGroupList(String) - Method in class com.yahoo.search.grouping.result.Group
-
- getHasher() - Method in class com.yahoo.search.cluster.ClusterSearcher
-
Returns the hasher used internally in this.
- getHeader(Result) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Returns the result header template
- getHeaders(boolean) - Method in class com.yahoo.search.Result
-
Returns the set of "envelope" headers to be returned with this result.
- getHighlight() - Method in class com.yahoo.search.query.Presentation
-
Returns how terms in this result should be highlighted, or null if not set
- getHighlightItems() - Method in class com.yahoo.prelude.query.Highlight
-
Returns the modifiable map of highlight items (never null)
- getHighlightSummary() - Method in class com.yahoo.prelude.Index
-
- getHighlightTerms() - Method in class com.yahoo.prelude.query.Highlight
-
- getHints() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns an immutable view to the hint list of this node.
- getHit(Hit) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Returns the hit template
- getHitCount() - Method in class com.yahoo.search.Result
-
Returns the number of hit objects available in the top level group of this result.
- getHitCounts() - Method in class com.yahoo.search.handler.HttpSearchResponse
-
- getHitFooter(Hit) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Returns the hit footer template
- getHitLimit() - Method in class com.yahoo.prelude.query.IntItem
-
Returns the number of hits this will match, or 0 if all should be matched.
- getHitList(String) - Method in class com.yahoo.search.grouping.result.Group
-
Returns the
HitList
with the given label.
- getHitOrderer() - Method in class com.yahoo.search.Result
-
Returns the orderer used by the top level group, or null if the default relevancy order is used
- getHits() - Method in class com.yahoo.fs4.QueryPacket
-
Returns the number of hits requested
- getHits() - Method in class com.yahoo.search.Query
-
Returns the number of hits requested by the submitter of this query.
- getHits() - Method in class com.yahoo.search.yql.YqlParser
-
Give the number of hits expected from the latest parsed query if anything
is explicitly specified.
- getHost() - Method in class com.yahoo.fs4.mplex.Backend
-
- getHost() - Method in class com.yahoo.search.federation.http.Connection
-
- getHttpRequest() - Method in class com.yahoo.search.Query
-
Return the HTTP request which caused this query.
- getId() - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Returns the explicitly set uri if available, returns "index:[source]/[partid]/[id]" otherwise
- getId() - Method in class com.yahoo.search.intent.model.Intent
-
Returns the id of this intent, never null
- getId() - Method in class com.yahoo.search.intent.model.Source
-
Returns the id of this source, never null
- getId() - Method in class com.yahoo.search.pagetemplates.model.Placeholder
-
- getId() - Method in class com.yahoo.search.pagetemplates.model.Section
-
Returns a unique id of this section within the page.
- getId(Item) - Method in class com.yahoo.search.query.textserialize.serializer.ItemIdMapper
-
- getId() - Method in class com.yahoo.search.result.Hit
-
Returns the hit id
- getIdleLimit() - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
Gets the number of ms a node (failing or working)
is allowed to stay idle before it is pinged.
- getIfAvailable(long, TimeUnit) - Method in class com.yahoo.search.searchchain.FutureResult
-
Same as get(timeout, timeunit) but returns Optional.empty instead of a result with error if the result is
not available in time
- getIfExists(int) - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValues
-
- getImage() - Method in class com.yahoo.search.grouping.request.GroupingNode
-
- getIndex(String) - Method in class com.yahoo.prelude.IndexFacts.Session
-
Returns the index for this name.
- getIndex(String, String) - Method in class com.yahoo.prelude.IndexFacts.Session
-
Returns an index given from a given search definition
- getIndex(String) - Method in class com.yahoo.prelude.SearchDefinition
-
- getIndexArgument() - Method in class com.yahoo.search.grouping.request.ArrayAtLookup
-
Return the expression to evaluate before indexing
- getIndexByLowerCase(String) - Method in class com.yahoo.prelude.SearchDefinition
-
- getIndexedString() - Method in class com.yahoo.prelude.query.CompositeIndexedItem
-
- getIndexedString() - Method in interface com.yahoo.prelude.query.IndexedItem
-
Return the searchable term contents of this item.
- getIndexedString() - Method in class com.yahoo.prelude.query.IndexedSegmentItem
-
- getIndexedString() - Method in class com.yahoo.prelude.query.IntItem
-
- getIndexedString() - Method in class com.yahoo.prelude.query.PhraseItem
-
- getIndexedString() - Method in class com.yahoo.prelude.query.PhraseSegmentItem
-
- getIndexedString() - Method in class com.yahoo.prelude.query.RegExpItem
-
- getIndexedString() - Method in class com.yahoo.prelude.query.SimpleIndexedItem
-
- getIndexedString() - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- getIndexedString() - Method in class com.yahoo.prelude.query.WordItem
-
- getIndexes(String) - Method in class com.yahoo.prelude.IndexFacts.Session
-
Returns all the indexes of a given search definition
- getIndexFacts() - Method in class com.yahoo.search.query.parser.ParserEnvironment
-
- getIndexFacts() - Method in class com.yahoo.search.searchchain.Execution.Context
-
Returns information about the indexes specified by the search definitions
used in this system, or null if not know.
- getIndexName() - Method in class com.yahoo.prelude.query.AndSegmentItem
-
- getIndexName() - Method in class com.yahoo.prelude.query.CompositeIndexedItem
-
The name of the index this belongs to, or "" (never null) if not specified
- getIndexName() - Method in interface com.yahoo.prelude.query.HasIndexItem
-
- getIndexName() - Method in class com.yahoo.prelude.query.IndexedSegmentItem
-
The name of the index this belongs to, or "" (never null) if not specified
- getIndexName() - Method in class com.yahoo.prelude.query.PredicateQueryItem
-
- getIndexName() - Method in class com.yahoo.prelude.query.SimpleIndexedItem
-
The name of the index this belongs to, or "" (never null) if not specified
- getIndexName() - Method in class com.yahoo.prelude.query.WeakAndItem
-
- getIndexName() - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- getInherited() - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
Returns the profiles inherited from various variants of this
- getInitContent() - Method in class com.yahoo.prelude.hitfield.ImmutableFieldPart
-
- getInitContent() - Method in class com.yahoo.prelude.hitfield.StringFieldPart
-
- getInputEncoding() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the input encoding.
- getInteger(String) - Method in class com.yahoo.text.interpretation.Annotations
-
Helper function to get a Double annotation.
- getIntent() - Method in class com.yahoo.search.intent.model.IntentNode
-
Returns the intent of this node, this is never null
- getInternalData() - Method in class com.yahoo.prelude.hitfield.RawData
-
- getInterpretation() - Method in class com.yahoo.search.intent.model.InterpretationNode
-
Returns this interpretation.
- getItem(int) - Method in class com.yahoo.prelude.query.CompositeItem
-
Returns a subitem
- getItem(int) - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
Returns the n'th item in this, throws if index out of bounds
- getItem() - Method in class com.yahoo.prelude.semantics.engine.FlattenedItem
-
- getItem() - Method in class com.yahoo.prelude.semantics.engine.Match
-
- getItemClass() - Method in class com.yahoo.prelude.query.TermType
-
Returns the CompositeItem type this type corresponds to, or CompositeItem if it's the default
- getItemCount() - Method in class com.yahoo.prelude.query.CompositeItem
-
Returns the number of direct ancestors of this item
- getItemIndex(Item) - Method in class com.yahoo.prelude.query.CompositeItem
-
Returns the index of a subitem
- getItemIterator() - Method in class com.yahoo.prelude.query.CompositeItem
-
Returns a modifiable list iterator
- getItemType() - Method in class com.yahoo.prelude.query.AndItem
-
- getItemType() - Method in class com.yahoo.prelude.query.AndSegmentItem
-
- getItemType() - Method in class com.yahoo.prelude.query.DotProductItem
-
- getItemType() - Method in class com.yahoo.prelude.query.EquivItem
-
- getItemType() - Method in class com.yahoo.prelude.query.ExactStringItem
-
- getItemType() - Method in class com.yahoo.prelude.query.FalseItem
-
- getItemType() - Method in class com.yahoo.prelude.query.IntItem
-
- getItemType() - Method in class com.yahoo.prelude.query.Item
-
Return the enumerated type of this item.
- getItemType() - Method in class com.yahoo.prelude.query.NearItem
-
- getItemType() - Method in class com.yahoo.prelude.query.NotItem
-
- getItemType() - Method in class com.yahoo.prelude.query.NullItem
-
- getItemType() - Method in class com.yahoo.prelude.query.ONearItem
-
- getItemType() - Method in class com.yahoo.prelude.query.OrItem
-
- getItemType() - Method in class com.yahoo.prelude.query.PhraseItem
-
- getItemType() - Method in class com.yahoo.prelude.query.PhraseSegmentItem
-
- getItemType() - Method in class com.yahoo.prelude.query.PredicateQueryItem
-
- getItemType() - Method in class com.yahoo.prelude.query.PrefixItem
-
- getItemType() - Method in class com.yahoo.prelude.query.PureWeightedInteger
-
- getItemType() - Method in class com.yahoo.prelude.query.PureWeightedString
-
- getItemType() - Method in class com.yahoo.prelude.query.RankItem
-
- getItemType() - Method in class com.yahoo.prelude.query.RegExpItem
-
- getItemType() - Method in class com.yahoo.prelude.query.SameElementItem
-
- getItemType() - Method in class com.yahoo.prelude.query.SubstringItem
-
- getItemType() - Method in class com.yahoo.prelude.query.SuffixItem
-
- getItemType() - Method in class com.yahoo.prelude.query.WandItem
-
- getItemType() - Method in class com.yahoo.prelude.query.WeakAndItem
-
- getItemType() - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- getItemType() - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- getItemType() - Method in class com.yahoo.prelude.query.WordItem
-
- getItemType() - Method in class com.yahoo.search.query.QueryTree
-
- getKey() - Method in class com.yahoo.prelude.query.PredicateQueryItem.EntryBase
-
- getKey() - Method in class com.yahoo.prelude.semantics.rule.NamespaceProduction
-
- getKey() - Method in class com.yahoo.search.grouping.request.AttributeMapLookupValue
-
- getKeyAttribute() - Method in class com.yahoo.search.grouping.request.AttributeMapLookupValue
-
- getKeys() - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
- getKeys() - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- getKeys() - Method in class com.yahoo.prelude.templates.MapContext
-
Deprecated.
- getKeySourceAttribute() - Method in class com.yahoo.search.grouping.request.AttributeMapLookupValue
-
- getLabel() - Method in class com.yahoo.prelude.query.Item
-
Obtain the label for this item.
- getLabel() - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Sets the label of this.
- getLabel() - Method in class com.yahoo.prelude.semantics.rule.TermProduction
-
Sets the label of this.
- getLabel() - Method in class com.yahoo.search.grouping.request.GroupingNode
-
Returns the label assigned to this grouping expression.
- getLabel() - Method in class com.yahoo.search.grouping.result.AbstractList
-
Returns the label of this list.
- getLabelString() - Method in class com.yahoo.prelude.semantics.rule.Condition
-
- getLabelString() - Method in class com.yahoo.prelude.semantics.rule.TermProduction
-
- getLanguage() - Method in class com.yahoo.prelude.query.Item
-
Returns the language of any natural language text below this item, or Language.UNKNOWN if not set.
- getLanguage() - Method in class com.yahoo.search.query.Model
-
Returns the explicitly set parsing language of this query model, or null if none
- getLanguage() - Method in class com.yahoo.search.query.parser.Parsable
-
Returns the language to use when parsing, or null to decide during parsing.
- getLastHitNo() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
Returns the number of the last result of the current hit page.
- getLastOffset() - Method in class com.yahoo.fs4.QueryPacket
-
Returns the last offset requested (inclusively), that is
getOffset() + getHits()
- getLayout() - Method in class com.yahoo.search.pagetemplates.model.Section
-
Returns the layout identifier describing the kind of layout which should be used by the rendering engine to
lay out the content of this section.
- getLeftCondition() - Method in class com.yahoo.prelude.semantics.rule.ComparisonCondition
-
- getLength() - Method in class com.yahoo.fs4.BasicPacket
-
Returns the length of this body (including header (8 bytes) and body),
or -1 if not known.
- getLength() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
- getLevel() - Method in class com.yahoo.search.grouping.request.GroupingExpression
-
Returns the conceptual level of this expression.
- getLevel() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the conceptual level of this node.
- getLevelDesc(int) - Static method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns a description of the given level.
- getLevelOrNull() - Method in class com.yahoo.search.grouping.request.GroupingExpression
-
- getLinguistics() - Method in class com.yahoo.search.query.parser.ParserEnvironment
-
- getLinguistics() - Method in class com.yahoo.search.searchchain.Execution.Context
-
Returns the Linguistics
object assigned to this Context.
- getListFeatures() - Method in class com.yahoo.search.query.Ranking
-
Returns whether rank features should be dumped with the result of this query, default false
- getLiteral() - Method in class com.yahoo.prelude.semantics.rule.LiteralTermProduction
-
Returns the term word produced, never null
- getLiteralBoost() - Method in class com.yahoo.prelude.Index
-
- getLoad() - Method in class com.yahoo.search.cluster.Hasher.NodeFactor
-
- getLocale() - Method in class com.yahoo.search.grouping.request.UcaFunction
-
- getLocale() - Method in class com.yahoo.search.query.Model
-
Returns the explicitly set parsing locale of this query model, or null if none.
- getLocale() - Method in class com.yahoo.search.query.Sorting.UcaSorter
-
- getLocation() - Method in class com.yahoo.search.query.Ranking
-
Returns the location of this query, or null if none
- getLogger() - Method in class com.yahoo.search.Searcher
-
Returns a logger unique for the instance subclass
- getLogValues() - Method in class com.yahoo.search.handler.HttpSearchResponse
-
- getLookupArgument() - Method in class com.yahoo.search.grouping.request.InterpolatedLookup
-
Return the expression to evaluate before lookup
- getMainError() - Method in class com.yahoo.search.result.DefaultErrorHit
-
- getMainError() - Method in interface com.yahoo.search.result.ErrorHit
-
- getMap() - Method in class com.yahoo.text.interpretation.Annotations
-
- getMasterClusters() - Method in class com.yahoo.prelude.IndexModel
-
- getMatchAsPath() - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns whether instances of this should be matched as path names.
- getMatchGroup() - Method in class com.yahoo.prelude.Index
-
- getMatchInfo(RuleEvaluation) - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Override this to return a string describing what this condition has matched in this evaluation.
- getMatchInfo(RuleEvaluation) - Method in class com.yahoo.prelude.semantics.rule.EllipsisCondition
-
- getMatchInfoString(RuleEvaluation) - Method in class com.yahoo.prelude.semantics.rule.Condition
-
- getMatching() - Method in class com.yahoo.search.query.Ranking
-
Returns the matching settings of this.
- getMatchPhase() - Method in class com.yahoo.search.query.Ranking
-
Returns the match phase rank settings of this.
- getMax() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the max clause of this.
- getMax() - Method in class com.yahoo.search.pagetemplates.model.Section
-
Returns max number of (immediate) elements/sections permissible within this, -1 means unrestricted.
- getMaxConnectionsPerRoute() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getMaxFilterCoverage() - Method in class com.yahoo.search.query.ranking.MatchPhase
-
- getMaxHits() - Method in class com.yahoo.search.query.ranking.MatchPhase
-
Returns the max hits to aim for producing in the match phase on each content node, or null if not set
- getMaxRank() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getMaxTotalConnections() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getMethod() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the http method to use.
- getMethod() - Method in class com.yahoo.search.pagetemplates.model.AbstractChoice
-
Returns the choice method to use - a string interpreted by the resolver in use,
or null to use any available method
- getMetric() - Method in class com.yahoo.fs4.DocumentInfo
-
Raw rank score
- getMimeType() - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Returns the text MIME
- getMimeType() - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- getMimeType() - Method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
- getMimeType() - Method in class com.yahoo.search.rendering.DefaultRenderer
-
Deprecated.
- getMimeType() - Method in class com.yahoo.search.rendering.JsonRenderer
-
- getMimeType() - Method in class com.yahoo.search.rendering.SyncDefaultRenderer
-
- getMin() - Method in class com.yahoo.search.pagetemplates.model.Section
-
Returns min number of (immediate) elements/sections desired within this, -1 means unrestricted.
- getMinGroups() - Method in class com.yahoo.search.query.ranking.Diversity
-
Returns the max hits to aim for producing in the match phase on each content node, or null if not set
- getMinHitsPerThread() - Method in class com.yahoo.search.query.ranking.Matching
-
- getMldFeature() - Method in class com.yahoo.fs4.QueryResultPacket
-
Returns whether this has the mysterious mld feature
- getModel() - Method in class com.yahoo.search.Query
-
Returns the query representation model to be used for this query, never null
- getModeNames() - Method in class com.yahoo.search.yql.yqlplusLexer
-
- getModification() - Method in class com.yahoo.text.interpretation.Interpretation
-
- getMonitor() - Method in class com.yahoo.search.cluster.ClusterSearcher
-
Returns the monitor of these nodes
- getN() - Method in class com.yahoo.prelude.query.WeakAndItem
-
- getName() - Method in class com.yahoo.fs4.FS4Properties
-
- getName() - Method in class com.yahoo.prelude.fastsearch.DocsumDefinition
-
- getName() - Method in class com.yahoo.prelude.fastsearch.DocsumField
-
- getName() - Method in class com.yahoo.prelude.fastsearch.DocumentDatabase
-
- getName() - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
- getName() - Method in class com.yahoo.prelude.hitfield.HitField
-
- getName() - Method in class com.yahoo.prelude.Index
-
Returns the canonical name of this index, unless it
is the null index, which doesn't have a canonical name
- getName() - Method in class com.yahoo.prelude.query.AndItem
-
- getName() - Method in class com.yahoo.prelude.query.AndSegmentItem
-
- getName() - Method in class com.yahoo.prelude.query.EquivItem
-
- getName() - Method in class com.yahoo.prelude.query.ExactStringItem
-
- getName() - Method in class com.yahoo.prelude.query.FalseItem
-
- getName() - Method in class com.yahoo.prelude.query.IntItem
-
- getName() - Method in class com.yahoo.prelude.query.Item
-
Returns the name of this item
- getName() - Method in class com.yahoo.prelude.query.NearItem
-
- getName() - Method in class com.yahoo.prelude.query.NotItem
-
- getName() - Method in class com.yahoo.prelude.query.NullItem
-
- getName() - Method in class com.yahoo.prelude.query.ONearItem
-
- getName() - Method in class com.yahoo.prelude.query.OrItem
-
- getName() - Method in class com.yahoo.prelude.query.parser.SpecialTokens
-
Returns the name of this special tokens list
- getName() - Method in class com.yahoo.prelude.query.PhraseItem
-
- getName() - Method in class com.yahoo.prelude.query.PhraseSegmentItem
-
- getName() - Method in class com.yahoo.prelude.query.PredicateQueryItem
-
- getName() - Method in class com.yahoo.prelude.query.PrefixItem
-
- getName() - Method in class com.yahoo.prelude.query.PureWeightedItem
-
- getName() - Method in class com.yahoo.prelude.query.RankItem
-
- getName() - Method in class com.yahoo.prelude.query.RegExpItem
-
- getName() - Method in class com.yahoo.prelude.query.SameElementItem
-
- getName() - Method in class com.yahoo.prelude.query.SubstringItem
-
- getName() - Method in class com.yahoo.prelude.query.SuffixItem
-
- getName() - Method in class com.yahoo.prelude.query.TermType
-
- getName() - Method in class com.yahoo.prelude.query.WeakAndItem
-
- getName() - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- getName() - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- getName() - Method in class com.yahoo.prelude.query.WordItem
-
- getName() - Method in class com.yahoo.prelude.SearchDefinition
-
- getName() - Method in class com.yahoo.prelude.semantics.rule.NamedCondition
-
- getName() - Method in class com.yahoo.prelude.semantics.RuleBase
-
Returns the name of this rule base.
- getName() - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
- getName() - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- getName() - Method in class com.yahoo.prelude.templates.Template
-
Deprecated.
Get template name
- getName() - Method in class com.yahoo.search.pagetemplates.model.Layout
-
- getName() - Method in class com.yahoo.search.pagetemplates.model.Renderer
-
Returns the name of this renderer (never null).
- getName() - Method in class com.yahoo.search.pagetemplates.model.Source
-
Returns the name of this source (never null)
- getName() - Method in class com.yahoo.search.query.profile.types.FieldDescription
-
Returns the full name of this as a string
- getName() - Method in class com.yahoo.search.query.QueryTree
-
- getName() - Method in class com.yahoo.search.query.Sorting.AttributeSorter
-
- getNameSpace(String) - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
- getNameSpace() - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Returns the name of the namespace of this, or null if default (query)
- getNamespace() - Method in class com.yahoo.prelude.semantics.rule.NamespaceProduction
-
- getNextFirstHitNo() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
Returns the first hit of the next result page, 0 if there aren't any more
hits available
- getNextLastHitNo() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
Returns the first hit of the next result page, 0 if there aren't any more
hits available
- getNextResultURL() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
An URL that may be used to obtain the next result page.
- getNoCache() - Method in class com.yahoo.search.Query
-
Returns whether this query should never be served from a cache.
- getNode() - Method in class com.yahoo.prelude.cluster.NodeMonitor
-
- getNode() - Method in class com.yahoo.search.cluster.BaseNodeMonitor
-
- getNode() - Method in class com.yahoo.search.cluster.Hasher.NodeFactor
-
- getNode() - Method in class com.yahoo.search.cluster.TrafficNodeMonitor
-
- getNodeCount() - Method in class com.yahoo.search.cluster.Hasher.NodeList
-
- getNodeMonitor(T) - Method in class com.yahoo.search.cluster.ClusterMonitor
-
Returns the monitor of the given node, or null if this node has not been added
- getNodes() - Method in class com.yahoo.search.cluster.Hasher
-
Returns a list of nodes that are up.
- getNodesQueried() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getNodesReplied() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getNohits(Result) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Returns the empty body template
- getNonOverlappingFullPhraseMatches(PhraseMatcher, Query) - Static method in class com.yahoo.search.query.rewrite.RewriterFeatures
-
Retrieve the longest, from left to right non overlapping full
phrase substrings in query based on FSA dictionary
- getNonOverlappingMatchesInAndItem(List<PhraseMatcher.Phrase>, Query) - Static method in class com.yahoo.search.query.rewrite.RewriterFeatures
-
Retrieve the longest, from left to right non overlapping substrings in
AndItem based on FSA dictionary
- getNonOverlappingPartialPhraseMatches(PhraseMatcher, Query) - Static method in class com.yahoo.search.query.rewrite.RewriterFeatures
-
Retrieve the longest, from left to right non overlapping partial
phrase substrings in query based on FSA dictionary
- getNonreferencedMatch(int) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- getNonreferencedMatchCount() - Method in class com.yahoo.prelude.semantics.engine.Choicepoint.State
-
- getNonreferencedMatchCount() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- getNormalize() - Method in class com.yahoo.prelude.Index
-
Returns true if the content of this index is normalized
- getNormalized() - Method in class com.yahoo.prelude.query.SegmentItem
-
- getNormalizedOriginalQuery(Query) - Static method in class com.yahoo.search.query.rewrite.RewriterUtils
-
Retrieve normalized original query from query object
- getNullMatcher() - Static method in class com.yahoo.prelude.querytransform.PhraseMatcher
-
Returns a phrase matcher which (quickly) never matches anything
- getNumArgs() - Method in class com.yahoo.search.grouping.request.FunctionNode
-
Returns the number of arguments that were given to this function at construction.
- getNumber() - Method in class com.yahoo.prelude.query.IntItem
-
Sets the number expression of this - a number or range
- getNumBits() - Method in class com.yahoo.search.grouping.request.Md5Function
-
Returns the number of bits of the md5 to include in the evaluated result.
- getNumBits() - Method in class com.yahoo.search.grouping.request.XorBitFunction
-
Returns the number of bits of the expression value to xor.
- getNumBuckets() - Method in class com.yahoo.search.grouping.request.PredefinedFunction
-
Returns the number of buckets to divide the result into.
- getNumChildren() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the number of child operations of this.
- getNumDocsums() - Method in class com.yahoo.fs4.GetDocSumsPacket
-
- getNumOrderBy() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the number of expressions in the order-by clause of this.
- getNumOutputs() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the number of expressions in the output clause of this.
- getNumPackets() - Method in class com.yahoo.prelude.fastsearch.PacketWrapper
-
- getNumSearchPartitions() - Method in class com.yahoo.search.query.ranking.Matching
-
- getNumThreadsPerSearch() - Method in class com.yahoo.search.query.ranking.Matching
-
- getNumTokens() - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- getNumWords() - Method in interface com.yahoo.prelude.query.HasIndexItem
-
- getNumWords() - Method in class com.yahoo.prelude.query.IntItem
-
- getNumWords() - Method in class com.yahoo.prelude.query.PhraseItem
-
- getNumWords() - Method in class com.yahoo.prelude.query.RegExpItem
-
- getNumWords() - Method in class com.yahoo.prelude.query.SegmentItem
-
- getNumWords() - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- getNumWords() - Method in class com.yahoo.prelude.query.WordItem
-
- getObject(String) - Method in class com.yahoo.search.query.ranking.RankFeatures
-
Returns this value as whatever type it was stored as.
- getOffset() - Method in class com.yahoo.fs4.QueryPacket
-
Returns the first offset requested
- getOffset() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getOffset() - Method in class com.yahoo.search.Query
-
Returns the offset from the most relevant hits requested by the submitter
of this query.
- getOffset() - Method in class com.yahoo.search.yql.YqlParser
-
Give the offset expected from the latest parsed query if anything is
explicitly specified.
- getOpaqueCacheKey() - Method in class com.yahoo.fs4.QueryPacket
-
Returns an opaque cache key for the query represented by this
(pre-serialized) packet.
- getOperation() - Method in class com.yahoo.search.yql.VespaGroupingStep
-
- getOptional() - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
- getOrCreateIndex(String) - Method in class com.yahoo.prelude.SearchDefinition
-
- getOrder() - Method in class com.yahoo.search.pagetemplates.model.Section
-
Returns the choice of ways to sort immediate children in this, or empty meaning sort by default order (relevance)
- getOrderBy(int) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the group-by expression at the given index.
- getOrderBy() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns an immutable view to the order-by clause of this.
- getOrderer() - Method in class com.yahoo.search.result.HitGroup
-
Returns the orderer used by this group, or null if the default relevancy order is used
- getOrDetectLanguage(String) - Method in class com.yahoo.search.query.parser.Parsable
-
Returns the language to use when parsing, with a text to use for detection if necessary.
- getOrigin() - Method in interface com.yahoo.prelude.query.BlockItem
-
Returns the substring which is the origin of this item, or null if none
- getOrigin() - Method in class com.yahoo.prelude.query.SegmentItem
-
Returns null right now
- getOrigin() - Method in class com.yahoo.prelude.query.TermItem
-
Returns the substring which is the raw form of the text leading to this token.
- getOriginal() - Method in class com.yahoo.prelude.hitfield.HitField
-
Fetch the object which (the String representation of) this HitField was
built from.
- getOutput(int) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the output expression at the given index.
- getOutputEncoding() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the output encoding.
- getOutputs() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns an immutable view to the output clause of this.
- getOwner() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
Returns the owner, or null if this is a single item phrase with no owner
- getPacketsSize() - Method in class com.yahoo.prelude.fastsearch.PacketWrapper
-
- getParameters() - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Returns the HTTP parameters used in this.
- getParent() - Method in class com.yahoo.prelude.query.Item
-
Returns the parent in the query tree, or null if this node has no parent
- getParent() - Method in class com.yahoo.prelude.semantics.engine.Match
-
Returns the parent in which the item was matched, or null if the item was root.
- getParent() - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Returns the condition this is nested within, or null if it is not nested
- getParent() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the parent of this, or null if none
- getParent() - Method in class com.yahoo.search.query.Model
-
returns the query owning this, never null
- getParentQuery() - Method in class com.yahoo.search.query.Properties
-
The query owning this property object.
- getParentQuery() - Method in class com.yahoo.search.query.properties.QueryProperties
-
- getParsedJSON() - Method in class com.yahoo.prelude.hitfield.JSONString
-
- getParsedQuery() - Method in class com.yahoo.search.handler.HttpSearchResponse
-
- getParsingLanguage() - Method in class com.yahoo.search.query.Model
-
- getParsingLanguage(String) - Method in class com.yahoo.search.query.Model
-
Gets the language to use for parsing.
- getPartId() - Method in class com.yahoo.fs4.DocumentInfo
-
Partition this document resides on
- getPartid() - Method in class com.yahoo.prelude.fastsearch.DocsumPacketKey
-
- getPartId() - Method in class com.yahoo.prelude.fastsearch.FastHit
-
- getPath() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the url path.
- getPath() - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Called by getURI() to get the path of the URI for the external service.
- getPathPrefix() - Method in class com.yahoo.search.query.properties.SubProperties
-
Returns getPatchPrefixCompound.toString()
- getPathPrefixCompound() - Method in class com.yahoo.search.query.properties.SubProperties
-
- getPersistentConnections() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns whether this should use persistent connections.
- getPhraseMatcher() - Method in class com.yahoo.prelude.semantics.RuleBase
-
Thread safely gets the phrase matcher to use in this
- getPingChannel() - Method in class com.yahoo.fs4.mplex.Backend
-
Return the first channel in the queue waiting for pings or
null
if none.
- getPingInfo() - Method in class com.yahoo.prelude.Pong
-
Returns information about the ping use, or "" (never null) if none
- getPingOption() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getPingPath() - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Called by getPingURI() to get the path of the URI for pinging the
external service.
- getPingURI(Connection) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
The URI that is used to check if the provider is up or down.
- getPingURI(Connection) - Method in class com.yahoo.search.federation.vespa.VespaSearcher
-
Deprecated.
Returns the canonical Vespa ping URI, http://host:port/status.html
- getPongPacket() - Method in class com.yahoo.prelude.Pong
-
- getPort() - Method in class com.yahoo.fs4.mplex.Backend
-
- getPort() - Method in class com.yahoo.search.federation.http.Connection
-
- getPosition() - Method in class com.yahoo.prelude.semantics.engine.Choicepoint.State
-
- getPosition() - Method in class com.yahoo.prelude.semantics.engine.FlattenedItem
-
- getPosition() - Method in class com.yahoo.prelude.semantics.engine.Match
-
- getPosition() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Returns the current position into the terms this evaluates over
- getPosition() - Method in class com.yahoo.prelude.semantics.rule.Production
-
- getPositiveItem() - Method in class com.yahoo.prelude.query.NotItem
-
Returns the positive item (the first subitem),
or null if no positive items has been added
- getPositiveTerms(Item, List<IndexedItem>) - Method in class com.yahoo.prelude.query.ItemHelper
-
- getPositiveTerms(Item) - Static method in class com.yahoo.search.query.QueryTree
-
Returns a flattened list of all positive query terms under the given item
- getPrecision() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the precision clause of this.
- getPredicateLowerBound() - Method in class com.yahoo.prelude.Index
-
- getPredicateUpperBound() - Method in class com.yahoo.prelude.Index
-
- getPresentation() - Method in class com.yahoo.search.Query
-
Returns the presentation to be used for this query, never null
- getPrevFirstHitNo() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
The first hit presented on the previous result page as an index into the
global list of all hits generated by the user query
- getPreviousResultURL() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
An URL that may be used to obtain the previous result page.
- getPrevLastHitNo() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
The last hit presented on the previous result page as an index into the
global list of all hits generated by the user query
- getProbability() - Method in class com.yahoo.text.interpretation.Interpretation
-
The probability that this interpretation is correct.
- getProduction() - Method in class com.yahoo.prelude.semantics.rule.ProductionRule
-
- getProfile() - Method in class com.yahoo.search.query.Ranking
-
Returns the name of the rank profile to be used.
- getProperties() - Method in class com.yahoo.search.query.Ranking
-
Returns the rank properties of this, an empty container (never null) if none are set.
- getProperty(String) - Method in class com.yahoo.search.query.context.QueryContext
-
Returns a property set anywhere in this context.
- getProxyHost() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the proxy host to use (if enabled).
- getProxyPort() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the proxy port to use (if enabled).
- getProxyType() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the proxy type to use (if enabled).
- getQPConfig(Query, String) - Method in class com.yahoo.search.query.rewrite.QueryRewriteSearcher
-
Get config parameter value set in query profile
- getQPConfig(Query, String, String) - Static method in class com.yahoo.search.query.rewrite.RewriterUtils
-
Get config parameter value set in query profile
- getQuery() - Method in class com.yahoo.fs4.mplex.FS4Channel
-
Get the query currently associated with this channel
- getQuery() - Method in class com.yahoo.fs4.QueryPacket
-
Returns the query from which this packet is populated
- getQuery() - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
- getQuery() - Method in class com.yahoo.search.handler.HttpSearchResponse
-
Returns the query wrapped by this
- getQuery() - Method in class com.yahoo.search.query.parser.Parsable
-
- getQuery() - Method in class com.yahoo.search.Result
-
Returns the query which produced this result
- getQuery() - Method in class com.yahoo.search.result.Hit
-
Returns the query which produced this hit, or null if not known
- getQuery() - Method in class com.yahoo.search.searchchain.FutureResult
-
Returns the query used in this execution, never null
- getQueryCache() - Method in class com.yahoo.search.query.Ranking
-
- getQueryContext(Result) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
- getQueryCount() - Method in class com.yahoo.prelude.searcher.DocumentSourceSearcher
-
Deprecated.
Returns the number of queries made to this searcher since the last
reset.
- getQueryCount() - Method in class com.yahoo.search.searchchain.testutil.DocumentSourceSearcher
-
Returns the number of queries made to this searcher since the last
reset.
- getQueryMap(Query) - Method in class com.yahoo.search.federation.http.HTTPClientSearcher
-
Deprecated.
Adds all key-values starting by "service." + getClientName() in query.properties().
- getQueryMap(Query) - Method in class com.yahoo.search.federation.http.HTTPProviderSearcher
-
Deprecated.
Returns the key-value pairs that should be added as properties to the request url sent to the service.
- getQueryMap(Query) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Returns the key-value pairs that should be added as properties to the request url sent to the service.
- getQueryMap(Query) - Method in class com.yahoo.search.federation.vespa.VespaSearcher
-
Deprecated.
- getQueryPacketData() - Method in class com.yahoo.fs4.QueryPacket
-
Fetch a binary wrapper containing data from encoding process for use in
creating a summary request.
- getQueryPacketData() - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Returns a serial encoding of the query which produced this hit, ot null if not available.
- getQueryPacketData() - Method in class com.yahoo.prelude.fastsearch.GroupingListHit
-
Returns encoded query data from the query used to create this, or null if none present
- getQueryProfile() - Method in class com.yahoo.search.query.profile.QueryProfileProperties
-
Returns the query profile backing this, or null if none
- getQueryProfileType() - Method in class com.yahoo.search.query.profile.types.QueryProfileFieldType
-
Returns the query profile type of this, or null if any type works
- getQuerySize() - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
- getQueryString() - Method in class com.yahoo.search.query.Model
-
Returns the query string which caused the original query tree of this model to come about.
- getQueryTree() - Method in class com.yahoo.search.query.Model
-
Returns the query as an object structure.
- getRangeFeatures() - Method in class com.yahoo.prelude.query.PredicateQueryItem
-
- getRanking() - Method in class com.yahoo.search.Query
-
Returns the ranking to be used for this query, never null
- getRawContent() - Method in class com.yahoo.prelude.hitfield.HitField
-
- getRawWord() - Method in interface com.yahoo.prelude.query.BlockItem
-
The untransformed raw text from the user serving as base for
this item.
- getRawWord() - Method in class com.yahoo.prelude.query.IntItem
-
- getRawWord() - Method in class com.yahoo.prelude.query.RegExpItem
-
- getRawWord() - Method in class com.yahoo.prelude.query.SegmentItem
-
- getRawWord() - Method in class com.yahoo.prelude.query.TermItem
-
Returns the raw form of the text leading to this term, exactly as received, including original casing
- getRawWord() - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- getRawWord() - Method in class com.yahoo.prelude.query.WordItem
-
Get the word exactly as received in the request.
- getReadTimeout() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the read timeout in milliseconds.
- getReference() - Method in class com.yahoo.prelude.semantics.rule.ReferenceTermProduction
-
Returns the label of the condition this should take its value from, never null
- getReferencedMatchCount() - Method in class com.yahoo.prelude.semantics.engine.Choicepoint.State
-
- getReferencedMatchCount() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- getReferencedMatches(String) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Returns the referenced matches for a context name, or null if none
- getReferences() - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
Returns the references reachable from this, or an empty map (never null) if none
- getRefTime() - Method in class com.yahoo.prelude.Freshness
-
Get the reference time as a long value (in seconds since epoch)
- getRegexp() - Method in class com.yahoo.prelude.query.RegExpItem
-
- getRegion() - Method in class com.yahoo.search.pagetemplates.model.Section
-
Returns the identifier telling the layout of the containing section where this section should be placed.
- getRegistry() - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
Returns the registry this belongs to, or null if none (in which case runtime profile reference assignment won't work)
- getRelevance() - Method in class com.yahoo.search.result.Hit
-
Returns the relevance of this hit
- getRenderer() - Method in class com.yahoo.search.query.Presentation
-
Get the name of the format desired for result rendering.
- getRenderer(ComponentSpecification) - Method in class com.yahoo.search.rendering.RendererRegistry
-
Returns the requested renderer.
- getRenderer() - Method in class com.yahoo.search.result.Templating
-
- getRendererCopy(ComponentSpecification) - Method in class com.yahoo.search.handler.SearchHandler
-
- getRendererFor() - Method in class com.yahoo.search.pagetemplates.model.Renderer
-
Returns the name of the kind of data this is a renderer for.
- getReplace() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase.MatchIterator
-
Returns the value to replace the item last returned by next(), or null to keep it as-is
- getReplaceValue() - Method in class com.yahoo.prelude.semantics.engine.Match
-
- getReportCoverage() - Method in class com.yahoo.search.query.Presentation
-
- getRequestedEncoding(Query) - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Returns the encoding of the query, or the encoding given by the template if none is set
- getRequestedEncoding(Query) - Method in class com.yahoo.search.rendering.DefaultRenderer
-
Deprecated.
Returns the encoding of the query, or the encoding given by the template if none is set
- getRequestedEncoding(Query) - Method in class com.yahoo.search.rendering.Renderer
-
Returns the encoding of the query, or the encoding given by the template if none is set
- getRequestEntity(Query, Hit) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Returns the HTTP request entity to use when making the request for this query.
- getRequestHeaders(Query, Hit) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Returns the set of headers to be passed in the http request to provider backend.
- getRequestId() - Method in class com.yahoo.search.grouping.GroupingRequest
-
Returns the id of this GroupingRequest.
- getRequests(Query) - Static method in class com.yahoo.search.grouping.GroupingRequest
-
- getRequestTimeout() - Method in class com.yahoo.prelude.cluster.MonitorConfiguration
-
Returns the number of milliseconds to attempt to service a request (at
different nodes) before giving up.
- getRequestTimeout() - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
Returns the number of milliseconds to attempt to service a request
(at different nodes) before giving up.
- getRequestTimeoutInMilliseconds() - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
Returns the amount of time we should allow this target execution to run, or -1 to use default
- getResolution(Choice) - Method in class com.yahoo.search.pagetemplates.engine.Resolution
-
Returns the resolution of a choice.
- getResolution(MapChoice) - Method in class com.yahoo.search.pagetemplates.engine.Resolution
-
Returns the resolution of a map choice.
- getResponse(URI, Query) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Same as getResponse(uri, null)
.
- getResponse(URI, Hit, Query) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Executes an HTTP request and gets the response.
- getResponse(URI, Hit, int, int) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Executes an HTTP request and gets the response.
- getResponse(URI, HttpEntity, Map<String, String>, Hit, int, int) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Executes an HTTP request and gets the response.
- getRestrict() - Method in class com.yahoo.search.query.Model
-
Returns the set of types this query will search.
- getRestrict() - Method in class com.yahoo.search.query.parser.Parsable
-
- getResult() - Method in class com.yahoo.search.handler.HttpSearchResponse
-
Returns the result wrapped by this
- getResultGroup(Result) - Method in class com.yahoo.search.grouping.GroupingRequest
-
Returns the root result
RootGroup
that corresponds to this request.
- getResultPackets() - Method in class com.yahoo.prelude.fastsearch.PacketWrapper
-
Only for testing.
- getRetries() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getRewriteFromFSA(Query, String, String) - Method in class com.yahoo.search.query.rewrite.QueryRewriteSearcher
-
Retrieve rewrite from FSA given the original query
- getRewriteFromFSA(Query, HashMap<String, Object>, String, String) - Static method in class com.yahoo.search.query.rewrite.RewriterUtils
-
Retrieve rewrite from FSA given the original query
- getRewriteMeta(Query) - Static method in class com.yahoo.search.query.rewrite.RewriterUtils
-
Retrieve metadata passed by previous rewriter
from query properties
Initialize values if this is the first rewriter
- getRewriterChain(Query) - Static method in class com.yahoo.search.query.rewrite.RewriterUtils
-
Get rewriter chain value
- getRewriterName() - Method in class com.yahoo.search.query.rewrite.QueryRewriteSearcher
-
Retrieve rewriter name
It should match the name used in query profile
- getRewriterName() - Method in class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
Get the name of the rewriter
- getRewriterName() - Method in class com.yahoo.search.query.rewrite.rewriters.MisspellRewriter
-
Get the name of the rewriter
- getRewriterName() - Method in class com.yahoo.search.query.rewrite.rewriters.NameRewriter
-
Get the name of the rewriter
- getRightCondition() - Method in class com.yahoo.prelude.semantics.rule.ComparisonCondition
-
- getRoot() - Method in class com.yahoo.search.query.QueryTree
-
Returns the query root.
- getRootOperation() - Method in class com.yahoo.search.grouping.GroupingRequest
-
- getRuleBase(String) - Method in class com.yahoo.prelude.semantics.SemanticSearcher
-
Returns the rule base of the given name, or null if none.
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.AdditiveExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.AdditiveOpContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Alias_defContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.AnnotateExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.AnnotationContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ArgumentContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ArgumentsContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Array_parameterContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ArrayLiteralContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ArrayTypeContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Call_sourceContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.CallExpresionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantArrayContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantMapExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantPropertyNameAndValueContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Data_sourceContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.DdlContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Delete_sourceContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Delete_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.DereferencedExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.EqualityExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.EqualityOpContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.FallbackContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Field_defContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Field_names_specContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Field_values_group_specContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Field_values_specContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.FieldrefContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Fixed_or_parameterContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.IdentContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Import_listContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Import_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.IndexrefContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.InNotInTargetContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Insert_sourceContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Insert_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Insert_valuesContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Join_exprContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Join_specContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.JoinDereferencedExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.JoinExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Keyword_as_identContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.LimitContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Literal_elementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Literal_listContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.LiteralStringContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.LogicalANDExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.LogicalORExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.MapExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.MapTypeContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Merge_componentContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Merge_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ModuleIdContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ModuleNameContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.MultiplicativeExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.MultOpContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Namespaced_nameContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Next_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.NullOperatorContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.OffsetContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.OperatorCallContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Orderby_fieldContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Orderby_fieldsContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.OrderbyContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Output_specContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Output_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Paged_clauseContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ParameterContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ParamsContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Pipeline_stepContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.PrimaryExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Procedure_argumentContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Program_arglistContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ProgramContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Project_specContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.PropertyNameAndValueContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.PropertyNameContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.PropertyrefContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Query_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.RelationalExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.RelationalOpContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Returning_specContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Scalar_literalContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Select_field_specContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Select_source_allContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Select_source_joinContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Select_source_multiContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Select_sourceContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Select_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Selectvar_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Sequence_sourceContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Source_listContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Source_specContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Source_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.StatementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.TimeoutContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.TypenameContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.UnaryExpressionContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.UnaryOpContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Update_sourceContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Update_statementContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Update_valuesContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Vespa_groupingContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.ViewContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.WhereContext
-
- getRuleIndex() - Method in class com.yahoo.search.yql.yqlplusParser.Write_data_sourceContext
-
- getRuleNames() - Method in class com.yahoo.search.yql.yqlplusLexer
-
- getRuleNames() - Method in class com.yahoo.search.yql.yqlplusParser
-
- getScheduledExecutor() - Method in class com.yahoo.prelude.fastsearch.FS4ResourcePool
-
- getSchema() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Returns the schema to use.
- getScore() - Method in class com.yahoo.search.intent.model.InterpretationNode
-
Returns the probability of the interpretation of this
- getScore() - Method in class com.yahoo.search.intent.model.Node
-
Returns the normalized (0-1) score of this node
- getScore() - Method in class com.yahoo.search.result.Relevance
-
Returns the relevancy score of this, preferably a normalized value
between 0 and 1 but this is not guaranteed by this framework
- getScoreThreshold() - Method in class com.yahoo.prelude.query.WandItem
-
- getScoreThreshold() - Method in class com.yahoo.prelude.query.WeakAndItem
-
- getSearchChainExecutionTimeoutInMilliseconds(long) - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
- getSearchChainRegistry() - Method in class com.yahoo.search.handler.SearchHandler
-
- getSearchChainsForwarded(SearchChainRegistry) - Method in class com.yahoo.search.federation.FederationSearcher
-
- getSearchChainsForwarded(SearchChainRegistry) - Method in class com.yahoo.search.searchchain.ForkingSearcher
-
Returns which searchers this searcher may forward to, for debugging and tracing
- getSearchDefinitions() - Method in class com.yahoo.prelude.IndexModel
-
- getSearcher(String) - Static method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
- getSearcherRegistry() - Method in class com.yahoo.search.searchchain.SearchChainRegistry
-
- getSearcherSpecificMetaData(Searcher) - Method in class com.yahoo.search.result.Hit
-
Returns data attached to this hit for this searcher, or null if none
- getSearchPath() - Method in class com.yahoo.search.query.Model
-
- getSecondaryComparator() - Method in class com.yahoo.search.result.ChainableComparator
-
Returns the comparator to use to compare hits which are equal according to this, or null if none
- getSection() - Method in class com.yahoo.search.pagetemplates.PageTemplate
-
Returns the root section of this.
- getSegmenterVersion() - Method in class com.yahoo.search.federation.vespa.VespaSearcher
-
Deprecated.
Get the segmenter version data used when creating YQL queries.
- getSegmentIndex() - Method in class com.yahoo.prelude.query.WordItem
-
- getSegmentingRule() - Method in interface com.yahoo.prelude.query.BlockItem
-
If the block has to be resegmented, what operator should be chosen if it
is necessary to change operator?
- getSegmentingRule() - Method in class com.yahoo.prelude.query.SegmentItem
-
- getSegmentingRule() - Method in class com.yahoo.prelude.query.TermItem
-
- getSelect() - Method in class com.yahoo.search.Query
-
Returns the select to be used for this query, never null
- getSelect() - Method in class com.yahoo.search.query.parser.Parsable
-
- getSeparatorTag() - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
- getSeparatorTag() - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
- getSeparatorTag() - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- getSeparatorTag() - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- getSerializedATN() - Method in class com.yahoo.search.yql.yqlplusLexer
-
- getSerializedATN() - Method in class com.yahoo.search.yql.yqlplusParser
-
- getServiceName() - Method in class com.yahoo.search.federation.http.HTTPClientSearcher
-
Deprecated.
Override this to return the name of the service this is a client of.
- getSessionId(boolean) - Method in class com.yahoo.search.Query
-
Returns the unique and stable session id of this query.
- getSignificance() - Method in class com.yahoo.prelude.query.CompositeTaggableItem
-
- getSignificance() - Method in class com.yahoo.prelude.query.SimpleTaggableItem
-
- getSignificance() - Method in interface com.yahoo.prelude.query.TaggableItem
-
- getSignificance() - Method in class com.yahoo.prelude.query.TaggableSegmentItem
-
- getSkipRewriterIfRewritten() - Method in class com.yahoo.search.query.rewrite.QueryRewriteSearcher
-
Check whether rewriter should be skipped if
the query has been rewritten by other rewriter
- getSkipRewriterIfRewritten() - Method in class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
Get the flag which specifies whether this rewriter
should be skipped if the query has been rewritten
- getSkipRewriterIfRewritten() - Method in class com.yahoo.search.query.rewrite.rewriters.MisspellRewriter
-
Get the flag which specifies whether this rewriter
should be skipped if the query has been rewritten
- getSkipRewriterIfRewritten() - Method in class com.yahoo.search.query.rewrite.rewriters.NameRewriter
-
Get the flag which specifies whether this rewriter.
- getSocketBufferSizeBytes() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getSoftTimeout() - Method in class com.yahoo.search.query.Ranking
-
Returns the soft timeout settings of this.
- getSoonActiveDocs() - Method in class com.yahoo.fs4.QueryResultPacket
-
- getSorter() - Method in class com.yahoo.search.query.Sorting.FieldOrder
-
Returns the sorter of this attribute
- getSorting() - Method in class com.yahoo.search.query.Ranking
-
Returns the sorting spec of this query, or null if none is set
- getSorting() - Method in class com.yahoo.search.yql.YqlParser
-
The sorting specified in the YQL+ query last parsed.
- getSortOrder() - Method in class com.yahoo.search.query.Sorting.FieldOrder
-
Returns the sorting order of this attribute
- getSource() - Method in class com.yahoo.prelude.semantics.RuleBase
-
The identifying name of the source of this rule base.
- getSource() - Method in class com.yahoo.search.intent.model.SourceNode
-
Returns the source of this node
- getSource() - Method in class com.yahoo.search.result.ErrorMessage
-
Returns the source producing this error, or null if no source is specified
- getSource() - Method in class com.yahoo.search.result.Hit
-
Returns the name of the source creating this hit
- getSourceNames() - Method in class com.yahoo.search.intent.model.IntentModel
-
- getSourceNumber() - Method in class com.yahoo.search.result.Hit
-
- getSourceProperties(Query) - Static method in class com.yahoo.search.federation.FederationSearcher
-
Returns the set of properties set for the source or provider given in the query (if any).
- getSources() - Method in class com.yahoo.search.intent.model.IntentModel
-
Returns a flattened list of sources with a normalized appropriateness of each, sorted by
decreasing appropriateness.
- getSources() - Method in class com.yahoo.search.pagetemplates.PageTemplate
-
Returns an unmodifiable set of all the sources this template may include (depending on choice resolution).
- getSources() - Method in class com.yahoo.search.query.Model
-
Returns the set of sources this query will search.
- getSources() - Method in class com.yahoo.search.query.parser.Parsable
-
- getSpan() - Method in class com.yahoo.text.interpretation.Annotations
-
The span that this annotation is for.
- getSpecialTokens(String) - Method in class com.yahoo.prelude.query.parser.SpecialTokenRegistry
-
Returns the currently authorative list of special tokens for
a given name.
- getSpecialTokens() - Method in class com.yahoo.search.query.parser.ParserEnvironment
-
- getSpellCorrected(Query, boolean, boolean) - Static method in class com.yahoo.search.query.rewrite.RewriterUtils
-
Retrieve spell corrected query with highest score from QLAS
- getStartIndex() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
- getStartTime() - Method in class com.yahoo.search.Query
-
Returns the time (in milliseconds since epoch) when this query was started
- getState() - Method in class com.yahoo.prelude.semantics.engine.Choicepoint
-
Returns the state of this choice point
- getStatistics() - Method in class com.yahoo.fs4.mplex.Backend
-
- getStemming() - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Returns whether stemmed matches are allowed.
- getStemming() - Method in class com.yahoo.prelude.semantics.RuleBase
-
Returns whether stemmed matches are allowed.
- getStemMode() - Method in class com.yahoo.prelude.Index
-
- getStrength() - Method in class com.yahoo.search.grouping.request.UcaFunction
-
- getStrength() - Method in class com.yahoo.search.query.Sorting.UcaSorter
-
- getString() - Method in class com.yahoo.prelude.query.PureWeightedString
-
- getString(String) - Method in class com.yahoo.text.interpretation.Annotations
-
Helper function to get a String from the Annotation.
- getSubgroupCount() - Method in class com.yahoo.search.result.HitGroup
-
Returns the number of HitGroups present immediately in this list of hits.
- getSubQueryBitmap() - Method in class com.yahoo.prelude.query.PredicateQueryItem.EntryBase
-
- getSubSpans() - Method in class com.yahoo.text.interpretation.Span
-
Returns all spans that are directly childrens of this span.
- getSubstring() - Method in class com.yahoo.prelude.query.parser.Token
-
Returns the substring containing the image ins original form (including casing),
as well as all the text surrounding the token
- getSubString() - Method in class com.yahoo.text.interpretation.Annotations
-
The text this annotation is for.
- getSubtype(String) - Method in class com.yahoo.prelude.templates.FormattingOptions
-
Deprecated.
- getSubtypeWithPrefix(String) - Method in class com.yahoo.prelude.templates.FormattingOptions
-
Deprecated.
- getSummary() - Method in class com.yahoo.search.query.Presentation
-
Returns the name of the summary class to be used to present hits from this query, or null if not set
- getSummaryClass() - Method in class com.yahoo.fs4.GetDocSumsPacket
-
Return the document summary class we want the fdispatch
to use when replying to us
- getSummaryClass() - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Type safe accessor to get the default document summary class for this
template set.
- getSummaryClass() - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- getSummaryFields() - Method in class com.yahoo.search.query.Presentation
-
Return the set of explicitly requested fields.
- getSummaryName() - Method in class com.yahoo.search.grouping.request.SummaryValue
-
Returns the name of the summary class used to retrieve the hit from the search node.
- getSuperstring() - Method in class com.yahoo.prelude.query.Substring
-
Returns the entire string this is a substring of.
- getSymbol() - Method in class com.yahoo.prelude.semantics.rule.AddingProductionRule
-
- getSymbol() - Method in class com.yahoo.prelude.semantics.rule.ProductionRule
-
Returns the symbol of this production rule.
- getSymbol() - Method in class com.yahoo.prelude.semantics.rule.ReplacingProductionRule
-
- getSystemTimeInSecondsSinceEpoch() - Method in class com.yahoo.prelude.Freshness
-
Calculates the current time since epoch in seconds
- getTailcost() - Method in class com.yahoo.search.query.ranking.SoftTimeout
-
- getTargetNumHits() - Method in class com.yahoo.prelude.query.WandItem
-
- getTargets(Query, ChainRegistry<Searcher>) - Method in interface com.yahoo.search.federation.selection.TargetSelector
-
- getTemplate(String) - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Returns the selected template
- getTemplate(String) - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- getTemplates() - Method in class com.yahoo.search.result.Templating
-
Deprecated.
Returns the templates which will render the result.
- getTemplating() - Method in class com.yahoo.search.Result
-
The Templating object contains helper methods and data containers for
result rendering.
- getTensor(String) - Method in class com.yahoo.search.query.ranking.RankFeatures
-
Returns a tensor rank feature, or empty if there is no value with this name.
- getTerm() - Method in class com.yahoo.prelude.semantics.rule.TermCondition
-
- getTermCount() - Method in class com.yahoo.prelude.query.CompositeItem
-
- getTermCount() - Method in class com.yahoo.prelude.query.FalseItem
-
- getTermCount() - Method in class com.yahoo.prelude.query.Item
-
- getTermCount() - Method in class com.yahoo.prelude.query.NotItem
-
Returns the number of actual *positive* terms in this
- getTermCount() - Method in class com.yahoo.prelude.query.NullItem
-
- getTermCount() - Method in class com.yahoo.prelude.query.PredicateQueryItem
-
- getTermCount() - Method in class com.yahoo.prelude.query.PureWeightedInteger
-
- getTermCount() - Method in class com.yahoo.prelude.query.PureWeightedString
-
- getTermCount() - Method in class com.yahoo.prelude.query.TermItem
-
- getTermCount() - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- getTermCount() - Method in class com.yahoo.prelude.semantics.rule.ProductionList
-
- getTerms() - Method in class com.yahoo.prelude.semantics.rule.LiteralPhraseProduction
-
Returns a read only view of the terms produced by this, never null
- getTermSpans(String) - Method in class com.yahoo.text.interpretation.Interpretation
-
Returns all spans that consists of the term given.
- getTermSpans(String) - Method in class com.yahoo.text.interpretation.Span
-
Returns all spans, either this or any of the spans that are inherits this span that match the given term
- getTermType() - Method in class com.yahoo.prelude.semantics.rule.TermProduction
-
Returns the type of term to produce, never null.
- getTermwiseLimit() - Method in class com.yahoo.search.query.ranking.Matching
-
- getText() - Method in class com.yahoo.text.interpretation.Modification
-
- getText() - Method in class com.yahoo.text.interpretation.Span
-
Returns the text that this spans is
- getThresholdBoostFactor() - Method in class com.yahoo.prelude.query.WandItem
-
- getTimeLeft() - Method in class com.yahoo.search.Query
-
Get the appropriate timeout for the query.
- getTimeout() - Method in class com.yahoo.prelude.Ping
-
- getTimeout() - Method in class com.yahoo.search.Query
-
Returns the number of milliseconds to wait for a response from a search backend
before timing it out.
- getTimeout() - Method in class com.yahoo.search.yql.YqlParser
-
The timeout specified in the YQL+ query last parsed.
- getTimeoutInMilliseconds() - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
Returns the amount of time we should wait for this target, or -1 to use default
- getTimestamp() - Method in class com.yahoo.fs4.BasicPacket
-
Get the timestamp field of this packet.
- getTimeZone() - Method in class com.yahoo.search.grouping.GroupingRequest
-
- getTiming() - Method in class com.yahoo.search.handler.HttpSearchResponse
-
- getTiming() - Method in class com.yahoo.search.query.Presentation
-
- getTo() - Method in class com.yahoo.prelude.query.RangeItem
-
Returns the upper limit of this range, which may be positive infinity
- getTo() - Method in class com.yahoo.search.grouping.request.BucketValue
-
Returns the exclusive-to value of this bucket.
- getTo() - Method in class com.yahoo.search.grouping.result.BucketGroupId
-
Returns the exclusive-to of the value range.
- getTo() - Method in class com.yahoo.text.interpretation.Span
-
hack
- getTokenizedContent() - Method in class com.yahoo.prelude.hitfield.HitField
-
Get a list representation of the tokens in the content.
- getTokenNames() - Method in class com.yahoo.search.yql.yqlplusLexer
-
Deprecated.
- getTokenNames() - Method in class com.yahoo.search.yql.yqlplusParser
-
Deprecated.
- getTokenRegistry() - Method in class com.yahoo.search.searchchain.Execution.Context
-
- getTokens() - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- getTokens() - Method in class com.yahoo.text.interpretation.Interpretation
-
Gets the lowermost spans (usually the spans marked with token).
- getTokens() - Method in class com.yahoo.text.interpretation.Span
-
Returns an unmodifiable list of all spans below this span that is a leaf node
- getTokenWeight(String) - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- getToLimit() - Method in class com.yahoo.prelude.query.IntItem
-
Returns the upper limit of this range, which may be positive infinity
- getTotalDocumentCount() - Method in class com.yahoo.fs4.QueryResultPacket
-
Returns the total number of documents avalable for this query
- getTotalHitCount() - Method in class com.yahoo.search.Result
-
Returns the estimated total number of concrete hits which would be returned for this query.
- getTrace() - Method in class com.yahoo.search.query.context.QueryContext
-
Returns the execution trace this delegates to
- getTraceLevel() - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
The amount of context information to collect about this evaluation.
- getTraceLevel() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- getTraceLevel() - Method in class com.yahoo.search.Query
-
Returns the context level of this query, 0 means no tracing
Higher numbers means increasingly more tracing
- getType() - Method in class com.yahoo.search.query.Model
-
Sets the query type of for this query.
- getType() - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
Returns the type of this or null if it has no type
- getType(CompoundName, Map<String, String>) - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
Returns the type of a given prefix reachable from this profile, or null if none
- getType() - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns the type of this or null if it has no type
- getType(String) - Method in class com.yahoo.search.query.profile.QueryProfileRegistry
-
Returns a query profile type by name, or null if not found
- getType() - Method in class com.yahoo.search.query.profile.types.FieldDescription
-
- getType(String) - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns the type of the given query profile type declared as a field in this
- getType(String) - Static method in enum com.yahoo.search.Query.Type
-
Converts a type argument value into a query type
- getTypeName() - Method in class com.yahoo.search.grouping.result.GroupId
-
Returns the type name of this group id.
- getTypeRegistry() - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfileRegistry
-
- getTypeRegistry() - Method in class com.yahoo.search.query.profile.QueryProfileRegistry
-
Returns the type registry attached to this
- getTypes() - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
Returns the types reachable from this, or an empty map (never null) if none
- getTypeString() - Method in class com.yahoo.search.result.Hit
-
- getUnboldedField(String, boolean) - Method in class com.yahoo.search.result.Hit
-
- getUnionSearchDefinition() - Method in class com.yahoo.prelude.IndexModel
-
- getUniqueID() - Method in class com.yahoo.prelude.query.CompositeTaggableItem
-
- getUniqueID() - Method in class com.yahoo.prelude.query.SimpleTaggableItem
-
- getUniqueID() - Method in interface com.yahoo.prelude.query.TaggableItem
-
- getUniqueID() - Method in class com.yahoo.prelude.query.TaggableSegmentItem
-
- getURI(Query, Connection) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Same a getURI(query, offset, hits, null)
.
- getURI(Query, Hit, Connection) - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Creates the URI for a query.
- getUrl() - Method in class com.yahoo.search.pagetemplates.model.Source
-
Returns the url of this source or null if none
- getUseByDefault() - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
- getUserParam(Query, String) - Static method in class com.yahoo.search.query.rewrite.RewriterUtils
-
Get user param value
- getValue() - Method in class com.yahoo.prelude.query.PredicateQueryItem.Entry
-
- getValue() - Method in class com.yahoo.prelude.query.PredicateQueryItem.RangeEntry
-
- getValue() - Method in class com.yahoo.prelude.query.PureWeightedInteger
-
- getValue() - Method in class com.yahoo.prelude.query.Substring
-
- getValue() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Returns the last value returned by a condition in this evaluation, or null
- getValue() - Method in class com.yahoo.prelude.semantics.rule.LiteralCondition
-
- getValue() - Method in class com.yahoo.prelude.semantics.rule.NamespaceProduction
-
- getValue() - Method in class com.yahoo.search.grouping.request.ConstantValue
-
Returns the constant value of this
- getValue() - Method in class com.yahoo.search.grouping.result.ValueGroupId
-
Returns the identifying value.
- getValue() - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns the value set at this node, to allow non-leafs to have values.
- getValue() - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValue
-
Returns the value to use for this set of dimension values
- getValue(TermItem) - Method in class com.yahoo.search.query.textserialize.item.IntConverter
-
- getValue(TermItem) - Method in class com.yahoo.search.query.textserialize.item.TermConverter
-
- getValue(TermItem) - Method in class com.yahoo.search.query.textserialize.item.WordConverter
-
- getValueAttribute() - Method in class com.yahoo.search.grouping.request.AttributeMapLookupValue
-
- getValueClass() - Method in class com.yahoo.search.query.profile.types.FieldType
-
Returns the class of instance values of this field type
- getValueClass() - Method in class com.yahoo.search.query.profile.types.PrimitiveFieldType
-
- getValueClass() - Method in class com.yahoo.search.query.profile.types.QueryFieldType
-
- getValueClass() - Method in class com.yahoo.search.query.profile.types.QueryProfileFieldType
-
- getValueClass(String) - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns the permissible class for the value of the given name in this type
- getValueClass() - Method in class com.yahoo.search.query.profile.types.TensorFieldType
-
- getValueContainer() - Method in class com.yahoo.search.pagetemplates.model.Placeholder
-
Returns the element which contains the value(s) of this placeholder.
- getValues() - Method in class com.yahoo.search.query.profile.DimensionBinding
-
Returns the values for the dimensions of this.
- getValues() - Method in class com.yahoo.search.query.profile.DimensionValues
-
Returns copy of the values in this in an array
- getVariant(DimensionValues, boolean) - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
Returns the query profile variant having exactly the given dimensions, and creates it if create is set and
it is missing
- getVariants() - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns the virtual variants of this, or null if none
- getVariants() - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
Returns all the variants of this, sorted by specificity.
- getVocabulary() - Method in class com.yahoo.search.yql.yqlplusLexer
-
- getVocabulary() - Method in class com.yahoo.search.yql.yqlplusParser
-
- getWaitTime() - Method in class com.yahoo.search.grouping.request.DebugWaitFunction
-
Returns the time to wait when evaluating this function.
- getWeight() - Method in class com.yahoo.prelude.query.Item
-
Returns the relative importance of this term.
- getWeight() - Method in class com.yahoo.prelude.semantics.rule.Production
-
Returns the weight of this production as a percentage (default is 100)
- getWhere() - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Returns the where clause assigned to this operation.
- getWhereString() - Method in class com.yahoo.search.query.Select
-
Returns the where clause string previously assigned, or an empty string if none
- getWidth() - Method in class com.yahoo.search.grouping.request.FixedWidthFunction
-
Returns the number of buckets to divide the result into.
- getWord() - Method in class com.yahoo.prelude.query.WordItem
-
- getWordItem(int) - Method in class com.yahoo.prelude.query.PhraseItem
-
Returns a subitem as a word item
- getWordItem(int) - Method in class com.yahoo.prelude.query.PhraseSegmentItem
-
Returns a subitem as a word item
- getXmlEscape() - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
Returns whether this context xml-escapes returned values.
- getXmlEscape() - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- getYcaApplicationId() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getYcaPort() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getYcaProxy() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getYcaRetry() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getYcaTtl() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getYcaUseProxy() - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- getYqlSummaryFields() - Method in class com.yahoo.search.yql.YqlParser
-
- getYTraceHeaderToNext() - Method in class com.yahoo.search.query.Model
-
- grantEncodingBuffer(int) - Method in class com.yahoo.fs4.BasicPacket
-
Return buffer containing the encoded form of this package and
remove internal reference to it.
- grantEncodingBuffer(int, int) - Method in class com.yahoo.fs4.BasicPacket
-
- Group(int, List<SearchCluster.Node>) - Constructor for class com.yahoo.search.dispatch.SearchCluster.Group
-
- group() - Method in class com.yahoo.search.dispatch.SearchCluster.Node
-
Returns the id of this group this node belongs to
- Group - Class in com.yahoo.search.grouping.result
-
This class represents a single group in the grouping result model.
- Group(GroupId, Relevance) - Constructor for class com.yahoo.search.grouping.result.Group
-
Creates a new instance of this class.
- GroupId - Class in com.yahoo.search.grouping.result
-
This abstract class represents the id of a single group in the grouping result model.
- GroupId(String, Object...) - Constructor for class com.yahoo.search.grouping.result.GroupId
-
- GROUPING - Static variable in class com.yahoo.search.query.Select
-
- GROUPING_SESSION_CACHE - Static variable in class com.yahoo.search.Query
-
- GROUPING_VALIDATED - Static variable in class com.yahoo.search.grouping.GroupingValidator
-
- GroupingExecutor - Class in com.yahoo.search.grouping.vespa
-
- GroupingExecutor(ComponentId) - Constructor for class com.yahoo.search.grouping.vespa.GroupingExecutor
-
Constructs a new instance of this searcher with the given component id.
- GroupingExpression - Class in com.yahoo.search.grouping.request
-
- GroupingExpression(String, String, Integer) - Constructor for class com.yahoo.search.grouping.request.GroupingExpression
-
- GroupingListHit - Class in com.yahoo.prelude.fastsearch
-
- GroupingListHit(List<Grouping>) - Constructor for class com.yahoo.prelude.fastsearch.GroupingListHit
-
for unit tests only, may give problems if grouping contains docsums
- GroupingListHit(List<Grouping>, DocsumDefinitionSet) - Constructor for class com.yahoo.prelude.fastsearch.GroupingListHit
-
- GroupingNode - Class in com.yahoo.search.grouping.request
-
- GroupingNode(String, String) - Constructor for class com.yahoo.search.grouping.request.GroupingNode
-
- GroupingOperation - Class in com.yahoo.search.grouping.request
-
This class represents a single node in a grouping operation tree.
- GroupingOperation(String, String) - Constructor for class com.yahoo.search.grouping.request.GroupingOperation
-
- GroupingOperation(GroupingOperation, String, String, List<GroupingExpression>, List<GroupingExpression>, List<GroupingOperation>, Map<String, GroupingExpression>, Set<String>, GroupingExpression, String, boolean, double, int, int, int) - Constructor for class com.yahoo.search.grouping.request.GroupingOperation
-
- GroupingQueryParser - Class in com.yahoo.search.grouping
-
This searcher is responsible for turning the "select" parameter into a corresponding
GroupingRequest
.
- GroupingQueryParser() - Constructor for class com.yahoo.search.grouping.GroupingQueryParser
-
- GroupingRequest - Class in com.yahoo.search.grouping
-
An instance of this class represents one of many grouping requests that are attached to a
Query
.
- GroupingValidator - Class in com.yahoo.search.grouping
-
This searcher ensure that all
GroupingRequest
objects attached to a
Query
makes sense to the search
cluster for which this searcher has been deployed.
- GroupingValidator(QrSearchersConfig, ClusterConfig, AttributesConfig) - Constructor for class com.yahoo.search.grouping.GroupingValidator
-
Constructs a new instance of this searcher with the given component id and config.
- GroupList - Class in com.yahoo.search.grouping.result
-
This class represents a labeled group list in the grouping result model.
- GroupList(String) - Constructor for class com.yahoo.search.grouping.result.GroupList
-
Constructs a new instance of this class.
- groups() - Method in class com.yahoo.search.dispatch.SearchCluster
-
Returns the groups of this cluster as an immutable map indexed by group id
- groupSize() - Method in class com.yahoo.search.dispatch.SearchCluster
-
Returns the number of nodes per group - size()/groups.size()
- GT - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- GT() - Method in class com.yahoo.search.yql.yqlplusParser.ArrayTypeContext
-
- GT - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- GT() - Method in class com.yahoo.search.yql.yqlplusParser.MapTypeContext
-
- GT() - Method in class com.yahoo.search.yql.yqlplusParser.RelationalOpContext
-
- GTEQ - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- GTEQ - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- GTEQ() - Method in class com.yahoo.search.yql.yqlplusParser.Procedure_argumentContext
-
- GTEQ() - Method in class com.yahoo.search.yql.yqlplusParser.RelationalOpContext
-
- GzipDecompressingEntity - Class in com.yahoo.search.federation.http
-
Used by HTTPSearcher when talking to services returning compressed content.
- GzipDecompressingEntity(HttpEntity) - Constructor for class com.yahoo.search.federation.http.GzipDecompressingEntity
-
- i - Variable in class com.yahoo.search.yql.yqlplusParser.Array_parameterContext
-
- i - Variable in class com.yahoo.search.yql.yqlplusParser.ConstantArrayContext
-
- id(int) - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Summaryclass.Builder
-
- id() - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Summaryclass
-
- id() - Method in class com.yahoo.search.dispatch.SearchCluster.Group
-
Returns the unique identity of this group
- id(String) - Method in class com.yahoo.search.federation.FederationConfig.Target.Builder
-
- id() - Method in class com.yahoo.search.federation.FederationConfig.Target
-
- id(String) - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Component.Builder
-
- id() - Method in class com.yahoo.search.pagetemplates.ResolversConfig.Component
-
- ID - Static variable in class com.yahoo.search.query.context.QueryContext
-
- id(String) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Builder
-
- id() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile
-
- id(String) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofiletype.Builder
-
- id() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofiletype
-
- ID - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- ID() - Method in class com.yahoo.search.yql.yqlplusParser.Alias_defContext
-
- ID - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- ID() - Method in class com.yahoo.search.yql.yqlplusParser.IdentContext
-
- ID() - Method in class com.yahoo.search.yql.yqlplusParser.ModuleIdContext
-
- ID() - Method in class com.yahoo.search.yql.yqlplusParser.PropertyNameContext
-
- ID() - Method in class com.yahoo.search.yql.yqlplusParser.PropertyrefContext
-
- ID() - Method in class com.yahoo.search.yql.yqlplusParser.ViewContext
-
- ID_SCHEME - Static variable in class com.yahoo.prelude.searcher.KeyvalueConfig.DocIdScheme
-
- idDimensionKey - Static variable in class com.yahoo.search.searchers.RateLimitingSearcher
-
- ident() - Method in class com.yahoo.search.yql.yqlplusParser.Array_parameterContext
-
- ident() - Method in class com.yahoo.search.yql.yqlplusParser
-
- ident() - Method in class com.yahoo.search.yql.yqlplusParser.Namespaced_nameContext
-
- ident(int) - Method in class com.yahoo.search.yql.yqlplusParser.Namespaced_nameContext
-
- ident() - Method in class com.yahoo.search.yql.yqlplusParser.Next_statementContext
-
- ident() - Method in class com.yahoo.search.yql.yqlplusParser.Output_specContext
-
- ident() - Method in class com.yahoo.search.yql.yqlplusParser.ParameterContext
-
- ident - Variable in class com.yahoo.search.yql.yqlplusParser.Procedure_argumentContext
-
- ident() - Method in class com.yahoo.search.yql.yqlplusParser.Procedure_argumentContext
-
- ident() - Method in class com.yahoo.search.yql.yqlplusParser.Selectvar_statementContext
-
- ident() - Method in class com.yahoo.search.yql.yqlplusParser.Sequence_sourceContext
-
- IdentContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.IdentContext
-
- idKey - Static variable in class com.yahoo.search.searchers.RateLimitingSearcher
-
- idx - Variable in class com.yahoo.search.yql.yqlplusParser.IndexrefContext
-
- ignorableWhitespace(char[], int, int) - Method in class com.yahoo.search.federation.vespa.ResultBuilder
-
- image - Variable in class com.yahoo.prelude.query.parser.Token
-
Lowercase image
- image - Variable in enum com.yahoo.prelude.query.parser.Token.Kind
-
- ImmutableFieldPart - Class in com.yahoo.prelude.hitfield
-
Represents an element of a hit property which is an immutable string element
- ImmutableFieldPart(String, boolean) - Constructor for class com.yahoo.prelude.hitfield.ImmutableFieldPart
-
- ImmutableFieldPart(String, String, boolean) - Constructor for class com.yahoo.prelude.hitfield.ImmutableFieldPart
-
- IMPORT - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- IMPORT - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- IMPORT() - Method in class com.yahoo.search.yql.yqlplusParser.Import_statementContext
-
- IMPORT() - Method in class com.yahoo.search.yql.yqlplusParser.Keyword_as_identContext
-
- IMPORT_FROM - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- IMPORT_FROM - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- import_list() - Method in class com.yahoo.search.yql.yqlplusParser
-
- import_list() - Method in class com.yahoo.search.yql.yqlplusParser.Import_statementContext
-
- Import_listContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Import_listContext
-
- import_statement() - Method in class com.yahoo.search.yql.yqlplusParser
-
- import_statement() - Method in class com.yahoo.search.yql.yqlplusParser.ProgramContext
-
- import_statement(int) - Method in class com.yahoo.search.yql.yqlplusParser.ProgramContext
-
- Import_statementContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Import_statementContext
-
- importConfig(SemanticRulesConfig.Rulebase) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
- importDir(String) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
Imports all the rule files (files ending by "sr") in the given directory
- importFile(String) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
Imports semantic rules from a file
- importFile(String, String) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
Imports semantic rules from a file
- importFile(String, String, RuleBase) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
Imports semantic rules from a file
- importFromReader(Reader, String, String) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
- importFromReader(Reader, String, String, RuleBase) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
Imports rules from a reader
- importString(String, String) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
- importString(String, String, String) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
- importString(String, String, RuleBase) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
- importString(String, String, String, RuleBase) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
- IN - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- IN() - Method in class com.yahoo.search.yql.yqlplusParser.EqualityExpressionContext
-
- IN - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- in_select - Variable in class com.yahoo.search.yql.yqlplusParser.ArgumentContext
-
- in_select - Variable in class com.yahoo.search.yql.yqlplusParser.ArgumentsContext
-
- in_select - Variable in class com.yahoo.search.yql.yqlplusParser.CallExpresionContext
-
- in_select - Variable in class com.yahoo.search.yql.yqlplusParser.IndexrefContext
-
- include(RuleBase) - Method in class com.yahoo.prelude.semantics.RuleBase
-
Include another rule base into this.
- include(String, RuleBase) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
Read and include a rule base in another
- includes(String) - Method in class com.yahoo.prelude.semantics.RuleBase
-
Returns whether this rule base - directly or through other includes - includes
the rule base with the given name
- includesType(String) - Static method in class com.yahoo.search.searchchain.model.federation.HttpProviderSpec
-
- includesType(String) - Static method in class com.yahoo.search.searchchain.model.federation.LocalProviderSpec
-
- incoming() - Method in class com.yahoo.search.result.HitGroup
-
Returns the incoming hit buffer to which new hits can be added to this asynchronous, if supported by the instance
- increaseScore(double) - Method in class com.yahoo.search.intent.model.Node
-
Increases this score by an increment and returns the new score
- indentTrace() - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
- indentTrace() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- Index - Class in com.yahoo.prelude
-
Information about configured settings of a field or field collection (an actual index or not) in a search definition.
- Index(String) - Constructor for class com.yahoo.prelude.Index
-
- Index.Attribute - Class in com.yahoo.prelude
-
- IndexCombinatorSearcher - Class in com.yahoo.prelude.querytransform
-
- IndexCombinatorSearcher() - Constructor for class com.yahoo.prelude.querytransform.IndexCombinatorSearcher
-
Deprecated.
- IndexedItem - Interface in com.yahoo.prelude.query
-
Interface for Items that is indexed
- IndexedSegmentItem - Class in com.yahoo.prelude.query
-
Common implementation for Item classes implementing the IndexedItem interface.
- IndexedSegmentItem(String, String, boolean, boolean, Substring) - Constructor for class com.yahoo.prelude.query.IndexedSegmentItem
-
- IndexFacts - Class in com.yahoo.prelude
-
A central repository for information about indices.
- IndexFacts() - Constructor for class com.yahoo.prelude.IndexFacts
-
- IndexFacts(IndexModel) - Constructor for class com.yahoo.prelude.IndexFacts
-
- indexFacts - Variable in class com.yahoo.prelude.query.parser.AbstractParser
-
The IndexFacts.Session of this query
- IndexFacts.Session - Class in com.yahoo.prelude
-
Create an instance of this to look up index facts with a given query.
- indexinfo - Variable in class com.yahoo.search.config.IndexInfoConfig.Builder
-
- indexinfo(IndexInfoConfig.Indexinfo.Builder) - Method in class com.yahoo.search.config.IndexInfoConfig.Builder
-
Add the given builder to this builder's list of Indexinfo builders
- indexinfo(List<IndexInfoConfig.Indexinfo.Builder>) - Method in class com.yahoo.search.config.IndexInfoConfig.Builder
-
Set the given list as this builder's list of Indexinfo builders
- indexinfo() - Method in class com.yahoo.search.config.IndexInfoConfig
-
- indexinfo(int) - Method in class com.yahoo.search.config.IndexInfoConfig
-
- Indexinfo(IndexInfoConfig.Indexinfo.Builder) - Constructor for class com.yahoo.search.config.IndexInfoConfig.Indexinfo
-
- IndexInfoConfig - Class in com.yahoo.search.config
-
This class represents the root node of index-info
Copyright 2017 Yahoo Holdings.
- IndexInfoConfig(IndexInfoConfig.Builder) - Constructor for class com.yahoo.search.config.IndexInfoConfig
-
- IndexInfoConfig.Builder - Class in com.yahoo.search.config
-
- IndexInfoConfig.Indexinfo - Class in com.yahoo.search.config
-
This class represents index-info.indexinfo[]
- IndexInfoConfig.Indexinfo.Alias - Class in com.yahoo.search.config
-
This class represents index-info.indexinfo[].alias[]
- IndexInfoConfig.Indexinfo.Alias.Builder - Class in com.yahoo.search.config
-
- IndexInfoConfig.Indexinfo.Builder - Class in com.yahoo.search.config
-
- IndexInfoConfig.Indexinfo.Command - Class in com.yahoo.search.config
-
This class represents index-info.indexinfo[].command[]
- IndexInfoConfig.Indexinfo.Command.Builder - Class in com.yahoo.search.config
-
- IndexInfoConfig.Producer - Interface in com.yahoo.search.config
-
- IndexModel - Class in com.yahoo.prelude
-
Parameter class used for construction IndexFacts.
- IndexModel(Map<String, List<String>>, Map<String, SearchDefinition>, SearchDefinition) - Constructor for class com.yahoo.prelude.IndexModel
-
Use IndexModel as a pure wrapper for the parameters given.
- IndexModel(IndexInfoConfig, Map<String, List<String>>) - Constructor for class com.yahoo.prelude.IndexModel
-
- IndexModel(IndexInfoConfig, QrSearchersConfig) - Constructor for class com.yahoo.prelude.IndexModel
-
- indexname(String) - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Alias.Builder
-
- indexname() - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Alias
-
- indexname(String) - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Command.Builder
-
- indexname() - Method in class com.yahoo.search.config.IndexInfoConfig.Indexinfo.Command
-
- indexref() - Method in class com.yahoo.search.yql.yqlplusParser.DereferencedExpressionContext
-
- indexref(int) - Method in class com.yahoo.search.yql.yqlplusParser.DereferencedExpressionContext
-
- indexref(boolean) - Method in class com.yahoo.search.yql.yqlplusParser
-
- IndexrefContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.IndexrefContext
-
- IndexrefContext(ParserRuleContext, int, boolean) - Constructor for class com.yahoo.search.yql.yqlplusParser.IndexrefContext
-
- indices() - Method in class com.yahoo.prelude.SearchDefinition
-
Returns the indices of this as a map
- Infinite - Class in com.yahoo.search.grouping.request
-
This class represents an Infinite value that may be used as a bucket
size specifier.
- Infinite(boolean) - Constructor for class com.yahoo.search.grouping.request.Infinite
-
Create an Infinite object with positive or negative sign.
- InfiniteValue - Class in com.yahoo.search.grouping.request
-
- InfiniteValue(Infinite) - Constructor for class com.yahoo.search.grouping.request.InfiniteValue
-
Constructs a new instance of this class.
- inherit - Variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Builder
-
- inherit(String) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Builder
-
- inherit(Collection<String>) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Builder
-
- inherit() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile
-
- inherit(int) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile
-
- inherit - Variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder
-
- inherit(String) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder
-
- inherit(Collection<String>) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder
-
- inherit() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant
-
- inherit(int) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant
-
- inherit - Variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofiletype.Builder
-
- inherit(String) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofiletype.Builder
-
- inherit(Collection<String>) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofiletype.Builder
-
- inherit() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofiletype
-
- inherit(int) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofiletype
-
- inherit(QueryProfile) - Method in class com.yahoo.search.query.profile.QueryProfileVariant
-
- inherit(QueryProfile, DimensionValues) - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
Inherits a particular profile in a variant of this
- inherit(FederationOptions) - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
- inheritDefaultSources - Variable in class com.yahoo.search.searchchain.model.federation.FederationSearcherModel
-
- inherited() - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns the list of profiles inherited by this.
- inherited() - Method in class com.yahoo.search.query.profile.QueryProfileVariant
-
Returns the live reference to the inherited profiles of this.
- inherited() - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns the query profile types inherited from this (never null).
- init(SummaryParameters, ClusterParams, CacheParams, DocumentdbInfoConfig) - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
- init() - Method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
- init() - Method in class com.yahoo.search.rendering.DefaultRenderer
-
Deprecated.
- init() - Method in class com.yahoo.search.rendering.JsonRenderer
-
- init() - Method in class com.yahoo.search.rendering.SyncDefaultRenderer
-
- initAttributeNames(AttributesConfig) - Method in class com.yahoo.prelude.searcher.ValidateSortingSearcher
-
- initialize(List<FlattenedItem>, int) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- initialize() - Method in class com.yahoo.prelude.semantics.RuleBase
-
Call this when all rules are added, before any rule evaluation starts.
- initialize(Item, ItemArguments, ItemContext) - Static method in class com.yahoo.search.query.textserialize.item.ItemInitializer
-
- initializeForm(DispatchForm, Item, ItemIdMapper) - Static method in class com.yahoo.search.query.textserialize.item.ItemInitializer
-
- inNotInTarget() - Method in class com.yahoo.search.yql.yqlplusParser.EqualityExpressionContext
-
- inNotInTarget() - Method in class com.yahoo.search.yql.yqlplusParser
-
- InNotInTargetContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.InNotInTargetContext
-
- InputCheckingSearcher - Class in com.yahoo.search.searchers
-
Check whether the query tree seems to be "well formed".
- InputCheckingSearcher(MetricReceiver) - Constructor for class com.yahoo.search.searchers.InputCheckingSearcher
-
- INSERT - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- INSERT - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- INSERT() - Method in class com.yahoo.search.yql.yqlplusParser.Insert_statementContext
-
- insert_source() - Method in class com.yahoo.search.yql.yqlplusParser
-
- insert_source() - Method in class com.yahoo.search.yql.yqlplusParser.Insert_statementContext
-
- Insert_sourceContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Insert_sourceContext
-
- insert_statement() - Method in class com.yahoo.search.yql.yqlplusParser
-
- insert_statement() - Method in class com.yahoo.search.yql.yqlplusParser.Query_statementContext
-
- Insert_statementContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Insert_statementContext
-
- insert_values() - Method in class com.yahoo.search.yql.yqlplusParser.Insert_statementContext
-
- insert_values() - Method in class com.yahoo.search.yql.yqlplusParser
-
- Insert_valuesContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Insert_valuesContext
-
- insertItem(Item, CompositeItem, int, TermType) - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Inserts an item to the query being evaluated in a way consistent with the query type
- insertItem(Item, CompositeItem, int, TermType) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Inserts an item to the query being evaluated in a way consistent with the query type
- insertMatch(RuleEvaluation, Match, Item, int) - Method in class com.yahoo.prelude.semantics.rule.TermProduction
-
Inserts newItem at the position of this match
TODO: Move to ruleevaluation
- inspect() - Method in class com.yahoo.prelude.hitfield.JSONString
-
- inspect() - Method in class com.yahoo.search.result.FeatureData
-
- inspect() - Method in class com.yahoo.search.result.StructuredData
-
- inspectAndReturnFinalResult(Result, Hit, Exception) - Method in class com.yahoo.search.federation.http.HTTPProviderSearcher
-
Deprecated.
Hook called at the moment the result is returned from this searcher.
- INT - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- INT() - Method in class com.yahoo.search.yql.yqlplusParser.Fixed_or_parameterContext
-
- INT - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- INT() - Method in class com.yahoo.search.yql.yqlplusParser.Scalar_literalContext
-
- Int64Field - Class in com.yahoo.prelude.fastsearch
-
- Int64Field(String) - Constructor for class com.yahoo.prelude.fastsearch.Int64Field
-
- IntConverter - Class in com.yahoo.search.query.textserialize.item
-
- IntConverter() - Constructor for class com.yahoo.search.query.textserialize.item.IntConverter
-
- IntegerField - Class in com.yahoo.prelude.fastsearch
-
- IntegerField(String) - Constructor for class com.yahoo.prelude.fastsearch.IntegerField
-
- integerType - Static variable in class com.yahoo.search.query.profile.types.FieldType
-
- Intent - Class in com.yahoo.search.intent.model
-
A representation of an intent behind a query.
- Intent(String) - Constructor for class com.yahoo.search.intent.model.Intent
-
Creates an intent from a string id
- IntentModel - Class in com.yahoo.search.intent.model
-
This is the root node of an intent model.
- IntentModel() - Constructor for class com.yahoo.search.intent.model.IntentModel
-
Creates an empty intent model
- IntentModel(List<Interpretation>) - Constructor for class com.yahoo.search.intent.model.IntentModel
-
Creates an intent model from some interpretations
- IntentModel(Interpretation...) - Constructor for class com.yahoo.search.intent.model.IntentModel
-
Creates an intent model from some interpretations
- intentModelObjectName - Static variable in class com.yahoo.search.intent.model.IntentModel
-
The name of the property carrying the intent model object: IntentModel
- intentModelStringName - Static variable in class com.yahoo.search.intent.model.IntentModel
-
The name of the property carrying the intent model string: intentModel
- IntentNode - Class in com.yahoo.search.intent.model
-
An intent in an intent model tree.
- IntentNode(Intent, double) - Constructor for class com.yahoo.search.intent.model.IntentNode
-
- InterpolatedLookup - Class in com.yahoo.search.grouping.request
-
This class represents a lookup in a multivalue document
attribute in a
GroupingExpression
.
- InterpolatedLookup(String, GroupingExpression) - Constructor for class com.yahoo.search.grouping.request.InterpolatedLookup
-
Constructs a new instance of this class.
- Interpretation - Class in com.yahoo.text.interpretation
-
An interpretation of a text.
- Interpretation(String) - Constructor for class com.yahoo.text.interpretation.Interpretation
-
Creates a new interpretation and a new modification from the text,
with the probability set to the default value(0.0).
- Interpretation(String, double) - Constructor for class com.yahoo.text.interpretation.Interpretation
-
Creates a new interpretation and a new modification from the text, with the given probability.
- Interpretation(Modification) - Constructor for class com.yahoo.text.interpretation.Interpretation
-
Creates a new interpretation based on the modification, with the probability set to the default value(0.0).
- Interpretation(Modification, double) - Constructor for class com.yahoo.text.interpretation.Interpretation
-
Creates an interpretation based on the modification given.
- INTERPRETATION_CLASS - Static variable in class com.yahoo.text.interpretation.Interpretation
-
- InterpretationNode - Class in com.yahoo.search.intent.model
-
An interpretation which may have multiple intents.
- InterpretationNode(Interpretation) - Constructor for class com.yahoo.search.intent.model.InterpretationNode
-
- IntItem - Class in com.yahoo.prelude.query
-
This represents either
a number (integer or floating point)
a partial range, given by "<number" or ">number", where the numbers are exclusive, or
a full or open range "[number;number], "[number;]" or "[;number]" where the numbers are inclusive,
or exclusive if a square bracket is replaced with a pointy one
If a range is specified in brackets, it is also permissible to add a third number specifying the number of hits this
will match on each node - [from;to;hitLimit]
- IntItem(int, String) - Constructor for class com.yahoo.prelude.query.IntItem
-
Creates an int item which must be equal to the given int number -
that is both the lower and upper limit is this number
- IntItem(long, String) - Constructor for class com.yahoo.prelude.query.IntItem
-
Creates an int item which must be equal to the given long number -
that is both the lower and upper limit is this number
- IntItem(Limit, Limit, String) - Constructor for class com.yahoo.prelude.query.IntItem
-
- IntItem(String) - Constructor for class com.yahoo.prelude.query.IntItem
-
- IntItem(String, boolean) - Constructor for class com.yahoo.prelude.query.IntItem
-
- IntItem(String, String) - Constructor for class com.yahoo.prelude.query.IntItem
-
- IntItem(String, String, boolean) - Constructor for class com.yahoo.prelude.query.IntItem
-
- IntItem(Limit, Limit, int, String, boolean) - Constructor for class com.yahoo.prelude.query.IntItem
-
- INTO - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- INTO() - Method in class com.yahoo.search.yql.yqlplusParser.Insert_sourceContext
-
- INTO - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- INTO() - Method in class com.yahoo.search.yql.yqlplusParser.Keyword_as_identContext
-
- intValue() - Method in class com.yahoo.search.result.NanNumber
-
- invalidBinding - Static variable in class com.yahoo.search.query.profile.DimensionBinding
-
- InvalidChannelException - Exception in com.yahoo.fs4.mplex
-
- InvalidChannelException(String) - Constructor for exception com.yahoo.fs4.mplex.InvalidChannelException
-
- IP_ADDRESS_UNKNOWN - Static variable in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
- IS_NOT_NULL - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- IS_NOT_NULL() - Method in class com.yahoo.search.yql.yqlplusParser.EqualityExpressionContext
-
- IS_NOT_NULL - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- IS_NULL - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- IS_NULL() - Method in class com.yahoo.search.yql.yqlplusParser.EqualityExpressionContext
-
- IS_NULL - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- isAttribute() - Method in class com.yahoo.prelude.Index
-
- isAuxiliary() - Method in class com.yahoo.search.result.Hit
-
Auxiliary hits are not counted towards the concrete number of hits to satisfy in the users request.
- isBuiltin() - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns whether this type is built into the system
- isCached() - Method in class com.yahoo.search.result.Hit
-
Returns whether this hit was added to this result from a cache or not
- isCached() - Method in class com.yahoo.search.result.HitGroup
-
Returns true if all the hits recursively contained in this
is cached
- isCached() - Method in class com.yahoo.search.Result
-
Returns true only if _all_ hits in this result originates from a cache.
- isChoiceBetween(Class) - Method in class com.yahoo.search.pagetemplates.model.AbstractChoice
-
Returns true if this choice is (partially or completely) a choice between the given type
- isChoiceBetween(Class) - Method in class com.yahoo.search.pagetemplates.model.Choice
-
Answers true if this is either a choice between the given class, or between Lists of the given class
- isChoiceBetween(Class) - Method in class com.yahoo.search.pagetemplates.model.MapChoice
-
- isChunked() - Method in class com.yahoo.search.federation.http.TimedHttpEntity
-
- isComplete() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
Returns true if this phrase contains all the words of the owner, or if there is no owner
- isComplete(StringBuilder, Map<String, String>) - Method in class com.yahoo.search.query.profile.QueryProfileProperties
-
- isDeclaredOverridable(String, Map<String, String>) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Returns if the given field is declared explicitly as overridable or not in this or any nested profiles
(i.e not including overridable settings inherited and from types).
- isDeclaredStrict() - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns true if this is declared strict.
- isDefault() - Method in class com.yahoo.prelude.semantics.RuleBase
-
Returns whether this base is default, the semantics of default is left to the application
- isdefault(boolean) - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Rulebase.Builder
-
- isdefault() - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Rulebase
-
- isDefaultContextName() - Method in class com.yahoo.prelude.semantics.rule.Condition
-
- isDefaultContextName() - Method in class com.yahoo.prelude.semantics.rule.ConditionReference
-
- isDefaultContextName() - Method in class com.yahoo.prelude.semantics.rule.EllipsisCondition
-
- isDefaultPosition() - Method in class com.yahoo.prelude.Index
-
- isDefaultTemplateSet() - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- isDefaultTemplateSet() - Method in class com.yahoo.prelude.templates.UserTemplate
-
Deprecated.
For internal use only
TODO: get rid of this method *
- isDynamic() - Method in class com.yahoo.prelude.fastsearch.DocsumDefinition
-
Returns whether this summary contains one or more dynamic fields
- isEmpty() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher
-
- isEmpty() - Method in class com.yahoo.search.pagetemplates.model.Choice
-
Returns true only if there are no alternatives in this
- isEmpty() - Method in class com.yahoo.search.query.profile.compiled.DimensionalMap
-
Returns true if this is empty for all contexts.
- isEmpty() - Method in class com.yahoo.search.query.profile.compiled.DimensionalValue
-
- isEmpty() - Method in class com.yahoo.search.query.profile.DimensionValues
-
- isEmpty() - Method in class com.yahoo.search.query.QueryTree
-
Returns true if this represents the null query
- isEmpty() - Method in class com.yahoo.search.query.ranking.RankFeatures
-
- isEmpty() - Method in class com.yahoo.search.query.ranking.RankProperties
-
- isEncoded() - Method in class com.yahoo.fs4.BasicPacket
-
- isError() - Method in class com.yahoo.prelude.query.QueryCanonicalizer.CanonicalizationResult
-
- isExact() - Method in class com.yahoo.prelude.Index
-
Returns whether this is an exact index, which should match tokens containing any characters
- isExplicit() - Method in class com.yahoo.prelude.query.PhraseItem
-
Returns whether this was explicitly written as a phrase using quotes by
the user Default is false
- isExplicit() - Method in class com.yahoo.prelude.query.PhraseSegmentItem
-
- isExplicit() - Method in class com.yahoo.search.query.profile.BackedOverridableQueryProfile
-
- isExplicit() - Method in class com.yahoo.search.query.profile.QueryProfile
-
- isFastSearch() - Method in class com.yahoo.prelude.Index
-
Returns true if this is an attribute with fastsearch turned on
- isFillable() - Method in class com.yahoo.search.result.Hit
-
- isFillable() - Method in class com.yahoo.search.result.HitGroup
-
- isFilled(String) - Method in class com.yahoo.search.result.Hit
-
Returns whether this hit has been filled with the properties
contained in the given summary class.
- isFilled(String) - Method in class com.yahoo.search.result.HitGroup
-
Returns whether all hits in this result have been filled with
the properties contained in the given summary class.
- isFilled(String) - Method in class com.yahoo.search.Result
-
Returns whether all hits in this result have been filled with
the properties contained in the given summary class.
- isFilter() - Method in class com.yahoo.prelude.query.Item
-
Returns whether this is a filter term
- isFinal() - Method in class com.yahoo.prelude.hitfield.AnnotateStringFieldPart
-
- isFinal() - Method in interface com.yahoo.prelude.hitfield.FieldPart
-
- isFinal() - Method in class com.yahoo.prelude.hitfield.ImmutableFieldPart
-
- isFinal() - Method in class com.yahoo.prelude.hitfield.MarkupFieldPart
-
- isFinal() - Method in class com.yahoo.prelude.hitfield.StringFieldPart
-
- isFromQuery() - Method in interface com.yahoo.prelude.query.BlockItem
-
Is this block of text conceptually from the user query?
- isFromQuery() - Method in class com.yahoo.prelude.query.SegmentItem
-
- isFromQuery() - Method in class com.yahoo.prelude.query.TermItem
-
Whether this term is from the query or has been added by a searcher.
- isFromSegmented() - Method in class com.yahoo.prelude.query.WordItem
-
- isFromSpecialToken() - Method in class com.yahoo.prelude.query.Item
-
- isFromUser() - Method in class com.yahoo.prelude.query.SegmentItem
-
- isFrozen() - Method in class com.yahoo.prelude.cluster.ClusterMonitor
-
- isFrozen() - Method in class com.yahoo.prelude.IndexFacts
-
- isFrozen() - Method in class com.yahoo.search.pagetemplates.model.Placeholder
-
This method always returns false, is a Placeholder always is mutable.
- isFrozen() - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValues
-
- isFrozen() - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
- isGeoCircle() - Method in class com.yahoo.prelude.Location
-
check whether this Location contains a 2D circle
- isHostIndex() - Method in class com.yahoo.prelude.Index
-
- isIdle() - Method in class com.yahoo.search.cluster.BaseNodeMonitor
-
- isInclusive() - Method in class com.yahoo.prelude.query.Limit
-
Returns true if this limit includes its number, false if it excludes it
- isIndex(String) - Method in class com.yahoo.prelude.IndexFacts.Session
-
Returns whether the given name is an index.
- isInfinite() - Method in class com.yahoo.prelude.query.Limit
-
- isInNegation() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Returns whether we are evaluating inside a condition which inverts the truth value
- isInternal() - Method in class com.yahoo.search.cluster.BaseNodeMonitor
-
Returns whether or not this is monitoring an internal node.
- isInvalid() - Method in class com.yahoo.search.query.profile.DimensionBinding
-
Returns true if this == invalidBinding
- isLargerOrEqualTo(Limit) - Method in class com.yahoo.prelude.query.Limit
-
- isLeaf() - Method in class com.yahoo.search.pagetemplates.result.SectionHitGroup
-
Returns whether this is a leaf section containing no subsections
- isLegalFieldValue(Object) - Static method in class com.yahoo.search.query.profile.types.FieldType
-
Returns true if the given object is a legal field value of some field value type
- isLocalInstanceOverridable(String) - Method in class com.yahoo.search.query.profile.BackedOverridableQueryProfile
-
- isLocalInstanceOverridable(String) - Method in class com.yahoo.search.query.profile.QueryProfile
-
- isLocked() - Method in class com.yahoo.prelude.query.CompositeItem
-
Whether this composite is in a mutable state.
- isLocked() - Method in class com.yahoo.prelude.query.SegmentItem
-
- isLoggingFine() - Method in class com.yahoo.prelude.fastsearch.FastSearcher
-
- isLoggingFine() - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
- isLoop() - Method in class com.yahoo.prelude.semantics.rule.ProductionRule
-
Returns true if it is known that this rule matches its own output.
- isLowercase() - Method in class com.yahoo.prelude.Index
-
Whether terms in this field are lower cased when indexing.
- isLowercased() - Method in class com.yahoo.prelude.query.WordItem
-
- isMandatory() - Method in class com.yahoo.search.query.profile.types.FieldDescription
-
Returns whether this field must be provided in the query profile or the search definition.
- isMeta() - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Returns false - this is a concrete hit containing requested content
- isMeta() - Method in class com.yahoo.prelude.fastsearch.GroupingListHit
-
- isMeta() - Method in class com.yahoo.search.result.DefaultErrorHit
-
Returns true - this is a meta hit containing information on other hits
- isMeta() - Method in interface com.yahoo.search.result.ErrorHit
-
Returns true - this is a meta hit containing information on other hits
- isMeta() - Method in class com.yahoo.search.result.Hit
-
Returns whether this is a concrete hit, containing content of the requested
kind, or a meta hit containing information on the collection of hits,
the query, the service and so on.
- isMeta() - Method in class com.yahoo.search.statistics.PeakQpsSearcher.QpsHit
-
- isMoreSpecificThan(DimensionValues) - Method in class com.yahoo.search.query.profile.DimensionValues
-
Helper method which uses compareTo to return whether this is most specific
- isMultivalue() - Method in class com.yahoo.prelude.Index
-
Returns true if this is a multivalue field
- isNGram() - Method in class com.yahoo.prelude.Index
-
Returns true if this is an ngram index (default: false)
- isNormalizable() - Method in class com.yahoo.prelude.query.TermItem
-
This refers to whether accent removal is a meaningful and possible
operation for this word.
- isNull() - Method in class com.yahoo.prelude.Index
-
Returns true if this is the null index
- isNull() - Method in class com.yahoo.search.query.profile.compiled.Binding
-
Returns true only if this binding is null (contains no values for its dimensions (if any)
- isNull() - Method in class com.yahoo.search.query.profile.DimensionBinding
-
Returns true only if this binding is null (contains no values for its dimensions (if any)
- isNumerical() - Method in class com.yahoo.prelude.Index
-
- isOpen() - Method in class com.yahoo.prelude.semantics.engine.Choicepoint
-
Returns wether there are (or may be) open choices to explore at this choicepoint yet
- isOverridable(CompoundName, Map<String, String>) - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfile
-
Returns whether or not the given field name can be overridden at runtime.
- isOverridable() - Method in class com.yahoo.search.query.profile.types.FieldDescription
-
Returns false if overrides to values for this field from the outside should be ignored.
- isOverridable(String) - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns whether the given field name is overridable in this type.
- isPongPacket(ByteBuffer) - Static method in class com.yahoo.fs4.PacketDecoder
-
Test whether the buffer contains (the start of) a pong packet.
- isProtected() - Method in class com.yahoo.prelude.query.Item
-
Returns whether this is to be protected from change/remove by query rewriters.
- isQuarantined - Variable in class com.yahoo.search.cluster.BaseNodeMonitor
-
Whether this node is quarantined for unstability
- isQuarantined() - Method in class com.yahoo.search.cluster.BaseNodeMonitor
-
- isQueryParser() - Method in class com.yahoo.search.yql.YqlParser
-
- isRanked() - Method in class com.yahoo.prelude.query.Item
-
Returns whether or not this item should affect ranking.
- isReferable() - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Returns whether this is referable, returns context!=null by default
- isReferable() - Method in class com.yahoo.prelude.semantics.rule.EllipsisCondition
-
Returns whether this ellipsis condition can be referred from a production
- isRepeatable() - Method in class com.yahoo.search.federation.http.TimedHttpEntity
-
- isRoot() - Method in class com.yahoo.prelude.query.Item
-
Returns true if this is the root item - that is if the parent is the QueryTree (or null for legacy reasons)
- isSmallerOrEqualTo(Limit) - Method in class com.yahoo.prelude.query.Limit
-
- isSpecial() - Method in class com.yahoo.prelude.query.parser.Token
-
Returns whether this is a special token
- isStemmed() - Method in interface com.yahoo.prelude.query.BlockItem
-
- isStemmed() - Method in class com.yahoo.prelude.query.IntItem
-
- isStemmed() - Method in class com.yahoo.prelude.query.RegExpItem
-
- isStemmed() - Method in class com.yahoo.prelude.query.SegmentItem
-
- isStemmed() - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- isStemmed() - Method in class com.yahoo.prelude.query.WordItem
-
- isStreaming() - Method in class com.yahoo.search.federation.http.TimedHttpEntity
-
- isStrict() - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns whether field not declared in this type is permissible in instances.
- isToken() - Method in class com.yahoo.prelude.hitfield.AnnotateStringFieldPart
-
- isToken() - Method in interface com.yahoo.prelude.hitfield.FieldPart
-
- isToken() - Method in class com.yahoo.prelude.hitfield.ImmutableFieldPart
-
- isToken() - Method in class com.yahoo.prelude.hitfield.MarkupFieldPart
-
- isToken() - Method in class com.yahoo.prelude.hitfield.StringFieldPart
-
- isTokenizedContent() - Method in class com.yahoo.prelude.Index.Attribute
-
- isTraceable(int) - Method in class com.yahoo.search.Query
-
Returns the context level of this query, 0 means no tracing
Higher numbers means increasingly more tracing
- isUriIndex() - Method in class com.yahoo.prelude.Index
-
- isUtf8Output() - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
Used by the template to decide whether to use UTF-8 optimizations.
- isUtf8Output() - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- isValid() - Method in class com.yahoo.fs4.mplex.FS4Channel
-
A valid FS4Channel is one that has not yet been closed.
- isValid() - Method in class com.yahoo.fs4.mplex.FS4Connection
-
This method is used to determine whether the connection is still
viable or not.
- isWords() - Method in interface com.yahoo.prelude.query.BlockItem
-
Does this item represent "usual words"?
- isWords() - Method in class com.yahoo.prelude.query.IntItem
-
- isWords() - Method in class com.yahoo.prelude.query.RegExpItem
-
- isWords() - Method in class com.yahoo.prelude.query.SegmentItem
-
- isWords() - Method in class com.yahoo.prelude.query.TermItem
-
- isWords() - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- isWords() - Method in class com.yahoo.prelude.query.WordItem
-
Returns true if this consists of regular word characters.
- isWorking() - Method in class com.yahoo.prelude.cluster.NodeMonitor
-
Returns whether this node is currently in a state suitable for receiving
traffic.
- isWorking - Variable in class com.yahoo.search.cluster.BaseNodeMonitor
-
- isWorking() - Method in class com.yahoo.search.cluster.BaseNodeMonitor
-
Returns whether this node is currently in a state suitable
for receiving traffic.
- isWorking() - Method in class com.yahoo.search.dispatch.SearchCluster.Node
-
Returns whether this node is currently responding to requests
- Item - Class in com.yahoo.prelude.query
-
A term of the query language.
- Item() - Constructor for class com.yahoo.prelude.query.Item
-
- Item.ItemCreator - Enum in com.yahoo.prelude.query
-
The definitions in Item.ItemCreator must match the ones in
searchlib/src/searchlib/parsequery/parse.h
- Item.ItemType - Enum in com.yahoo.prelude.query
-
The definitions in Item.ItemType must match the ones in
searchlib/src/searchlib/parsequery/parse.h
- ItemArguments - Class in com.yahoo.search.query.textserialize.item
-
- ItemArguments(List<Object>) - Constructor for class com.yahoo.search.query.textserialize.item.ItemArguments
-
- ItemContext - Class in com.yahoo.search.query.textserialize.item
-
- ItemContext() - Constructor for class com.yahoo.search.query.textserialize.item.ItemContext
-
- itemCount() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Returns the total number of items to match in this evaluation
- ItemExecutorRegistry - Class in com.yahoo.search.query.textserialize.item
-
- ItemExecutorRegistry() - Constructor for class com.yahoo.search.query.textserialize.item.ItemExecutorRegistry
-
- ItemFormConverter - Interface in com.yahoo.search.query.textserialize.item
-
- ItemFormHandler - Class in com.yahoo.search.query.textserialize.item
-
- ItemFormHandler() - Constructor for class com.yahoo.search.query.textserialize.item.ItemFormHandler
-
- ItemHelper - Class in com.yahoo.prelude.query
-
Helper function for Item
- ItemHelper() - Constructor for class com.yahoo.prelude.query.ItemHelper
-
- ItemIdMapper - Class in com.yahoo.search.query.textserialize.serializer
-
- ItemIdMapper() - Constructor for class com.yahoo.search.query.textserialize.serializer.ItemIdMapper
-
- ItemInitializer - Class in com.yahoo.search.query.textserialize.item
-
- ItemInitializer() - Constructor for class com.yahoo.search.query.textserialize.item.ItemInitializer
-
- itemIterator() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
Returns the items of this phrase as a read-only iterator
- items() - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Returns a read-only view of the items of this
- itemToForm(Item, ItemIdMapper) - Method in class com.yahoo.search.query.textserialize.item.CompositeConverter
-
- itemToForm(Item, ItemIdMapper) - Method in interface com.yahoo.search.query.textserialize.item.ItemFormConverter
-
- itemToForm(Item, ItemIdMapper) - Method in class com.yahoo.search.query.textserialize.item.NearConverter
-
- itemToForm(Item, ItemIdMapper) - Method in class com.yahoo.search.query.textserialize.item.TermConverter
-
- iterator() - Method in class com.yahoo.search.grouping.request.FunctionNode
-
- iterator() - Method in class com.yahoo.search.result.HitGroup
-
Returns an iterator of the hits in this group.
- RandomResolver - Class in com.yahoo.search.pagetemplates.engine.resolvers
-
A resolver which makes all choices by random.
- RandomResolver() - Constructor for class com.yahoo.search.pagetemplates.engine.resolvers.RandomResolver
-
- RandomResolver(String) - Constructor for class com.yahoo.search.pagetemplates.engine.resolvers.RandomResolver
-
- RangeEntry(String, long) - Constructor for class com.yahoo.prelude.query.PredicateQueryItem.RangeEntry
-
- RangeEntry(String, long, long) - Constructor for class com.yahoo.prelude.query.PredicateQueryItem.RangeEntry
-
- RangeItem - Class in com.yahoo.prelude.query
-
This class represents a numeric range.
- RangeItem(Number, Number, String) - Constructor for class com.yahoo.prelude.query.RangeItem
-
Creates a new range operator
- RangeItem(Limit, Limit, String) - Constructor for class com.yahoo.prelude.query.RangeItem
-
Creates a new range operator
- RangeItem(Number, Number, String, boolean) - Constructor for class com.yahoo.prelude.query.RangeItem
-
Creates a new range operator
- RangeItem(Limit, Limit, String, boolean) - Constructor for class com.yahoo.prelude.query.RangeItem
-
Creates a new range operator
- RangeItem(Number, Number, int, String, boolean) - Constructor for class com.yahoo.prelude.query.RangeItem
-
- RangeItem(Limit, Limit, int, String, boolean) - Constructor for class com.yahoo.prelude.query.RangeItem
-
- RangeQueryOptimizer - Class in com.yahoo.search.querytransform
-
Finds and optimizes ranges in queries:
For single value attributes c1 $lt; x AND x > c2 becomes x IN <c1; c2>.
- RangeQueryOptimizer() - Constructor for class com.yahoo.search.querytransform.RangeQueryOptimizer
-
- RANK - Static variable in class com.yahoo.prelude.query.TermType
-
- RankFeatures - Class in com.yahoo.search.query.ranking
-
Contains the rank features of a query.
- RankFeatures() - Constructor for class com.yahoo.search.query.ranking.RankFeatures
-
- RANKFEATURES - Static variable in class com.yahoo.search.query.Ranking
-
An alias for listing features
- RANKFEATURES_FIELD - Static variable in class com.yahoo.search.result.Hit
-
The hit field used to store rank features.
- Ranking - Class in com.yahoo.search.query
-
The ranking (hit ordering) settings of a query
- Ranking(Query) - Constructor for class com.yahoo.search.query.Ranking
-
- RANKING - Static variable in class com.yahoo.search.query.Ranking
-
- RankItem - Class in com.yahoo.prelude.query
-
Represents the rank operator, which only orders the result set and
does not change which hits are returned.
- RankItem() - Constructor for class com.yahoo.prelude.query.RankItem
-
- rankprofile - Variable in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Builder
-
- rankprofile(DocumentdbInfoConfig.Documentdb.Rankprofile.Builder) - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Builder
-
Add the given builder to this builder's list of Rankprofile builders
- rankprofile(List<DocumentdbInfoConfig.Documentdb.Rankprofile.Builder>) - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Builder
-
Set the given list as this builder's list of Rankprofile builders
- rankprofile() - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb
-
- rankprofile(int) - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb
-
- Rankprofile(DocumentdbInfoConfig.Documentdb.Rankprofile.Builder) - Constructor for class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Rankprofile
-
- rankProfiles() - Method in class com.yahoo.prelude.fastsearch.DocumentDatabase
-
Returns an unmodifiable map of all the rank profiles in this indexed by rank profile name
- RankProperties - Class in com.yahoo.search.query.ranking
-
Contains the properties properties of a query.
- RankProperties() - Constructor for class com.yahoo.search.query.ranking.RankProperties
-
- RATE_LIMITING - Static variable in class com.yahoo.search.searchers.RateLimitingSearcher
-
Constant containing the name this Provides - "rateLimiting", for ordering constraints
- RateLimitingConfig - Class in com.yahoo.search.config
-
This class represents the root node of rate-limiting
Copyright 2017 Yahoo Holdings.
- RateLimitingConfig(RateLimitingConfig.Builder) - Constructor for class com.yahoo.search.config.RateLimitingConfig
-
- RateLimitingConfig.Builder - Class in com.yahoo.search.config
-
- RateLimitingConfig.Producer - Interface in com.yahoo.search.config
-
- RateLimitingSearcher - Class in com.yahoo.search.searchers
-
A simple rate limiter.
- RateLimitingSearcher(RateLimitingConfig, ClusterInfoConfig, MetricReceiver) - Constructor for class com.yahoo.search.searchers.RateLimitingSearcher
-
- RateLimitingSearcher(RateLimitingConfig, ClusterInfoConfig, MetricReceiver, Clock) - Constructor for class com.yahoo.search.searchers.RateLimitingSearcher
-
For testing - allows injection of a timer to avoid depending on the system clock
- RAW - Static variable in class com.yahoo.search.query.Sorting
-
- RAW_ANNOTATE_BEGIN_CHAR - Static variable in class com.yahoo.prelude.hitfield.AnnotateStringFieldPart
-
- RAW_ANNOTATE_END_CHAR - Static variable in class com.yahoo.prelude.hitfield.AnnotateStringFieldPart
-
- RAW_ANNOTATE_SEPARATOR_CHAR - Static variable in class com.yahoo.prelude.hitfield.AnnotateStringFieldPart
-
- RAW_HIGHLIGHT_CHAR - Static variable in class com.yahoo.prelude.searcher.JuniperSearcher
-
- RAW_QUERY - Static variable in class com.yahoo.search.searchchain.PhaseNames
-
A checkpoint where the query is not yet transformed in any way.
- RAW_SEPARATOR_CHAR - Static variable in class com.yahoo.prelude.searcher.JuniperSearcher
-
- RawBucket - Class in com.yahoo.search.grouping.request
-
- RawBucket(RawBuffer, RawBuffer) - Constructor for class com.yahoo.search.grouping.request.RawBucket
-
Constructs a new instance of this class.
- RawBucket(ConstantValue<?>, ConstantValue<?>) - Constructor for class com.yahoo.search.grouping.request.RawBucket
-
Constructs a new instance of this class.
- RawBucketId - Class in com.yahoo.search.grouping.result
-
This class is used in
Group
instances where the identifying
expression evaluated to a
RawBucket
.
- RawBucketId(byte[], byte[]) - Constructor for class com.yahoo.search.grouping.result.RawBucketId
-
Constructs a new instance of this class.
- RawBuffer - Class in com.yahoo.search.grouping.request
-
This class represents a buffer of byte values to be used as a backing buffer
for raw buckets.
- RawBuffer() - Constructor for class com.yahoo.search.grouping.request.RawBuffer
-
Create an empty buffer.
- RawBuffer(ArrayList<Byte>) - Constructor for class com.yahoo.search.grouping.request.RawBuffer
-
Create a buffer with initial content.
- RawBuffer(byte[]) - Constructor for class com.yahoo.search.grouping.request.RawBuffer
-
Create a buffer with initial content.
- RawData - Class in com.yahoo.prelude.hitfield
-
A representation of some binary data with unknown semantics
- RawData(byte[]) - Constructor for class com.yahoo.prelude.hitfield.RawData
-
Constructor, takes ownership
- RawId - Class in com.yahoo.search.grouping.result
-
This class is used in
Group
instances where the identifying expression evaluated to a
Byte
array.
- RawId(byte[]) - Constructor for class com.yahoo.search.grouping.result.RawId
-
Constructs a new instance of this class.
- RawPredefined - Class in com.yahoo.search.grouping.request
-
This class represents a predefined bucket-function in a
GroupingExpression
for expressions that evaluate to a
raw.
- RawPredefined(GroupingExpression, RawBucket, RawBucket...) - Constructor for class com.yahoo.search.grouping.request.RawPredefined
-
Constructs a new instance of this class.
- RawSorter(String) - Constructor for class com.yahoo.search.query.Sorting.RawSorter
-
- RawValue - Class in com.yahoo.search.grouping.request
-
- RawValue(RawBuffer) - Constructor for class com.yahoo.search.grouping.request.RawValue
-
Constructs a new instance of this class.
- RBRACE - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- RBRACE() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantMapExpressionContext
-
- RBRACE() - Method in class com.yahoo.search.yql.yqlplusParser.MapExpressionContext
-
- RBRACE - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RBRACKET - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- RBRACKET() - Method in class com.yahoo.search.yql.yqlplusParser.AnnotationContext
-
- RBRACKET() - Method in class com.yahoo.search.yql.yqlplusParser.ArrayLiteralContext
-
- RBRACKET() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantArrayContext
-
- RBRACKET() - Method in class com.yahoo.search.yql.yqlplusParser.IndexrefContext
-
- RBRACKET - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- read() - Method in class com.yahoo.fs4.mplex.FS4Connection
-
- read() - Method in class com.yahoo.search.federation.http.TimedStream
-
- read(byte[], int, int) - Method in class com.yahoo.search.federation.http.TimedStream
-
- read(byte[]) - Method in class com.yahoo.search.federation.http.TimedStream
-
- read(String) - Method in class com.yahoo.search.pagetemplates.config.PageTemplateXMLReader
-
Reads all page template xml files in a given directory.
- read(List<NamedReader>, boolean) - Method in class com.yahoo.search.pagetemplates.config.PageTemplateXMLReader
-
Reads all page template xml files in a given list of readers.
- read(String) - Method in class com.yahoo.search.query.profile.config.QueryProfileXMLReader
-
Reads all query profile xml files in a given directory,
and all type xml files from the immediate subdirectory "types/" (if any)
- read(List<NamedReader>, List<NamedReader>) - Method in class com.yahoo.search.query.profile.config.QueryProfileXMLReader
-
Read the XML file readers into a registry.
- readFile(String) - Method in class com.yahoo.search.pagetemplates.config.PageTemplateXMLReader
-
Reads a single page template file.
- readTimeout(double) - Method in class com.yahoo.search.federation.ProviderConfig.Builder
-
- readTimeout() - Method in class com.yahoo.search.federation.ProviderConfig
-
- readTimeout - Variable in class com.yahoo.search.searchchain.model.federation.HttpProviderSpec.ConnectionParameters
-
- recallName - Static variable in class com.yahoo.prelude.querytransform.RecallSearcher
-
- RecallSearcher - Class in com.yahoo.prelude.querytransform
-
This searcher parses the content of the "recall" query property as a filter expression alongside a placeholder
query string.
- RecallSearcher() - Constructor for class com.yahoo.prelude.querytransform.RecallSearcher
-
- receive(Client.GetDocsumsResponseOrError) - Method in class com.yahoo.search.dispatch.Dispatcher.GetDocsumsResponseReceiver
-
Called by a thread belonging to the client when a valid response becomes available
- receivePacket(BasicPacket) - Method in class com.yahoo.fs4.mplex.Backend
-
When a connection receives a packet, it uses this method to
dispatch the packet to the right FS4Channel.
- receivePackets(long, int) - Method in class com.yahoo.fs4.mplex.FS4Channel
-
Receives the given number of packets and returns them, OR
Returns a smaller number of packets if an error or eol packet is received
Throws a ChannelTimeoutException if timeout occurs before all packets
are received.
- receivePackets(long, int) - Method in class com.yahoo.search.dispatch.CloseableChannel
-
- recheckForCapacityProbability(double) - Method in class com.yahoo.search.config.RateLimitingConfig.Builder
-
- recheckForCapacityProbability() - Method in class com.yahoo.search.config.RateLimitingConfig
-
- reference - Variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Builder
-
- reference(QueryProfilesConfig.Queryprofile.Reference.Builder) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Builder
-
Add the given builder to this builder's list of Reference builders
- reference(List<QueryProfilesConfig.Queryprofile.Reference.Builder>) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Builder
-
Set the given list as this builder's list of Reference builders
- reference - Variable in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder
-
- reference(QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder
-
Add the given builder to this builder's list of Reference builders
- reference(List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder>) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder
-
Set the given list as this builder's list of Reference builders
- reference() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant
-
- reference(int) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant
-
- Reference(QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder) - Constructor for class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference
-
- reference() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile
-
- reference(int) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile
-
- Reference(QueryProfilesConfig.Queryprofile.Reference.Builder) - Constructor for class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Reference
-
- ReferencedMatches - Class in com.yahoo.prelude.semantics.engine
-
The Matches referenced by a particular context name in a rule evaluation
- ReferencedMatches(String) - Constructor for class com.yahoo.prelude.semantics.engine.ReferencedMatches
-
- ReferenceTermProduction - Class in com.yahoo.prelude.semantics.rule
-
A term produced by a production rule which takes it's actual term value
from one or more terms matched in the condition
- ReferenceTermProduction(String) - Constructor for class com.yahoo.prelude.semantics.rule.ReferenceTermProduction
-
Creates a new produced reference term
- ReferenceTermProduction(String, TermType) - Constructor for class com.yahoo.prelude.semantics.rule.ReferenceTermProduction
-
Creates a new produced reference term
- ReferenceTermProduction(String, String) - Constructor for class com.yahoo.prelude.semantics.rule.ReferenceTermProduction
-
Creates a new produced reference term
- ReferenceTermProduction(String, String, TermType) - Constructor for class com.yahoo.prelude.semantics.rule.ReferenceTermProduction
-
Creates a new produced reference term
- RegExpItem - Class in com.yahoo.prelude.query
-
Match a field with the contained regular expression.
- RegExpItem(String, boolean, String) - Constructor for class com.yahoo.prelude.query.RegExpItem
-
- region_size(int) - Method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig.Builder
-
- region_size() - Method in class com.yahoo.search.cache.QrBinaryCacheRegionConfig
-
- register(PageTemplate) - Method in class com.yahoo.search.pagetemplates.PageTemplateRegistry
-
- register(CompiledQueryProfile) - Method in class com.yahoo.search.query.profile.compiled.CompiledQueryProfileRegistry
-
Registers a type by its id
- register(QueryProfile) - Method in class com.yahoo.search.query.profile.QueryProfileRegistry
-
Register this type by its id
- register(QueryProfileType) - Method in class com.yahoo.search.query.profile.types.QueryProfileTypeRegistry
-
Register this type by its id
- register(Chain<Searcher>) - Method in class com.yahoo.search.searchchain.SearchChainRegistry
-
- register(Searcher) - Method in class com.yahoo.search.searchchain.SearcherRegistry
-
- relationalExpression() - Method in class com.yahoo.search.yql.yqlplusParser.EqualityExpressionContext
-
- relationalExpression(int) - Method in class com.yahoo.search.yql.yqlplusParser.EqualityExpressionContext
-
- relationalExpression() - Method in class com.yahoo.search.yql.yqlplusParser
-
- RelationalExpressionContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.RelationalExpressionContext
-
- relationalOp() - Method in class com.yahoo.search.yql.yqlplusParser.RelationalExpressionContext
-
- relationalOp() - Method in class com.yahoo.search.yql.yqlplusParser
-
- RelationalOpContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.RelationalOpContext
-
- releaseGroup(SearchCluster.Group) - Method in class com.yahoo.search.dispatch.LoadBalancer
-
- Relevance - Class in com.yahoo.search.result
-
A relevance double value.
- Relevance(double) - Constructor for class com.yahoo.search.result.Relevance
-
Construct a relevancy object with an initial value.
- RelevanceValue - Class in com.yahoo.search.grouping.request
-
- RelevanceValue() - Constructor for class com.yahoo.search.grouping.request.RelevanceValue
-
Constructs a new instance of this class.
- RELEVANCY - Static variable in class com.yahoo.search.federation.CommonFields
-
- remove() - Method in class com.yahoo.fs4.HexByteIterator
-
- remove(CacheKey) - Method in class com.yahoo.prelude.fastsearch.PacketCache
-
- remove() - Method in class com.yahoo.prelude.hitfield.FieldIterator
-
- remove() - Method in class com.yahoo.prelude.hitfield.TokenFieldIterator
-
- remove() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase.MatchIterator
-
- remove() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
Removes the word items of this phrase.
- remove(Object) - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
Removes a secondary binding
- remove(Object) - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- remove(Object) - Method in class com.yahoo.prelude.templates.MapContext
-
Deprecated.
- remove(T) - Method in class com.yahoo.search.cluster.Hasher
-
Removes a node
- remove(Document) - Method in class com.yahoo.search.match.DocumentDb
-
Remove a document from this document db
- remove(String) - Method in class com.yahoo.search.query.profile.CopyOnWriteContent
-
- remove(String) - Method in class com.yahoo.search.query.ranking.RankProperties
-
Removes all properties properties for a given name
- remove() - Method in class com.yahoo.search.result.DeepHitIterator
-
- remove(String) - Method in class com.yahoo.search.result.HitGroup
-
Removes a hit from this group or any subgroup
- remove(URI) - Method in class com.yahoo.search.result.HitGroup
-
Removes a hit from this group or any subgroup.
- remove(int) - Method in class com.yahoo.search.result.HitGroup
-
Removes a hit from this group (not considering the hits of any subgroup)
- remove() - Method in class com.yahoo.search.result.HitIterator
-
- removeChannel(Integer) - Method in class com.yahoo.fs4.mplex.Backend
-
Remove a channel.
- removeCondition(int) - Method in class com.yahoo.prelude.semantics.rule.CompositeCondition
-
Returns the condition at the given index
- removeEldestEntry(Map.Entry<CacheKey, PacketWrapper>) - Method in class com.yahoo.prelude.fastsearch.PacketCache
-
Overrides LinkedHashMap.removeEldestEntry as suggested to implement LRU cache.
- removeErrorHit() - Method in class com.yahoo.search.result.HitGroup
-
Removes the error hit of this.
- removeField(String) - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Removes a field from this
- removeField(String) - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Removes a field from this (not from any inherited profile)
- removeField(String) - Method in class com.yahoo.search.result.Hit
-
Removes a field from this
- removeItem(int) - Method in class com.yahoo.prelude.query.CompositeItem
-
Removes the item at the given index
- removeItem(Item) - Method in class com.yahoo.prelude.query.CompositeItem
-
Removes the given item.
- removeItem(Item) - Method in class com.yahoo.prelude.query.NotItem
-
- removeItem(int) - Method in class com.yahoo.prelude.query.NotItem
-
- removeItem(int) - Method in class com.yahoo.prelude.query.SegmentItem
-
- removeItem(Item) - Method in class com.yahoo.prelude.query.SegmentItem
-
- removeItem(Item) - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Removes this item
- removeItem(int, Item) - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Removes an item, prefers the one at/close to the given position if there are multiple ones
- removeItem(Item) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- removeItem(int, Item) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Removes an item, prefers the one at/close to the given position if there are multiple ones
- removeItemByIdentity(Item) - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Removes this item by identity to ensure we remove the right one if there are multiple
equal items
- removeItemByIdentity(Item) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- removeMatches(ReferencedMatches) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Remove all the terms recognized by this match
- removePingChannel() - Method in class com.yahoo.fs4.mplex.Backend
-
Remove a ping channel.
- removeToken(String) - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- render(StringBuilder, Inspector) - Static method in class com.yahoo.prelude.hitfield.XmlRenderer
-
- render(Writer, Result) - Method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
Renders this result
- render(Context, T) - Method in class com.yahoo.prelude.templates.Template
-
Deprecated.
Renders this template
- render(OutputStream, ContentChannel, CompletionHandler) - Method in class com.yahoo.search.handler.HttpSearchResponse
-
- render(Writer) - Method in class com.yahoo.search.query.context.QueryContext
-
- render(OutputStream, Result, Execution, Request) - Method in class com.yahoo.search.rendering.Renderer
-
Renders synchronously and returns when rendering is complete.
- render(Writer, Result) - Method in class com.yahoo.search.rendering.Renderer
-
Renders the result to the writer.
- render(Writer, Result) - Method in class com.yahoo.search.rendering.SectionedRenderer
-
Picks apart the result and feeds it to the other methods.
- render(Writer, Result) - Method in class com.yahoo.search.rendering.SyncDefaultRenderer
-
Renders this result
- renderCoverageAttributes(Coverage, XMLWriter) - Static method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
- renderCoverageAttributes(Coverage, XMLWriter) - Static method in class com.yahoo.search.rendering.DefaultRenderer
-
Deprecated.
- renderCoverageAttributes(Coverage, XMLWriter) - Static method in class com.yahoo.search.rendering.SyncDefaultRenderer
-
- Renderer - Class in com.yahoo.search.pagetemplates.model
-
A description of a way to present data items from a source.
- Renderer(String) - Constructor for class com.yahoo.search.pagetemplates.model.Renderer
-
- Renderer - Class in com.yahoo.search.rendering
-
Renders a search result to a writer synchronously - the result is completely rendered when the render method returns..
- Renderer() - Constructor for class com.yahoo.search.rendering.Renderer
-
- rendererErrorHitMessageMessage(XMLWriter, ErrorHit, ErrorMessage) - Static method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
- rendererId(String) - Method in class com.yahoo.search.handler.SearchWithRendererHandlerConfig.Builder
-
- rendererId() - Method in class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- RendererRegistry - Class in com.yahoo.search.rendering
-
Holds all configured and built-in renderers.
- RendererRegistry() - Constructor for class com.yahoo.search.rendering.RendererRegistry
-
Creates a registry containing the built-in renderers only
- RendererRegistry(Executor) - Constructor for class com.yahoo.search.rendering.RendererRegistry
-
Creates a registry containing the built-in renderers only, using a custom executor.
- RendererRegistry(Collection<Renderer>) - Constructor for class com.yahoo.search.rendering.RendererRegistry
-
Creates a registry of the given renderers plus the built-in ones
- RendererRegistry(Collection<Renderer>, Executor) - Constructor for class com.yahoo.search.rendering.RendererRegistry
-
Creates a registry of the given renderers plus the built-in ones, using a custom executor.
- rendererRegistry() - Method in class com.yahoo.search.searchchain.Execution.Context
-
Returns the template registry to use with this execution.
- renderers() - Method in class com.yahoo.search.pagetemplates.model.Source
-
Returns the renderers or choices of renderers to apply on individual items of this source
- renderers() - Method in class com.yahoo.search.pagetemplates.result.SectionHitGroup
-
Returns the live, modifiable list of renderers in this section
- renderField(Context, Hit, Map.Entry<String, Object>, XMLWriter) - Method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
- renderField(Context, Hit, Map.Entry<String, Object>, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
- renderFieldContent(Context, Hit, String, XMLWriter) - Method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
- renderFromInspector() - Method in class com.yahoo.prelude.hitfield.JSONString
-
- renderGroup(HitGroup, XMLWriter) - Method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
Renders a hit group.
- renderHeader(HitGroup, XMLWriter) - Static method in class com.yahoo.search.grouping.result.HitRenderer
-
Renders the header for the given grouping hit.
- renderHit(Writer, Hit, int) - Method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
Renders this hit as xml.
- renderHit(XMLWriter, Hit, int) - Method in class com.yahoo.search.rendering.SyncDefaultRenderer
-
Renders this hit as xml.
- renderHitAttributes(Hit, XMLWriter) - Method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
Writes a hit's default attributes like 'type', 'source', 'relevancy'.
- renderHitAttributes(Hit, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
Augments default hit attributes rendering with formatting options.
- renderHitFields(Context, Hit, XMLWriter) - Method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
Renders all fields of a hit.
- renderHitFields(Context, Hit, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
Renders all fields of the hit
- renderHitGroup(HitGroup, Context, XMLWriter) - Method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
Opens (but does not close) the group hit tag
- renderHitGroup(HitGroup, Context, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
- renderHitGroupOfTypeGroupHit(Context, HitGroup, XMLWriter) - Method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
- renderId(URI, XMLWriter) - Method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
- RenderingVisitor(XMLWriter, long) - Constructor for class com.yahoo.search.rendering.DefaultRenderer.RenderingVisitor
-
Deprecated.
- RenderingVisitor(XMLWriter, long) - Constructor for class com.yahoo.search.rendering.SyncDefaultRenderer.RenderingVisitor
-
- renderMessageDefaultErrorHit(XMLWriter, ErrorMessage) - Static method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
- renderMessageDefaultErrorHit(XMLWriter, ErrorMessage) - Static method in class com.yahoo.search.rendering.DefaultRenderer
-
Deprecated.
- renderMessageDefaultErrorHit(XMLWriter, ErrorMessage) - Static method in class com.yahoo.search.rendering.SyncDefaultRenderer
-
- renderProvider(Context, Hit, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
Renders /result/meta/provider.
- renderProviderField(Context, Hit, Map.Entry<String, Object>, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
Renders one field under /result/meta/provider.
- renderProviderHitAttributes(Hit, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
Specific hit attributes rendering for 'provider' meta hits under /result/meta.
- renderProviderHitFields(Context, Hit, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
Renders fields under /result/meta/provider.
- renderSection(HitGroup, XMLWriter) - Method in class com.yahoo.prelude.templates.PageTemplateSet
-
Deprecated.
- renderSection(HitGroup, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
Renders /result/section.
- renderSectionContent(HitGroup, XMLWriter) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
- replace() - Method in class com.yahoo.prelude.query.parser.SpecialTokens.SpecialToken
-
Returns the right replace value, never null or an empty string
- replace() - Method in class com.yahoo.prelude.querytransform.PhraseMatcher.Phrase
-
Replaces the words items of this phrase with a phrase item.
- replaceMatches(RuleEvaluation, ReferencedMatches) - Method in class com.yahoo.prelude.semantics.rule.ReferenceTermProduction
-
- replacing - Variable in class com.yahoo.prelude.semantics.rule.Production
-
True to add, false to replace, default true
- ReplacingProductionRule - Class in com.yahoo.prelude.semantics.rule
-
A production rule which replaces matched terms by the production
- ReplacingProductionRule() - Constructor for class com.yahoo.prelude.semantics.rule.ReplacingProductionRule
-
- REPORT_COVERAGE - Static variable in class com.yahoo.search.query.Presentation
-
- request() - Method in class com.yahoo.search.result.Hit
-
Returns the query which produced this hit as a request, or null if not known
- RequestContextProperties - Class in com.yahoo.search.query.properties
-
Turns get(name) into get(name,request) using the request given at construction time.
- RequestContextProperties(Map<String, String>) - Constructor for class com.yahoo.search.query.properties.RequestContextProperties
-
- requestHasProperty(String) - Method in class com.yahoo.search.Query
-
- requesttimeout(int) - Method in class com.yahoo.prelude.cluster.QrMonitorConfig.Builder
-
- requesttimeout() - Method in class com.yahoo.prelude.cluster.QrMonitorConfig
-
- requestTimeoutMillis(int) - Method in class com.yahoo.search.federation.FederationConfig.Target.SearchChain.Builder
-
- requestTimeoutMillis() - Method in class com.yahoo.search.federation.FederationConfig.Target.SearchChain
-
- reserve(int) - Method in class com.yahoo.search.result.Hit
-
Allocate room for the given number of fields to avoid resizing.
- reset() - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Resets the item iterator to point to the first item
- reset() - Method in class com.yahoo.search.federation.http.TimedStream
-
- resetQueryCount() - Method in class com.yahoo.prelude.searcher.DocumentSourceSearcher
-
Deprecated.
- resetQueryCount() - Method in class com.yahoo.search.searchchain.testutil.DocumentSourceSearcher
-
- resetTimeout() - Method in class com.yahoo.search.Query
-
Resets the start time of the query.
- resetToLast() - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Resets the item iterator to point to the last item:
- Resolution - Class in com.yahoo.search.pagetemplates.engine
-
A resolution of choices within a template.
- Resolution() - Constructor for class com.yahoo.search.pagetemplates.engine.Resolution
-
- resolve(ComponentSpecification, Properties) - Method in class com.yahoo.search.federation.sourceref.SearchChainResolver
-
- resolve(ComponentSpecification, Properties, IndexFacts) - Method in class com.yahoo.search.federation.sourceref.SourceRefResolver
-
- resolve(GroupingExpression) - Method in class com.yahoo.search.grouping.request.BucketResolver
-
Resolves and returns the list of grouping expressions that correspond to the previously pushed buckets.
- resolve() - Method in class com.yahoo.search.grouping.request.MathResolver
-
Converts the internal list of operator-expression pairs into a corresponding combined grouping expression.
- resolve(Choice, Query, Result) - Method in class com.yahoo.search.pagetemplates.engine.Resolver
-
Override this to resolve choices.
- resolve(Choice, Query, Result, Resolution) - Method in class com.yahoo.search.pagetemplates.engine.Resolver
-
Override this to resolve each choice independently.
- resolve(MapChoice, Query, Result, Resolution) - Method in class com.yahoo.search.pagetemplates.engine.Resolver
-
Override this to resolve each map choice independently.
- resolve(Choice, Query, Result, Resolution) - Method in class com.yahoo.search.pagetemplates.engine.resolvers.DeterministicResolver
-
Chooses the last alternative of any choice
- resolve(MapChoice, Query, Result, Resolution) - Method in class com.yahoo.search.pagetemplates.engine.resolvers.DeterministicResolver
-
Chooses a mapping which is always by the literal order given in the source template
- resolve(Choice, Query, Result, Resolution) - Method in class com.yahoo.search.pagetemplates.engine.resolvers.RandomResolver
-
Chooses the last alternative of any choice
- resolve(MapChoice, Query, Result, Resolution) - Method in class com.yahoo.search.pagetemplates.engine.resolvers.RandomResolver
-
Chooses a mapping which is always by the literal order given in the source template
- resolveAndDump(String...) - Method in class com.yahoo.search.query.profile.DumpTool
-
Creates and returns a dump from some parameters
- resolveLevel(int) - Method in class com.yahoo.search.grouping.request.AggregatorNode
-
- resolveLevel(int) - Method in class com.yahoo.search.grouping.request.DocumentValue
-
- resolveLevel(int) - Method in class com.yahoo.search.grouping.request.EachOperation
-
- resolveLevel(int) - Method in class com.yahoo.search.grouping.request.FunctionNode
-
- resolveLevel(int) - Method in class com.yahoo.search.grouping.request.GroupingExpression
-
Resolves the conceptual level of this expression.
- resolveLevel(int) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Resolves the conceptual level of this operation.
- Resolver - Class in com.yahoo.search.pagetemplates.engine
-
Superclass of page template choice resolvers.
- Resolver(String) - Constructor for class com.yahoo.search.pagetemplates.engine.Resolver
-
- Resolver(ComponentId) - Constructor for class com.yahoo.search.pagetemplates.engine.Resolver
-
- Resolver() - Constructor for class com.yahoo.search.pagetemplates.engine.Resolver
-
- ResolverRegistry - Class in com.yahoo.search.pagetemplates.engine.resolvers
-
A registry of available resolver components
- ResolverRegistry(List<Resolver>) - Constructor for class com.yahoo.search.pagetemplates.engine.resolvers.ResolverRegistry
-
- ResolversConfig - Class in com.yahoo.search.pagetemplates
-
This class represents the root node of resolvers
Copyright 2017 Yahoo Holdings.
- ResolversConfig(ResolversConfig.Builder) - Constructor for class com.yahoo.search.pagetemplates.ResolversConfig
-
- ResolversConfig.Builder - Class in com.yahoo.search.pagetemplates
-
- ResolversConfig.Component - Class in com.yahoo.search.pagetemplates
-
This class represents resolvers.component[]
- ResolversConfig.Component.Builder - Class in com.yahoo.search.pagetemplates
-
- ResolversConfig.Producer - Interface in com.yahoo.search.pagetemplates
-
- responded(boolean) - Method in class com.yahoo.prelude.cluster.NodeMonitor
-
Called when a response is received from this node.
- responded() - Method in class com.yahoo.search.cluster.BaseNodeMonitor
-
Called when a response is received from this node.
- responded(T) - Method in class com.yahoo.search.cluster.ClusterMonitor
-
Called when a node responded
- responded() - Method in class com.yahoo.search.cluster.TrafficNodeMonitor
-
Called when a response is received from this node.
- respondedAt - Variable in class com.yahoo.search.cluster.BaseNodeMonitor
-
The last time this node responded (failed or succeeded), in ms
- responsibleSearchChain(Properties) - Method in class com.yahoo.search.federation.sourceref.SingleTarget
-
- responsibleSearchChain(Properties) - Method in class com.yahoo.search.federation.sourceref.SourcesTarget
-
- responsibleSearchChain(Properties) - Method in class com.yahoo.search.federation.sourceref.Target
-
- rest(List<T>) - Static method in class com.yahoo.search.query.textserialize.item.ListUtil
-
- RESTRICT - Static variable in class com.yahoo.search.query.Model
-
- Result - Class in com.yahoo.search
-
The Result contains all the data produced by executing a Query: Some very limited global information, and
a single HitGroup containing hits of the result.
- Result(Query) - Constructor for class com.yahoo.search.Result
-
Creates a new Result where the top level hit group has id "toplevel"
- Result(Query, HitGroup) - Constructor for class com.yahoo.search.Result
-
Create an empty result.
- Result(Query, ErrorMessage) - Constructor for class com.yahoo.search.Result
-
Create a result containing an error
- ResultBuilder - Class in com.yahoo.search.federation.vespa
-
Parse Vespa XML results and create Result instances.
- ResultBuilder() - Constructor for class com.yahoo.search.federation.vespa.ResultBuilder
-
Default constructor.
- ResultBuilder(XMLReader) - Constructor for class com.yahoo.search.federation.vespa.ResultBuilder
-
- RETRIES - Static variable in class com.yahoo.search.federation.http.HTTPParameters
-
- retries(int) - Method in class com.yahoo.search.federation.ProviderConfig.Builder
-
- retries() - Method in class com.yahoo.search.federation.ProviderConfig
-
- retries - Variable in class com.yahoo.search.searchchain.model.federation.HttpProviderSpec.ConnectionParameters
-
- retry(int) - Method in class com.yahoo.search.federation.ProviderConfig.Yca.Builder
-
- retry() - Method in class com.yahoo.search.federation.ProviderConfig.Yca
-
- returnConnection(FS4Connection) - Method in class com.yahoo.fs4.mplex.Backend
-
Return a connection to the connection pool.
- RETURNING - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- RETURNING - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RETURNING() - Method in class com.yahoo.search.yql.yqlplusParser.Returning_specContext
-
- returning_spec() - Method in class com.yahoo.search.yql.yqlplusParser.Delete_statementContext
-
- returning_spec() - Method in class com.yahoo.search.yql.yqlplusParser.Insert_statementContext
-
- returning_spec() - Method in class com.yahoo.search.yql.yqlplusParser
-
- returning_spec() - Method in class com.yahoo.search.yql.yqlplusParser.Update_statementContext
-
- Returning_specContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Returning_specContext
-
- ReverseFunction - Class in com.yahoo.search.grouping.request
-
- ReverseFunction(GroupingExpression) - Constructor for class com.yahoo.search.grouping.request.ReverseFunction
-
Constructs a new instance of this class.
- rewrite(Query, String) - Method in class com.yahoo.search.query.rewrite.QueryRewriteSearcher
-
Perform the main rewrite logic
- rewrite(Query, String) - Method in class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
Main logic of rewriter
- Retrieve rewrites from FSA dict
- rewrite query using features that are enabled by user
- rewrite(Query, String) - Method in class com.yahoo.search.query.rewrite.rewriters.MisspellRewriter
-
Main logic of rewriter
- Retrieve spell corrected query from QLAS
- Add spell corrected query as equiv
- rewrite(Query, String) - Method in class com.yahoo.search.query.rewrite.rewriters.NameRewriter
-
Main logic of rewriter
- Retrieve rewrites from FSA dict
- rewrite query using features that are enabled by user
- REWRITE_META - Static variable in class com.yahoo.search.query.rewrite.RewriterConstants
-
Name for rewrite metadata retrieval from query properties
- REWRITER_CHAIN - Static variable in class com.yahoo.search.query.rewrite.RewriterConstants
-
Name for market chain retrieval from user param
- REWRITER_NAME - Static variable in class com.yahoo.search.query.rewrite.rewriters.GenericExpansionRewriter
-
- REWRITER_NAME - Static variable in class com.yahoo.search.query.rewrite.rewriters.MisspellRewriter
-
- REWRITER_NAME - Static variable in class com.yahoo.search.query.rewrite.rewriters.NameRewriter
-
- RewriterConstants - Class in com.yahoo.search.query.rewrite
-
Contains common constant strings used by rewriters
- RewriterConstants() - Constructor for class com.yahoo.search.query.rewrite.RewriterConstants
-
- rewriterDicts - Variable in class com.yahoo.search.query.rewrite.QueryRewriteSearcher
-
- RewriterFeatures - Class in com.yahoo.search.query.rewrite
-
Contains commonly used rewriter features
- RewriterFeatures() - Constructor for class com.yahoo.search.query.rewrite.RewriterFeatures
-
- RewriterUtils - Class in com.yahoo.search.query.rewrite
-
Contains common utilities used by rewriters
- RewriterUtils() - Constructor for class com.yahoo.search.query.rewrite.RewriterUtils
-
- REWRITES_AS_EQUIV - Static variable in class com.yahoo.search.query.rewrite.RewriterConstants
-
Config flag for addRewritesAsEquiv(false)
- REWRITES_AS_UNIT_EQUIV - Static variable in class com.yahoo.search.query.rewrite.RewriterConstants
-
Config flag for addRewritesAsEquiv(true)
- RewritesConfig - Class in com.yahoo.search.query.rewrite
-
This class represents the root node of rewrites
Copyright 2017 Yahoo Holdings.
- RewritesConfig(RewritesConfig.Builder) - Constructor for class com.yahoo.search.query.rewrite.RewritesConfig
-
- RewritesConfig.Builder - Class in com.yahoo.search.query.rewrite
-
- RewritesConfig.FsaDict - Class in com.yahoo.search.query.rewrite
-
This class represents rewrites.fsaDict[]
- RewritesConfig.FsaDict.Builder - Class in com.yahoo.search.query.rewrite
-
- RewritesConfig.Producer - Interface in com.yahoo.search.query.rewrite
-
- rewriteSddocname(Query) - Static method in class com.yahoo.prelude.querytransform.QueryRewrite
-
- REWRITTEN - Static variable in class com.yahoo.search.query.rewrite.RewriterConstants
-
Name for rewritten field retrieval from query properties
- robustSearch(Query, Execution, T) - Method in class com.yahoo.search.cluster.ClusterSearcher
-
Call search(Query,Execution,T) and handle any exceptions returned which
we do not want to propagate upwards By default this catches all runtime
exceptions and puts them into the result
- robustSearch(Query, Execution, Connection) - Method in class com.yahoo.search.federation.http.HTTPClientSearcher
-
Deprecated.
Overridden to avoid interfering with errors from nested searchers, which is inappropriate for a client
- root() - Method in class com.yahoo.text.interpretation.Interpretation
-
Returns the root of the tree representation of the interpretation
- RootGroup - Class in com.yahoo.search.grouping.result
-
This class represents the root
Group
in the grouping result model.
- RootGroup(int, Continuation) - Constructor for class com.yahoo.search.grouping.result.RootGroup
-
- RootId - Class in com.yahoo.search.grouping.result
-
- RootId(int) - Constructor for class com.yahoo.search.grouping.result.RootId
-
- row - Static variable in class com.yahoo.search.pagetemplates.model.Layout
-
The built in "row" layout
- RPAREN - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.ArgumentsContext
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.Data_sourceContext
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.Field_names_specContext
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.Field_values_group_specContext
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.Field_values_specContext
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.InNotInTargetContext
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.Literal_listContext
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.Merge_componentContext
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.ParamsContext
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.PrimaryExpressionContext
-
- RPAREN - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RPAREN() - Method in class com.yahoo.search.yql.yqlplusParser.Selectvar_statementContext
-
- RULE_additiveExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_additiveOp - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_alias_def - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_annotateExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_annotation - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_argument - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_arguments - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_array_parameter - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_arrayLiteral - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_arrayType - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_call_source - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_callExpresion - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_constantArray - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_constantExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_constantMapExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_constantPropertyNameAndValue - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_data_source - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_ddl - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_delete_source - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_delete_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_dereferencedExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_equalityExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_equalityOp - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_expression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_fallback - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_field_def - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_field_names_spec - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_field_values_group_spec - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_field_values_spec - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_fieldref - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_fixed_or_parameter - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_ident - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_import_list - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_import_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_indexref - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_inNotInTarget - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_insert_source - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_insert_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_insert_values - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_join_expr - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_join_spec - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_joinDereferencedExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_joinExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_keyword_as_ident - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_limit - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_literal_element - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_literal_list - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_literalString - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_logicalANDExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_logicalORExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_mapExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_mapType - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_merge_component - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_merge_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_moduleId - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_moduleName - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_multiplicativeExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_multOp - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_namespaced_name - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_next_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_nullOperator - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_offset - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_operatorCall - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_orderby - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_orderby_field - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_orderby_fields - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_output_spec - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_output_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_paged_clause - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_parameter - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_params - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_pipeline_step - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_primaryExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_procedure_argument - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_program - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_program_arglist - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_project_spec - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_propertyName - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_propertyNameAndValue - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_propertyref - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_query_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_relationalExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_relationalOp - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_returning_spec - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_scalar_literal - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_select_field_spec - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_select_source - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_select_source_all - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_select_source_join - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_select_source_multi - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_select_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_selectvar_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_sequence_source - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_source_list - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_source_spec - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_source_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_timeout - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_typename - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_unaryExpression - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_unaryOp - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_update_source - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_update_statement - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_update_values - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_vespa_grouping - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_view - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_where - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RULE_write_data_source - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- RuleBase - Class in com.yahoo.prelude.semantics
-
A set of semantic production rules and named conditions used to analyze
and rewrite queries
- RuleBase() - Constructor for class com.yahoo.prelude.semantics.RuleBase
-
Creates an empty rule base.
- RuleBase(String) - Constructor for class com.yahoo.prelude.semantics.RuleBase
-
Creates an empty rule base
- rulebase - Variable in class com.yahoo.prelude.semantics.SemanticRulesConfig.Builder
-
- rulebase(SemanticRulesConfig.Rulebase.Builder) - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Builder
-
Add the given builder to this builder's list of Rulebase builders
- rulebase(List<SemanticRulesConfig.Rulebase.Builder>) - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Builder
-
Set the given list as this builder's list of Rulebase builders
- rulebase() - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- rulebase(int) - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- Rulebase(SemanticRulesConfig.Rulebase.Builder) - Constructor for class com.yahoo.prelude.semantics.SemanticRulesConfig.Rulebase
-
- RuleBaseBenchmark - Class in com.yahoo.prelude.semantics.benchmark
-
- RuleBaseBenchmark() - Constructor for class com.yahoo.prelude.semantics.benchmark.RuleBaseBenchmark
-
- RuleBaseException - Exception in com.yahoo.prelude.semantics
-
Thrown on rule base consistency problems
- RuleBaseException(String) - Constructor for exception com.yahoo.prelude.semantics.RuleBaseException
-
- RuleBaseException(String, Exception) - Constructor for exception com.yahoo.prelude.semantics.RuleBaseException
-
- RuleEngine - Class in com.yahoo.prelude.semantics.engine
-
Evaluates the rules of a rule base.
- RuleEngine(RuleBase) - Constructor for class com.yahoo.prelude.semantics.engine.RuleEngine
-
- RuleEvaluation - Class in com.yahoo.prelude.semantics.engine
-
A particular evalutation of a particular rule.
- RuleEvaluation(Evaluation) - Constructor for class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- RuleImporter - Class in com.yahoo.prelude.semantics
-
Imports rule bases from various sources.
- RuleImporter() - Constructor for class com.yahoo.prelude.semantics.RuleImporter
-
Create a rule importer which will read from file
- RuleImporter(SemanticRulesConfig) - Constructor for class com.yahoo.prelude.semantics.RuleImporter
-
Create a rule importer which will read from a config object
- RuleImporter(boolean) - Constructor for class com.yahoo.prelude.semantics.RuleImporter
-
- RuleImporter(boolean, boolean) - Constructor for class com.yahoo.prelude.semantics.RuleImporter
-
- RuleImporter(SemanticRulesConfig, boolean) - Constructor for class com.yahoo.prelude.semantics.RuleImporter
-
- RuleImporter(SemanticRulesConfig, boolean, boolean) - Constructor for class com.yahoo.prelude.semantics.RuleImporter
-
- ruleIterator() - Method in class com.yahoo.prelude.semantics.RuleBase
-
Returns the rules in added order
- ruleNames - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- ruleNames - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- rules() - Method in class com.yahoo.prelude.semantics.RuleBase
-
Returns the rules unmodifiable
- rules(String) - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Rulebase.Builder
-
- rules() - Method in class com.yahoo.prelude.semantics.SemanticRulesConfig.Rulebase
-
- run() - Method in class com.yahoo.prelude.cluster.ClusterMonitor
-
- SameElementItem - Class in com.yahoo.prelude.query
-
This represents a query where all terms are required to match in the same element id.
- SameElementItem(String) - Constructor for class com.yahoo.prelude.query.SameElementItem
-
- sampleFill(int, boolean) - Method in class com.yahoo.search.statistics.TimeTracker
-
- sampleFillReturn(int, boolean, Result) - Method in class com.yahoo.search.statistics.TimeTracker
-
- samplePing(int, boolean) - Method in class com.yahoo.search.statistics.TimeTracker
-
- samplePingReturn(int, boolean, Pong) - Method in class com.yahoo.search.statistics.TimeTracker
-
- sampleSearch(int, boolean) - Method in class com.yahoo.search.statistics.TimeTracker
-
- sampleSearchReturn(int, boolean, Result) - Method in class com.yahoo.search.statistics.TimeTracker
-
- scalar_literal() - Method in class com.yahoo.search.yql.yqlplusParser.ConstantExpressionContext
-
- scalar_literal() - Method in class com.yahoo.search.yql.yqlplusParser.Literal_elementContext
-
- scalar_literal() - Method in class com.yahoo.search.yql.yqlplusParser.PrimaryExpressionContext
-
- scalar_literal() - Method in class com.yahoo.search.yql.yqlplusParser
-
- Scalar_literalContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Scalar_literalContext
-
- SCHEMA_VALIDATION_FEATURE_ID - Static variable in class com.yahoo.search.federation.vespa.ResultBuilder
-
Schema validation feature id
(http://apache.org/xml/features/validation/schema).
- SCHEME - Static variable in class com.yahoo.search.statistics.PeakQpsSearcher.QpsHit
-
- SDDOCNAME_FIELD - Static variable in class com.yahoo.search.result.Hit
-
- search(Query, Execution) - Method in class com.yahoo.prelude.cluster.ClusterSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.CJKSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.CollapsePhraseSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.IndexCombinatorSearcher
-
Deprecated.
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.LiteralBoostSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.NonPhrasingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.NoRankingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.NormalizingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.PhrasingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.RecallSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.querytransform.StemmingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.BlendingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.DocumentSourceSearcher
-
Deprecated.
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.FieldCollapsingSearcher
-
First fetch result from the next searcher in the chain.
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.FillSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.JSONDebugSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.JuniperSearcher
-
Convert Juniper style property highlighting to XML style.
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.MultipleResultsSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.PosSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.QuerySnapshotSearcher
-
Deprecated.
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.QueryValidatingSearcher
-
Deprecated.
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.QuotingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.ValidatePredicateSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.searcher.ValidateSortingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.semantics.SemanticSearcher
-
- search(Query, Execution) - Method in class com.yahoo.prelude.statistics.StatisticsSearcher
-
Generate statistics for the query passing through this Searcher
1) Add 1 to total query count
2) Add response time to total response time (time from entry to return)
3) .....
- search(Query, Execution) - Method in class com.yahoo.search.cluster.ClusterSearcher
-
- search(Query, Execution, ErrorMessage) - Method in class com.yahoo.search.cluster.ClusterSearcher
-
This is called (instead of search(quer,execution,connextion) to handle
searches where no (suitable) backend was available.
- search(Query, Execution, T) - Method in class com.yahoo.search.cluster.ClusterSearcher
-
Perform the search against the given connection.
- search(Query, Execution) - Method in class com.yahoo.search.federation.FederationSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.federation.ForwardingSearcher
-
- search(Query, Execution, Connection) - Method in class com.yahoo.search.federation.http.HTTPClientSearcher
-
Deprecated.
Implements a search towards the connection chosen by the cluster searcher for this query
- search(Query, Execution, ErrorMessage) - Method in class com.yahoo.search.federation.http.HTTPClientSearcher
-
Deprecated.
Overrides to pass the query on to the next searcher
- search(Query, Execution, Connection) - Method in class com.yahoo.search.federation.http.HTTPProviderSearcher
-
Deprecated.
- search(Query, Execution) - Method in class com.yahoo.search.grouping.GroupingQueryParser
-
- search(Query, Execution) - Method in class com.yahoo.search.grouping.GroupingValidator
-
- search(Query, Execution) - Method in class com.yahoo.search.grouping.UniqueGroupingSearcher
-
Implements the deprecated "unique" api for deduplication by using grouping.
- search(Query, Execution) - Method in class com.yahoo.search.grouping.vespa.GroupingExecutor
-
- search(Query, Execution) - Method in class com.yahoo.search.match.DocumentDb
-
Search this document db
- search(Query, Execution) - Method in class com.yahoo.search.pagetemplates.PageTemplateSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.query.rewrite.QueryRewriteSearcher
-
Perform main rewrite logics for this searcher
- Skip to next rewriter if query is previously
rewritten and getSkipRewriterIfRewritten() is
true for this rewriter
- Execute rewriter's main rewrite logic
- Pass to the next rewriter the query to be used
for dictionary retrieval
- search(Query, Execution) - Method in class com.yahoo.search.query.rewrite.SearchChainDispatcherSearcher
-
Execute another search chain specified by the user
- Retrieve search chain specified by the user through
param
- Execute specified search chain if exist
- search(Query, Execution) - Method in class com.yahoo.search.querytransform.BooleanSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.querytransform.DefaultPositionSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.querytransform.LegacyCombinator
-
- search(Query, Execution) - Method in class com.yahoo.search.querytransform.LowercasingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.querytransform.NGramSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.querytransform.QueryCombinator
-
Deprecated.
- search(Query, Execution) - Method in class com.yahoo.search.querytransform.RangeQueryOptimizer
-
- search(Query, Execution) - Method in class com.yahoo.search.querytransform.SortingDegrader
-
- search(Query, Execution) - Method in class com.yahoo.search.querytransform.WandSearcher
-
- search(Query) - Method in class com.yahoo.search.searchchain.AsyncExecution
-
Does an async search, note that the query argument cannot simultaneously
be used to execute any other searches, a clone() must be made of the
query for each async execution if the same query is to be used in more
than one.
- search(Query, Execution) - Method in class com.yahoo.search.searchchain.example.ExampleSearcher
-
- search(Query) - Method in class com.yahoo.search.searchchain.Execution
-
Calls search on the next searcher in this chain.
- search(Query, Execution) - Method in class com.yahoo.search.searchchain.testutil.DocumentSourceSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.Searcher
-
Override this to implement your searcher.
- search(Query, Execution) - Method in class com.yahoo.search.searchers.CacheControlSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.searchers.ConnectionControlSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.searchers.ContainerLatencySearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.searchers.InputCheckingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.searchers.RateLimitingSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.searchers.ValidateMatchPhaseSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.statistics.PeakQpsSearcher
-
- search(Query, Execution) - Method in class com.yahoo.search.statistics.TimingSearcher
-
- SEARCH - Static variable in class com.yahoo.search.statistics.TimingSearcherConfig.Timer.Measure
-
- search(Query, Execution) - Method in class com.yahoo.search.yql.FieldFiller
-
- search(Query, Execution) - Method in class com.yahoo.search.yql.FieldFilter
-
- search(Query, Execution) - Method in class com.yahoo.search.yql.MinimalQueryInserter
-
- search(Query, Execution) - Method in class com.yahoo.vespa.streamingvisitors.MetricsSearcher
-
- SEARCH_CHAIN - Static variable in class com.yahoo.search.Query
-
- SEARCH_DOC_TYPE_KEY - Static variable in class com.yahoo.prelude.fastsearch.DocumentDatabase
-
- search_node - Variable in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig.Builder
-
- search_node(SearchNodesConfig.Search_node.Builder) - Method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig.Builder
-
Add the given builder to this builder's list of Search_node builders
- search_node(List<SearchNodesConfig.Search_node.Builder>) - Method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig.Builder
-
Set the given list as this builder's list of Search_node builders
- search_node() - Method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- search_node(int) - Method in class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- Search_node(SearchNodesConfig.Search_node.Builder) - Constructor for class com.yahoo.search.config.dispatchprototype.SearchNodesConfig.Search_node
-
- SEARCH_PATH - Static variable in class com.yahoo.search.query.Model
-
- searchAndFill(Query, Chain<? extends Searcher>, SearchChainRegistry) - Method in class com.yahoo.search.handler.SearchHandler
-
Used from container SDK, for internal use only
- searchAndFill(Query) - Method in class com.yahoo.search.searchchain.AsyncExecution
-
- searchChain - Variable in class com.yahoo.search.federation.FederationConfig.Target.Builder
-
- searchChain(FederationConfig.Target.SearchChain.Builder) - Method in class com.yahoo.search.federation.FederationConfig.Target.Builder
-
Add the given builder to this builder's list of SearchChain builders
- searchChain(List<FederationConfig.Target.SearchChain.Builder>) - Method in class com.yahoo.search.federation.FederationConfig.Target.Builder
-
Set the given list as this builder's list of SearchChain builders
- searchChain() - Method in class com.yahoo.search.federation.FederationConfig.Target
-
- searchChain(int) - Method in class com.yahoo.search.federation.FederationConfig.Target
-
- SearchChain(FederationConfig.Target.SearchChain.Builder) - Constructor for class com.yahoo.search.federation.FederationConfig.Target.SearchChain
-
- searchChain - Variable in class com.yahoo.search.searchchain.ForkingSearcher.CommentedSearchChain
-
- SearchChain - Class in com.yahoo.search.searchchain
-
A named collection of searchers.
- SearchChain(ComponentId) - Constructor for class com.yahoo.search.searchchain.SearchChain
-
- SearchChain(ComponentId, Searcher...) - Constructor for class com.yahoo.search.searchchain.SearchChain
-
- SearchChain(ComponentId, Collection<Searcher>) - Constructor for class com.yahoo.search.searchchain.SearchChain
-
- SearchChain(ComponentId, Collection<Searcher>, Collection<Phase>) - Constructor for class com.yahoo.search.searchchain.SearchChain
-
Creates a search chain.
- SearchChain(Chain<Searcher>) - Constructor for class com.yahoo.search.searchchain.SearchChain
-
For internal use only!
- SearchChainDispatcherSearcher - Class in com.yahoo.search.query.rewrite
-
Execute rewriter search chain specified by the user.
- SearchChainDispatcherSearcher(ComponentId) - Constructor for class com.yahoo.search.query.rewrite.SearchChainDispatcherSearcher
-
Constructor for this searcher
- SearchChainDispatcherSearcher() - Constructor for class com.yahoo.search.query.rewrite.SearchChainDispatcherSearcher
-
Constructor for unit test
- SearchchainForwardConfig - Class in com.yahoo.search.federation
-
This class represents the root node of searchchain-forward
Copyright 2017 Yahoo Holdings.
- SearchchainForwardConfig(SearchchainForwardConfig.Builder) - Constructor for class com.yahoo.search.federation.SearchchainForwardConfig
-
- SearchchainForwardConfig.Builder - Class in com.yahoo.search.federation
-
- SearchchainForwardConfig.Producer - Interface in com.yahoo.search.federation
-
- searchChainId(String) - Method in class com.yahoo.search.federation.FederationConfig.Target.SearchChain.Builder
-
- searchChainId() - Method in class com.yahoo.search.federation.FederationConfig.Target.SearchChain
-
- searchChainId - Variable in class com.yahoo.search.federation.sourceref.SearchChainInvocationSpec
-
- SearchChainInvocationSpec - Class in com.yahoo.search.federation.sourceref
-
Specifices which search chain should be run and how it should be run.
- searchChainRegistry() - Method in class com.yahoo.search.searchchain.Execution.Context
-
Returns the search chain registry to use with this execution.
- searchChainRegistry() - Method in class com.yahoo.search.searchchain.Execution
-
Returns the search chain registry to use with this execution.
- SearchChainRegistry - Class in com.yahoo.search.searchchain
-
Contains a reference to all currently known search chains.
- SearchChainRegistry() - Constructor for class com.yahoo.search.searchchain.SearchChainRegistry
-
- SearchChainRegistry(ComponentRegistry<? extends AbstractComponent>) - Constructor for class com.yahoo.search.searchchain.SearchChainRegistry
-
- SearchChainResolver - Class in com.yahoo.search.federation.sourceref
-
Resolves (source, provider) component specifications to a search chain invocation spec.
- SearchChainResolver.Builder - Class in com.yahoo.search.federation.sourceref
-
- searchchains(boolean) - Method in class com.yahoo.search.federation.StrictContractsConfig.Builder
-
- searchchains() - Method in class com.yahoo.search.federation.StrictContractsConfig
-
- searchCluster() - Method in class com.yahoo.search.dispatch.Dispatcher
-
Returns the search cluster this dispatches to
- SearchCluster - Class in com.yahoo.search.dispatch
-
A model of a search cluster we might want to dispatch queries to.
- SearchCluster(DispatchConfig, FS4ResourcePool, int, VipStatus) - Constructor for class com.yahoo.search.dispatch.SearchCluster
-
- SearchCluster(double, List<SearchCluster.Node>, FS4ResourcePool, int, VipStatus) - Constructor for class com.yahoo.search.dispatch.SearchCluster
-
- SearchCluster.Group - Class in com.yahoo.search.dispatch
-
A group in a search cluster.
- SearchCluster.Node - Class in com.yahoo.search.dispatch
-
A node in a search cluster.
- SearchDefinition - Class in com.yahoo.prelude
-
An object for storing information about search definitions in the centralized
directory services.
- SearchDefinition(String) - Constructor for class com.yahoo.prelude.SearchDefinition
-
- Searcher - Class in com.yahoo.search
-
Superclass of all
Components
which produces Results in response to
Queries by calling the
search
method.
- Searcher() - Constructor for class com.yahoo.search.Searcher
-
- Searcher(ComponentId) - Constructor for class com.yahoo.search.Searcher
-
Creates a searcher from an id
- SearcherHttpClient(ClientConnectionManager, HttpParams) - Constructor for class com.yahoo.search.federation.http.HTTPSearcher.SearcherHttpClient
-
Deprecated.
- searcherModels - Static variable in class com.yahoo.search.searchchain.model.federation.LocalProviderSpec
-
- searcherName - Variable in class com.yahoo.prelude.fastsearch.ClusterParams
-
- SearcherRegistry - Class in com.yahoo.search.searchchain
-
A registry of searchers.
- SearcherRegistry() - Constructor for class com.yahoo.search.searchchain.SearcherRegistry
-
- searchers() - Method in class com.yahoo.search.searchchain.SearchChain
-
Returns an unmodifiable list of the searchers this search chain executs, in resolved execution order.
- SearchHandler - Class in com.yahoo.search.handler
-
Handles search request.
- SearchHandler(ChainsConfig, IndexInfoConfig, QrSearchersConfig, SpecialtokensConfig, Statistics, Linguistics, Metric, ComponentRegistry<Renderer>, Executor, AccessLog, QueryProfilesConfig, ComponentRegistry<Searcher>, ContainerHttpConfig) - Constructor for class com.yahoo.search.handler.SearchHandler
-
- SearchHandler(ChainsConfig, IndexInfoConfig, QrSearchersConfig, SpecialtokensConfig, Statistics, Linguistics, Metric, ComponentRegistry<Renderer>, Executor, AccessLog, QueryProfilesConfig, ComponentRegistry<Searcher>) - Constructor for class com.yahoo.search.handler.SearchHandler
-
- SearchHandler(ChainsConfig, IndexInfoConfig, QrSearchersConfig, SpecialtokensConfig, QrTemplatesConfig, FreezeDetector, Statistics, Linguistics, Metric, ComponentRegistry<Renderer>, Executor, AccessLog, QueryProfilesConfig, ComponentRegistry<Searcher>) - Constructor for class com.yahoo.search.handler.SearchHandler
-
- SearchNodesConfig - Class in com.yahoo.search.config.dispatchprototype
-
This class represents the root node of search-nodes
Copyright 2017 Yahoo Holdings.
- SearchNodesConfig(SearchNodesConfig.Builder) - Constructor for class com.yahoo.search.config.dispatchprototype.SearchNodesConfig
-
- SearchNodesConfig.Builder - Class in com.yahoo.search.config.dispatchprototype
-
- SearchNodesConfig.Producer - Interface in com.yahoo.search.config.dispatchprototype
-
- SearchNodesConfig.Search_node - Class in com.yahoo.search.config.dispatchprototype
-
This class represents search-nodes.search_node[]
- SearchNodesConfig.Search_node.Builder - Class in com.yahoo.search.config.dispatchprototype
-
- searchRefDescription() - Method in class com.yahoo.search.federation.sourceref.SingleTarget
-
- searchRefDescription() - Method in class com.yahoo.search.federation.sourceref.SourcesTarget
-
- searchRefDescription() - Method in class com.yahoo.search.federation.sourceref.Target
-
- SearchRendererAdaptor - Class in com.yahoo.prelude.templates
-
- SearchRendererAdaptor(UserTemplate) - Constructor for class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
- SearchResponse - Class in com.yahoo.search.handler
-
Some leftover static methods.
- SearchResponse() - Constructor for class com.yahoo.search.handler.SearchResponse
-
- searchTime() - Method in class com.yahoo.search.statistics.ElapsedTime
-
Total amount of time spent in all threads for this Execution while
searching or waiting for (a) backend(s) doing (a) search(es).
- searchTime() - Method in class com.yahoo.search.statistics.TimeTracker
-
- SearchWithRendererHandlerConfig - Class in com.yahoo.search.handler
-
This class represents the root node of search-with-renderer-handler
Copyright 2017 Yahoo Holdings.
- SearchWithRendererHandlerConfig(SearchWithRendererHandlerConfig.Builder) - Constructor for class com.yahoo.search.handler.SearchWithRendererHandlerConfig
-
- SearchWithRendererHandlerConfig.Builder - Class in com.yahoo.search.handler
-
- SearchWithRendererHandlerConfig.Producer - Interface in com.yahoo.search.handler
-
- SecondOfMinuteFunction - Class in com.yahoo.search.grouping.request
-
- SecondOfMinuteFunction(GroupingExpression) - Constructor for class com.yahoo.search.grouping.request.SecondOfMinuteFunction
-
Constructs a new instance of this class.
- Section - Class in com.yahoo.search.pagetemplates.model
-
An element of a page template corresponding to a physical area of the layout of the final physical page.
- Section() - Constructor for class com.yahoo.search.pagetemplates.model.Section
-
- Section(String) - Constructor for class com.yahoo.search.pagetemplates.model.Section
-
Creates a section with an id (or null if no id)
- SectionedRenderer<WRITER> - Class in com.yahoo.search.rendering
-
Renders each part of a result to a writer.
- SectionedRenderer() - Constructor for class com.yahoo.search.rendering.SectionedRenderer
-
- SectionHitGroup - Class in com.yahoo.search.pagetemplates.result
-
A hit group corresponding to a section - contains some additional information
in proper getters and setters which is used during rendering.
- SectionHitGroup(String) - Constructor for class com.yahoo.search.pagetemplates.result.SectionHitGroup
-
- segment(Token) - Method in class com.yahoo.prelude.query.parser.AbstractParser
-
- SegmentingRule - Enum in com.yahoo.prelude.query
-
If a term has to be resegmented, and the result is more than one word, this
is how the result should be handled in the query tree.
- SegmentItem - Class in com.yahoo.prelude.query
-
An immutable and'ing of a collection of sub-expressions.
- SegmentItem(String, String, boolean, boolean) - Constructor for class com.yahoo.prelude.query.SegmentItem
-
Creates a new segment item
- SegmentItem(String, String, boolean, boolean, Substring) - Constructor for class com.yahoo.prelude.query.SegmentItem
-
Creates a new segment item
- select(int, int) - Method in class com.yahoo.search.cluster.Hasher.NodeList
-
- SELECT - Static variable in class com.yahoo.search.federation.ProviderConfig.QueryType
-
- Select - Class in com.yahoo.search.query
-
The parameters defining the where-clause and groping of a query
- Select(Query) - Constructor for class com.yahoo.search.query.Select
-
Creates an empty select statement
- Select(String, String, Query) - Constructor for class com.yahoo.search.query.Select
-
- SELECT - Static variable in class com.yahoo.search.query.Select
-
- SELECT - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- select - Variable in class com.yahoo.search.yql.yqlplusParser.ExpressionContext
-
- SELECT() - Method in class com.yahoo.search.yql.yqlplusParser.Keyword_as_identContext
-
- SELECT - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- SELECT() - Method in class com.yahoo.search.yql.yqlplusParser.Select_statementContext
-
- select_field_spec() - Method in class com.yahoo.search.yql.yqlplusParser.Returning_specContext
-
- select_field_spec() - Method in class com.yahoo.search.yql.yqlplusParser
-
- select_field_spec() - Method in class com.yahoo.search.yql.yqlplusParser.Select_statementContext
-
- Select_field_specContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Select_field_specContext
-
- SELECT_PARAMETER_PARSING - Static variable in class com.yahoo.search.grouping.GroupingQueryParser
-
- select_source() - Method in class com.yahoo.search.yql.yqlplusParser
-
- select_source() - Method in class com.yahoo.search.yql.yqlplusParser.Select_statementContext
-
- select_source_all() - Method in class com.yahoo.search.yql.yqlplusParser
-
- select_source_all() - Method in class com.yahoo.search.yql.yqlplusParser.Select_sourceContext
-
- Select_source_allContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Select_source_allContext
-
- select_source_join() - Method in class com.yahoo.search.yql.yqlplusParser
-
- select_source_join() - Method in class com.yahoo.search.yql.yqlplusParser.Select_sourceContext
-
- Select_source_joinContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Select_source_joinContext
-
- select_source_multi() - Method in class com.yahoo.search.yql.yqlplusParser
-
- select_source_multi() - Method in class com.yahoo.search.yql.yqlplusParser.Select_sourceContext
-
- Select_source_multiContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Select_source_multiContext
-
- Select_sourceContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Select_sourceContext
-
- select_statement() - Method in class com.yahoo.search.yql.yqlplusParser.FallbackContext
-
- select_statement() - Method in class com.yahoo.search.yql.yqlplusParser.InNotInTargetContext
-
- select_statement() - Method in class com.yahoo.search.yql.yqlplusParser.Merge_componentContext
-
- select_statement() - Method in class com.yahoo.search.yql.yqlplusParser.Query_statementContext
-
- select_statement() - Method in class com.yahoo.search.yql.yqlplusParser
-
- Select_statementContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Select_statementContext
-
- selectOps() - Method in class com.yahoo.fs4.mplex.FS4Connection
-
Since we are performing an asynchronous connect we are initially
only interested in the OP_CONNECT
event.
- SelectParser - Class in com.yahoo.search.query
-
The Select query language.
- SelectParser(ParserEnvironment) - Constructor for class com.yahoo.search.query.SelectParser
-
- selectvar_statement() - Method in class com.yahoo.search.yql.yqlplusParser
-
- selectvar_statement() - Method in class com.yahoo.search.yql.yqlplusParser.StatementContext
-
- Selectvar_statementContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Selectvar_statementContext
-
- SemanticRulesConfig - Class in com.yahoo.prelude.semantics
-
This class represents the root node of semantic-rules
Copyright 2017 Yahoo Holdings.
- SemanticRulesConfig(SemanticRulesConfig.Builder) - Constructor for class com.yahoo.prelude.semantics.SemanticRulesConfig
-
- SemanticRulesConfig.Builder - Class in com.yahoo.prelude.semantics
-
- SemanticRulesConfig.Producer - Interface in com.yahoo.prelude.semantics
-
- SemanticRulesConfig.Rulebase - Class in com.yahoo.prelude.semantics
-
This class represents semantic-rules.rulebase[]
- SemanticRulesConfig.Rulebase.Builder - Class in com.yahoo.prelude.semantics
-
- SemanticSearcher - Class in com.yahoo.prelude.semantics
-
Analyzes query semantics and enhances the query to reflect findings
- SemanticSearcher(RuleBase) - Constructor for class com.yahoo.prelude.semantics.SemanticSearcher
-
Creates a semantic searcher using the given default rule base
- SemanticSearcher(RuleBase...) - Constructor for class com.yahoo.prelude.semantics.SemanticSearcher
-
- SemanticSearcher(SemanticRulesConfig) - Constructor for class com.yahoo.prelude.semantics.SemanticSearcher
-
- SemanticSearcher(List<RuleBase>) - Constructor for class com.yahoo.prelude.semantics.SemanticSearcher
-
- SEMI - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- SEMI() - Method in class com.yahoo.search.yql.yqlplusParser.ParamsContext
-
- SEMI() - Method in class com.yahoo.search.yql.yqlplusParser.ProgramContext
-
- SEMI(int) - Method in class com.yahoo.search.yql.yqlplusParser.ProgramContext
-
- SEMI - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- sempred(RuleContext, int, int) - Method in class com.yahoo.search.yql.yqlplusParser
-
- sendPacket(BasicPacket, Integer) - Method in class com.yahoo.fs4.mplex.Backend
-
- sendPacket(BasicPacket) - Method in class com.yahoo.fs4.mplex.FS4Channel
-
Legacy interface.
- sendPacket(BasicPacket, Integer) - Method in class com.yahoo.fs4.mplex.FS4Connection
-
Packet sending interface.
- sendPacket(BasicPacket) - Method in class com.yahoo.search.dispatch.CloseableChannel
-
- SeparatorFieldPart - Class in com.yahoo.prelude.hitfield
-
Represents an element of a hit property which is markup for
separating dynamic snippets.
- SeparatorFieldPart(String) - Constructor for class com.yahoo.prelude.hitfield.SeparatorFieldPart
-
- sequence_source() - Method in class com.yahoo.search.yql.yqlplusParser.Data_sourceContext
-
- sequence_source() - Method in class com.yahoo.search.yql.yqlplusParser
-
- Sequence_sourceContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Sequence_sourceContext
-
- SequenceCondition - Class in com.yahoo.prelude.semantics.rule
-
A set of conditions which much match the query in sequence
- SequenceCondition() - Constructor for class com.yahoo.prelude.semantics.rule.SequenceCondition
-
- serialize(ItemIdMapper) - Method in class com.yahoo.search.query.textserialize.serializer.DispatchForm
-
Only public for the purpose of testing.
- serialize(Item) - Method in class com.yahoo.search.query.textserialize.serializer.QueryTreeSerializer
-
- serialize(Item) - Static method in class com.yahoo.search.query.textserialize.TextSerialize
-
- serialize(Query) - Static method in class com.yahoo.search.yql.VespaSerializer
-
- server(boolean) - Method in class com.yahoo.search.config.QrStartConfig.Jvm.Builder
-
- server() - Method in class com.yahoo.search.config.QrStartConfig.Jvm
-
- SessionId - Class in com.yahoo.search.query
-
A id which is unique across this cluster + the extra differentiator.
- SessionId(UniqueRequestId, String) - Constructor for class com.yahoo.search.query.SessionId
-
- sessionIdKey - Static variable in class com.yahoo.fs4.GetDocSumsPacket
-
Session id key.
- set(FieldPart) - Method in class com.yahoo.prelude.hitfield.FieldIterator
-
- set(FieldPart) - Method in class com.yahoo.prelude.hitfield.TokenFieldIterator
-
- set(String, Object, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Sets a value in this or any nested profile using null as context
- set(CompoundName, Object, Map<String, String>, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Sets a value in this or any nested profile.
- set(String, Object, Map<String, String>, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.QueryProfile
-
- set(String, Object, String[], QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.QueryProfile
-
- set(String, Object, DimensionValues, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Sets a value in this or any nested profile.
- set(CompoundName, Object, DimensionBinding, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Override this to intercept all writes to this profile (or any nested profiles)
- set(CompoundName, Object, Map<String, String>) - Method in class com.yahoo.search.query.profile.QueryProfileProperties
-
Sets a value in this query profile
- set(String, Object) - Method in class com.yahoo.search.query.profile.QueryProfileVariant
-
- set(String, DimensionValues, Object) - Method in class com.yahoo.search.query.profile.QueryProfileVariants
-
Sets a value to this
- set(CompoundName, Object, Map<String, String>) - Method in class com.yahoo.search.query.properties.PropertyAliases
-
- set(CompoundName, Object, Map<String, String>) - Method in class com.yahoo.search.query.properties.PropertyMap
-
- set(CompoundName, Object, Map<String, String>) - Method in class com.yahoo.search.query.properties.QueryProperties
-
- set(CompoundName, Object, Map<String, String>) - Method in class com.yahoo.search.query.properties.RequestContextProperties
-
- set(CompoundName, Object, Map<String, String>) - Method in class com.yahoo.search.query.properties.SubProperties
-
- set(int, Hit) - Method in class com.yahoo.search.result.HitGroup
-
Inserts the given hit at the specified index in this group.
- SET - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- SET() - Method in class com.yahoo.search.yql.yqlplusParser.Keyword_as_identContext
-
- SET - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- SET() - Method in class com.yahoo.search.yql.yqlplusParser.Update_statementContext
-
- setAccuracy(double) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Assigns an accuracy value for this.
- setAddNumber(int) - Method in class com.yahoo.search.result.Hit
-
- setAlternatives(Collection<WordAlternativesItem.Alternative>) - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- setAnchor(Condition.Anchor) - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Sets a positional constraint on this condition
- setAscending(boolean) - Method in class com.yahoo.search.query.ranking.MatchPhase
-
Set to true to sort by the attribute in ascending order when this is in use during the match phase,
false (default) to use descending order.
- setAscending(boolean) - Method in class com.yahoo.search.query.Sorting.FieldOrder
-
Decide if sortorder is ascending or not.
- setAttribute(boolean) - Method in class com.yahoo.prelude.Index
-
- setAttribute(String) - Method in class com.yahoo.prelude.Location
-
- setAttribute(String) - Method in class com.yahoo.search.query.ranking.Diversity
-
Sets the attribute field which will be used to guarantee diversity.
- setAttribute(String) - Method in class com.yahoo.search.query.ranking.MatchPhase
-
Sets the attribute field which will be used to decide the best matches after it has been determined
during matching that this query is going to cause too many matches.
- setAttributeNames(Map<String, AttributesConfig.Attribute>) - Method in class com.yahoo.prelude.searcher.ValidateSortingSearcher
-
- setAutomata(RuleBase, String) - Method in class com.yahoo.prelude.semantics.RuleImporter
-
- setAutomataFile(String) - Method in class com.yahoo.prelude.semantics.RuleBase
-
Sets the name of the automata file to use as a source of condition matches.
- setAuxiliary(boolean) - Method in class com.yahoo.search.result.Hit
-
- setBoldCloseTag(String) - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
- setBoldCloseTag(String) - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- setBolding(boolean) - Method in class com.yahoo.search.query.Presentation
-
Sets whether matching query terms should be bolded in the result
- setBoldOpenTag(String) - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
- setBoldOpenTag(String) - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- setBoundingBox(double, double, double, double) - Method in class com.yahoo.prelude.Location
-
- setBreakdown(boolean) - Method in class com.yahoo.search.searchchain.Execution.Context
-
- setBuiltin(boolean) - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Mark this type as built into the system.
- setCached(boolean) - Method in class com.yahoo.search.result.Hit
-
Sets whether this hit is returned from a cache.
- setChannel(int) - Method in class com.yahoo.fs4.Packet
-
- setCheckInterval(long) - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
Sets the interval between each ping of idle or failing nodes
Default is 1000ms
- setClusterName(String) - Method in class com.yahoo.prelude.searcher.ValidateSortingSearcher
-
- setClusters(Map<String, List<String>>) - Method in class com.yahoo.prelude.IndexFacts
-
Public only for testing.
- setCompress(boolean) - Method in class com.yahoo.search.Query
-
- setCompressionLimit(int) - Method in class com.yahoo.fs4.BasicPacket
-
Sets the number of bytes the package must be before activating compression.
- setCompressionType(String) - Method in class com.yahoo.fs4.BasicPacket
-
- setCondition(int, Condition) - Method in class com.yahoo.prelude.semantics.rule.CompositeCondition
-
Sets the condition at the given index
- setCondition(Condition) - Method in class com.yahoo.prelude.semantics.rule.NamedCondition
-
- setCondition(Condition) - Method in class com.yahoo.prelude.semantics.rule.NotCondition
-
- setCondition(Condition) - Method in class com.yahoo.prelude.semantics.rule.ProductionRule
-
Sets what must be true for this rule to be true
- setCondition(Condition) - Method in class com.yahoo.prelude.semantics.rule.SuperCondition
-
- setConditionName(String) - Method in class com.yahoo.prelude.semantics.rule.ConditionReference
-
- setConnectionTimeout(int) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setConnectivity(Item, double) - Method in class com.yahoo.prelude.query.CompositeTaggableItem
-
- setConnectivity(Item, double) - Method in class com.yahoo.prelude.query.SimpleTaggableItem
-
- setConnectivity(Item, double) - Method in interface com.yahoo.prelude.query.TaggableItem
-
Set the connectivity to another term in the same query tree.
- setConnectivity(Item, double) - Method in class com.yahoo.prelude.query.TaggableSegmentItem
-
- setConnectivity(TaggableItem, String, Double) - Method in class com.yahoo.search.query.textserialize.item.ItemContext
-
- setContent(String) - Method in class com.yahoo.prelude.hitfield.AnnotateStringFieldPart
-
- setContent(String) - Method in class com.yahoo.prelude.hitfield.MarkupFieldPart
-
- setContent(String) - Method in class com.yahoo.prelude.hitfield.StringFieldPart
-
- setContextName(String) - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Sets the name whatever is matched by this condition can be refered as, or null
to make it unreferable
- setCoverage(Coverage) - Method in class com.yahoo.search.Result
-
- setCreator(Item.ItemCreator) - Method in class com.yahoo.prelude.query.Item
-
Sets the item creator value.
- setCurrentLabel(String) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Sets a new current label and returns the previous one
- setCutoffFactor(double) - Method in class com.yahoo.search.query.ranking.Diversity
-
- setCutoffStrategy(String) - Method in class com.yahoo.search.query.ranking.Diversity
-
- setDeepHitCount(long) - Method in class com.yahoo.search.Result
-
Sets the estimated total number of deep hits this result is a subset of
- setDefault(boolean) - Method in class com.yahoo.prelude.semantics.RuleBase
-
Sets whether this base is default, the semantics of default is left to the application
- setDefaultIndex(String) - Method in class com.yahoo.search.query.Model
-
Sets the default index for this query.
- setDefaultIndexName(String) - Method in class com.yahoo.search.query.parser.Parsable
-
- setDefaultPosition(boolean) - Method in class com.yahoo.prelude.Index
-
- setDegradedReason(int) - Method in class com.yahoo.search.result.Coverage
-
Will set the reasons for degraded coverage as reported by vespa backend.
- setDeletionBreaksOrdering(boolean) - Method in class com.yahoo.search.result.HitGroup
-
- setDeletionBreaksOrdering(boolean) - Method in class com.yahoo.search.Result
-
- setDetailedDiagnostics(boolean) - Method in class com.yahoo.search.searchchain.Execution.Context
-
- setDimensions(int) - Method in class com.yahoo.prelude.Location
-
- setDimensions(String[]) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Sets the dimensions over which this may vary.
- setDistance(int) - Method in class com.yahoo.prelude.query.NearItem
-
- setDistributionKey(int) - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Sets the index of the node this hit originated at
- setDiversity(Diversity) - Method in class com.yahoo.search.query.ranking.MatchPhase
-
- setDocstamp(int) - Method in class com.yahoo.fs4.QueryResultPacket
-
- setDocumentDb(String) - Method in class com.yahoo.search.query.Model
-
Sets the document database this will search - a document type
- setDynamicSummary(boolean) - Method in class com.yahoo.prelude.Index
-
- setEditionTimeStamp(long) - Method in class com.yahoo.prelude.searcher.DocumentSourceSearcher
-
Deprecated.
- setElapsedTime(ElapsedTime) - Method in class com.yahoo.search.Result
-
- setEnable(boolean) - Method in class com.yahoo.search.query.ranking.SoftTimeout
-
- setEnableProxy(boolean) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setEncodedBody(ByteBuffer, int, int) - Method in class com.yahoo.fs4.BasicPacket
-
- setEncoding(String) - Method in class com.yahoo.search.query.Model
-
Sets the encoding which was used in the received query string
- setEntries(FS4Properties.Entry[]) - Method in class com.yahoo.fs4.FS4Properties
-
- setError(Template<T>) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Sets the error template
- setError(ErrorMessage) - Method in class com.yahoo.search.result.HitGroup
-
- setExact(boolean, String) - Method in class com.yahoo.prelude.Index
-
Set whether this index should match any kind of characters
- setExecution(Execution) - Method in class com.yahoo.search.query.Model
-
Sets the execution working on this.
- setExplicit(boolean) - Method in class com.yahoo.prelude.query.PhraseItem
-
Sets whether this was explicitly written as a phrase using quotes by the
user
- setExplicit(boolean) - Method in class com.yahoo.prelude.query.PhraseSegmentItem
-
- setExplicitLanguage(Optional<Language>) - Method in class com.yahoo.search.query.parser.Parsable
-
- setExplicitSignificance(boolean) - Method in class com.yahoo.prelude.query.CompositeTaggableItem
-
- setExplicitSignificance(boolean) - Method in class com.yahoo.prelude.query.SimpleTaggableItem
-
- setExplicitSignificance(boolean) - Method in interface com.yahoo.prelude.query.TaggableItem
-
- setExplicitSignificance(boolean) - Method in class com.yahoo.prelude.query.TaggableSegmentItem
-
- setFactor(double) - Method in class com.yahoo.search.query.ranking.SoftTimeout
-
- setFailLimit(long) - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
Sets the number of milliseconds a node is allowed to fail before we
mark it as not working
- setFailQuarantineLimit(int) - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
The number of times a node must fail in one hour to be placed
in quarantine.
- setFastSearch(boolean) - Method in class com.yahoo.prelude.Index
-
- setField(String, Object) - Method in class com.yahoo.prelude.fastsearch.FastHit
-
- setField(String, Object) - Method in class com.yahoo.search.result.Hit
-
Sets the value of a field
- setFieldNotToRender(String) - Method in class com.yahoo.prelude.templates.FormattingOptions
-
Deprecated.
Tells a field should not be rendered.
- setFieldToRender(String) - Method in class com.yahoo.prelude.templates.FormattingOptions
-
Deprecated.
Tells a field should be rendered.
- setFillable() - Method in class com.yahoo.search.result.Hit
-
Tag this hit as fillable.
- setFillable() - Method in class com.yahoo.search.result.HitGroup
-
- setFilled(String) - Method in class com.yahoo.search.result.Hit
-
Register that this hit has been filled with properties using
the given summary class.
- setFilled(String) - Method in class com.yahoo.search.result.HitGroup
-
Ignored as this should always be derived from the content hits
- setFilledInternal(Set<String>) - Method in class com.yahoo.search.result.Hit
-
Internal - do not use
- setFilter(boolean) - Method in class com.yahoo.prelude.query.Item
-
Sets whether this is a filter term.
- setFilter(String) - Method in class com.yahoo.search.query.Model
-
Sets the filter string set for this query.
- setFilter(String) - Method in class com.yahoo.search.query.parser.Parsable
-
- setFollowRedirects(boolean) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setFooter(Template<T>) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Sets the footer template
- setForceSinglePass(boolean) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
- setFormat(String) - Method in class com.yahoo.search.query.Presentation
-
Set the desired format for result rendering.
- setFreshness(String) - Method in class com.yahoo.search.query.Ranking
-
Set the freshness search parameters for this query
- setFreshness(Freshness) - Method in class com.yahoo.search.query.Ranking
-
- setFromSegmented(boolean) - Method in class com.yahoo.prelude.query.WordItem
-
- setFromSpecialToken(boolean) - Method in class com.yahoo.prelude.query.Item
-
- setFromUser(boolean) - Method in class com.yahoo.prelude.query.SegmentItem
-
- setGeoCircle(double, double, double) - Method in class com.yahoo.prelude.Location
-
- setGlobalId(GlobalId) - Method in class com.yahoo.prelude.fastsearch.FastHit
-
- setGroupBy(GroupingExpression) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Assigns an expressions as the group-by clause of this operation.
- setGroupingList(Query, List<Grouping>) - Static method in class com.yahoo.search.grouping.vespa.GroupingExecutor
-
Sets the list of Grouping
objects assigned to the given query.
- setGroupingSessionCache(boolean) - Method in class com.yahoo.search.Query
-
Sets whether this query should use the grouping session cache.
- setGroupingString(String) - Method in class com.yahoo.search.query.Select
-
Sets the grouping operation of the query.
- setHasUniqueID(boolean) - Method in class com.yahoo.prelude.query.Item
-
- setHeader(Template<T>) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Sets the header template
- setHighlight(Highlight) - Method in class com.yahoo.search.query.Presentation
-
Sets how terms in this result should be highlighted.
- setHighlightSummary(boolean) - Method in class com.yahoo.prelude.Index
-
- setHighlightTags(String, String, String) - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Sets the highligting marks for this template
- setHighlightTags(String, String, String) - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- setHit(Template<T>) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Sets the hit template
- setHitLimit(int) - Method in class com.yahoo.prelude.query.IntItem
-
Sets the number of hits this will match, or 0 if all should be
matched.
- setHitOrderer(HitOrderer) - Method in class com.yahoo.search.Result
-
Sets the hit orderer to be used for the top level hit group.
- setHits(int) - Method in class com.yahoo.search.Query
-
Sets the number of hits requested.
- setHits(HitGroup) - Method in class com.yahoo.search.Result
-
Sets the top level hit group containing all the hits of this result
- setHostIndex(boolean) - Method in class com.yahoo.prelude.Index
-
- setId(String) - Method in class com.yahoo.search.result.Hit
-
Calls setId(new URI(id))
- setId(URI) - Method in class com.yahoo.search.result.Hit
-
Initializes the id of this hit.
- setId(String) - Method in class com.yahoo.search.result.HitGroup
-
Calls setId(new URI(id))
- setId(URI) - Method in class com.yahoo.search.result.HitGroup
-
Assign an id to this hit.
- setIdleLimit(int) - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
Sets the number of ms a node (failing or working) is allowed to
stay idle before it is pinged.
- setIgnorePluralForm(boolean) - Method in class com.yahoo.prelude.querytransform.PhraseMatcher
-
Sets whether we should ignore plural/singular form when matching
- setIndexFacts(IndexFacts) - Method in class com.yahoo.search.query.parser.ParserEnvironment
-
- setIndexFacts(IndexFacts) - Method in class com.yahoo.search.searchchain.Execution.Context
-
Use this to override index settings for the searchers below
a given searcher, the easiest way to do this is to wrap the incoming
IndexFacts instance in a subclass.
- setIndexName(String) - Method in class com.yahoo.prelude.query.CompositeIndexedItem
-
Sets the name of the index to search
- setIndexName(String) - Method in class com.yahoo.prelude.query.CompositeItem
-
Sets the index name of all subitems of this
- setIndexName(String) - Method in class com.yahoo.prelude.query.FalseItem
-
- setIndexName(String) - Method in interface com.yahoo.prelude.query.IndexedItem
-
Sets the name of the index to search
- setIndexName(String) - Method in class com.yahoo.prelude.query.IndexedSegmentItem
-
Sets the name of the index to search
- setIndexName(String) - Method in class com.yahoo.prelude.query.Item
-
Sets the index name of this item
- setIndexName(String) - Method in class com.yahoo.prelude.query.NullItem
-
Does nothing
- setIndexName(String) - Method in class com.yahoo.prelude.query.PhraseItem
-
- setIndexName(String) - Method in class com.yahoo.prelude.query.PhraseSegmentItem
-
- setIndexName(String) - Method in class com.yahoo.prelude.query.PredicateQueryItem
-
Sets the field name to be used for the predicates.
- setIndexName(String) - Method in class com.yahoo.prelude.query.PureWeightedItem
-
- setIndexName(String) - Method in class com.yahoo.prelude.query.SimpleIndexedItem
-
Sets the name of the index to search
- setIndexName(String) - Method in class com.yahoo.prelude.query.WeakAndItem
-
Sets the index name of all subitems of this
- setIndexName(String) - Method in class com.yahoo.prelude.query.WeightedSetItem
-
- setIndexName(String) - Method in class com.yahoo.search.query.QueryTree
-
- setInNegation(boolean) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
sets whether we are evaluating inside a condition which inverts the truth value
- setInputEncoding(String) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setIntent(Intent) - Method in class com.yahoo.search.intent.model.IntentNode
-
- setInterpretation(Interpretation) - Method in class com.yahoo.search.intent.model.InterpretationNode
-
Sets this interpretation
- setItem(int, Item) - Method in class com.yahoo.prelude.query.CompositeItem
-
Replaces the item at the given index
- setItem(int, Item) - Method in class com.yahoo.prelude.query.PhraseItem
-
- setItemId(String, Item) - Method in class com.yahoo.search.query.textserialize.item.ItemContext
-
- setKey(String) - Method in class com.yahoo.prelude.semantics.rule.NamespaceProduction
-
- setLabel(String) - Method in class com.yahoo.prelude.query.Item
-
Label this item with a symbolic name which can later be used by
the back-end to identify specific items for ranking purposes.
- setLabel(String) - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Returns the label of this, or null if none (the default)
- setLabel(String) - Method in class com.yahoo.prelude.semantics.rule.TermProduction
-
Returns the label of this, or null if none (the default)
- setLabel(String) - Method in class com.yahoo.search.grouping.request.GroupingExpression
-
- setLabel(String) - Method in class com.yahoo.search.grouping.request.GroupingNode
-
Assigns a label to this grouping expression.
- setLabel(String) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
- setLanguage(Language) - Method in class com.yahoo.prelude.query.Item
-
Sets the language of any natural language text below this item.
- setLanguage(Language) - Method in class com.yahoo.search.query.Model
-
Explicitly sets the language to be used during parsing
- setLanguage(String) - Method in class com.yahoo.search.query.Model
-
Explicitly sets the language to be used during parsing.
- setLanguage(Language) - Method in class com.yahoo.search.query.parser.Parsable
-
- setLayout(Layout) - Method in class com.yahoo.search.pagetemplates.model.Section
-
Sets the layout.
- setLeaf(boolean) - Method in class com.yahoo.search.pagetemplates.result.SectionHitGroup
-
- setLeftCondition(Condition) - Method in class com.yahoo.prelude.semantics.rule.ComparisonCondition
-
- setLinguistics(Linguistics) - Method in class com.yahoo.search.query.parser.ParserEnvironment
-
- setLinguistics(Linguistics) - Method in class com.yahoo.search.searchchain.Execution.Context
-
- setListFeatures(boolean) - Method in class com.yahoo.search.query.Ranking
-
Set whether rank features should be included with the result of this query
- setLiteral(String) - Method in class com.yahoo.prelude.semantics.rule.LiteralTermProduction
-
The literal term value, never null
- setLiteralBoost(boolean) - Method in class com.yahoo.prelude.Index
-
- setLocale(Locale) - Method in class com.yahoo.search.query.Model
-
Explicitly sets the locale to be used during parsing.
- setLocale(String) - Method in class com.yahoo.search.query.Model
-
Explicitly sets the locale to be used during parsing.
- setLocale(String, Sorting.UcaSorter.Strength) - Method in class com.yahoo.search.query.Sorting.UcaSorter
-
- setLocalNode(String, Object, QueryProfileType, DimensionBinding, QueryProfileRegistry) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Sets the value of a node in this profile - the local name given must not be nested (contain dots)
- setLocation(Location) - Method in class com.yahoo.search.query.Ranking
-
- setLocation(String) - Method in class com.yahoo.search.query.Ranking
-
Sets the location from a string, see
Location
for syntax
- setLowercase(boolean) - Method in class com.yahoo.prelude.Index
-
Whether terms in this field are lower cased when indexing.
- setLowercased(boolean) - Method in class com.yahoo.prelude.query.WordItem
-
- setMatchAll(boolean) - Method in class com.yahoo.prelude.querytransform.PhraseMatcher
-
Sets whether to return the longest matching phrase when there are overlapping matches (default),
or all matching phrases
- setMatchAsPath(boolean) - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Returns whether instances of this should be matched as path names.
- setMatchGroup(String[]) - Method in class com.yahoo.prelude.Index
-
- setMatchPhraseItems(boolean) - Method in class com.yahoo.prelude.querytransform.PhraseMatcher
-
Set whether to match words contained in phrase items as well.
- setMatchReferences(Set<String>) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
- setMatchSingleItems(boolean) - Method in class com.yahoo.prelude.querytransform.PhraseMatcher
-
Sets whether single items should be matched and returned as phrase matches.
- setMax(int) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Assigns the max clause of this.
- setMax(int) - Method in class com.yahoo.search.pagetemplates.model.Section
-
- setMaxCacheItemPercentage(int) - Method in class com.yahoo.prelude.fastsearch.PacketCache
-
Sets the max size of a cached item compared to the total size
Cache requests for larger objects will be ignored
- setMaxConnectionsPerRoute(int) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setMaxFilterCoverage(double) - Method in class com.yahoo.search.query.ranking.MatchPhase
-
- setMaxHits(long) - Method in class com.yahoo.search.query.ranking.MatchPhase
-
Sets the max hits to aim for producing in the match phase.
- setMaxTotalConnections(int) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setMeasurements(Value) - Method in class com.yahoo.search.statistics.TimingSearcher
-
This method is only included for testing.
- setMeta(boolean) - Method in class com.yahoo.search.result.Hit
-
- setMethod(String) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setMethod(String) - Method in class com.yahoo.search.pagetemplates.model.AbstractChoice
-
- setMin(int) - Method in class com.yahoo.search.pagetemplates.model.Section
-
- setMinGroups(long) - Method in class com.yahoo.search.query.ranking.Diversity
-
Sets the max hits to aim for producing in the match phase.
- setMinHitsPerThread(int) - Method in class com.yahoo.search.query.ranking.Matching
-
- setModel(Model) - Method in class com.yahoo.search.query.parser.Parsable
-
- setMultivalue(boolean) - Method in class com.yahoo.prelude.Index
-
- setN(int) - Method in class com.yahoo.prelude.query.WeakAndItem
-
- setName(String) - Method in class com.yahoo.fs4.FS4Properties
-
- setName(String) - Method in class com.yahoo.prelude.semantics.rule.NamedCondition
-
- setName(String) - Method in class com.yahoo.prelude.semantics.RuleBase
-
Sets the name of this rule base.
- setName(String) - Method in class com.yahoo.search.pagetemplates.model.Renderer
-
- setName(String) - Method in class com.yahoo.search.pagetemplates.model.Source
-
- setName(String) - Method in class com.yahoo.search.query.Sorting.AttributeSorter
-
- setNameSpace(String) - Method in class com.yahoo.prelude.semantics.rule.Condition
-
Sets the name of the namespace of this
- setNamespace(String) - Method in class com.yahoo.prelude.semantics.rule.NamespaceProduction
-
- setNGram(boolean, int) - Method in class com.yahoo.prelude.Index
-
- setNoCache(boolean) - Method in class com.yahoo.search.Query
-
Sets whether this query should never be server from a cache.
- setNodesTried(int) - Method in class com.yahoo.search.result.Coverage
-
- setNohits(Template<T>) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
Sets the nohits template
- setNormalizable(boolean) - Method in class com.yahoo.prelude.query.TermItem
-
This refers to whether accent removal is a meaningful and possible
operation for this word.
- setNormalize(boolean) - Method in class com.yahoo.prelude.Index
-
- setNumber(String) - Method in class com.yahoo.prelude.query.IntItem
-
Sets the number expression of this - a number or range following the syntax specified in the class javadoc
- setNumerical(boolean) - Method in class com.yahoo.prelude.Index
-
- setNumSearchPartitions(int) - Method in class com.yahoo.search.query.ranking.Matching
-
- setNumThreadsPerSearch(int) - Method in class com.yahoo.search.query.ranking.Matching
-
- setOffset(int) - Method in class com.yahoo.fs4.QueryResultPacket
-
Only for testing.
- setOffset(int) - Method in class com.yahoo.search.Query
-
Set the hit offset.
- setOptional(Boolean) - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
Returns a set of options which are the same of this but with optional set to the given value
- setOrder(Sorting) - Method in class com.yahoo.search.pagetemplates.model.Section
-
- setOrdered(boolean) - Method in class com.yahoo.search.result.HitGroup
-
Turn off internal resorting of hits.
- setOrderer(HitOrderer) - Method in class com.yahoo.search.result.HitGroup
-
Sets the hit orderer for this group.
- setOrigin(Substring) - Method in class com.yahoo.prelude.query.TermItem
-
Sets the origin of this
- setOriginal(Object) - Method in class com.yahoo.prelude.hitfield.HitField
-
Optionally set the object which this HitField should represent.
- setOutputEncoding(String) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setOverridable(String, boolean, Map<String, String>) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Sets the overridability of a field in this profile,
this overrides the corresponding setting in the type (if any)
- setParent(CompositeItem) - Method in class com.yahoo.prelude.query.Item
-
Sets the parent in the tree.
- setParent(Query) - Method in class com.yahoo.search.query.Model
-
Assigns the query owning this
- setParentQuery(Query) - Method in class com.yahoo.search.query.properties.QueryProperties
-
- setParentQuery(Query) - Method in class com.yahoo.search.query.Properties
-
Invoked during deep cloning of the parent query.
- setParsedJSON(Object) - Method in class com.yahoo.prelude.hitfield.JSONString
-
- setPartId(int) - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Sets the part id number, which specifies the node where this hit is
found.
- setPath(String) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Set the url path to use in queries to this.
- setPersistentConnections(boolean) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
Note: This is currently largely a noop: Connections are reused even when this is set to true.
- setPhraseMatcher(PhraseMatcher) - Method in class com.yahoo.prelude.semantics.RuleBase
-
Thread safely sets the phrase matcher to use in this, or null to not use a phrase matcher
- setPingInfo(String) - Method in class com.yahoo.prelude.Pong
-
Sets information about the ping used to produce this.
- setPingOption(ProviderConfig.PingOption.Enum) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setPlainTokens(boolean) - Method in class com.yahoo.prelude.Index
-
- setPosition(int) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Sets the current position
- setPosition(int) - Method in class com.yahoo.prelude.semantics.rule.Production
-
- setPositionData(boolean) - Method in class com.yahoo.prelude.query.Item
-
Sets whether or not position data should be used when ranking this term item.
- setPositiveItem(Item) - Method in class com.yahoo.prelude.query.NotItem
-
Sets the positive item (the first item)
- setPrecision(int) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Assigns the precision clause of this.
- setProbability(double) - Method in class com.yahoo.text.interpretation.Interpretation
-
Sets he probability that this interpretation is the correct.
- setProduction(ProductionList) - Method in class com.yahoo.prelude.semantics.rule.AddingProductionRule
-
- setProduction(ProductionList) - Method in class com.yahoo.prelude.semantics.rule.ProductionRule
-
Sets what is produced when this rule is true
- setProfile(String) - Method in class com.yahoo.search.query.Ranking
-
Sets the name of the rank profile to use.
- setProperty(String, Object) - Method in class com.yahoo.search.query.context.QueryContext
-
Adds a property key-value to this context.
- setProperty(Object, Object) - Method in class com.yahoo.search.query.textserialize.serializer.DispatchForm
-
- setProtected(boolean) - Method in class com.yahoo.prelude.query.Item
-
Set whether this should be protected from change/remove by query rewriters
- setProxyHost(String) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setProxyPort(int) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setQuarantineTime(long) - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
The number of ms an unstable node is quarantined.
- setQuery(Query) - Method in class com.yahoo.fs4.mplex.FS4Channel
-
Set the query currently associated with this channel
- setQuery(Query) - Method in class com.yahoo.search.dispatch.CloseableChannel
-
- setQuery(String) - Method in class com.yahoo.search.query.parser.Parsable
-
- setQuery(Query) - Method in class com.yahoo.search.result.Hit
-
Sets the query which produced this.
- setQuery(Query) - Method in class com.yahoo.search.Result
-
Sets a query for this result
- setQueryCache(boolean) - Method in class com.yahoo.search.query.Ranking
-
Returns whether feature caching is turned on in the backed.
- setQueryContext(Template<T>) - Method in class com.yahoo.prelude.templates.TemplateSet
-
Deprecated.
- setQueryPacketData(QueryPacketData) - Method in class com.yahoo.prelude.fastsearch.FastHit
-
Add the binary data common for the query packet to a Vespa backend and a
summary fetch packet to a Vespa backend.
- setQueryPacketData(QueryPacketData) - Method in class com.yahoo.prelude.fastsearch.GroupingListHit
-
- setQueryParser(boolean) - Method in class com.yahoo.search.yql.YqlParser
-
- setQueryString(String) - Method in class com.yahoo.search.query.Model
-
Set the query from a string.
- setRanked(boolean) - Method in class com.yahoo.prelude.query.Item
-
Sets whether or not this term item should affect ranking.
- setReadTimeout(int) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setReferable(boolean) - Method in class com.yahoo.prelude.semantics.rule.EllipsisCondition
-
Sets whether this ellipsis condition can be referred from a production or not
- setReference(String) - Method in class com.yahoo.prelude.semantics.rule.ReferenceTermProduction
-
The label of the condition this should take its value from, never null
- setRegion(String) - Method in class com.yahoo.search.pagetemplates.model.Section
-
- setRelevance(Relevance) - Method in class com.yahoo.search.result.Hit
-
Sets the relevance of this hit
- setRelevance(double) - Method in class com.yahoo.search.result.Hit
-
Does setRelevance(new Relevance(relevance)
- setRenderer(ComponentSpecification) - Method in class com.yahoo.search.query.Presentation
-
Set the desired format for result rendering.
- setRenderer(Renderer<Result>) - Method in class com.yahoo.search.result.Templating
-
- setRendererFor(String) - Method in class com.yahoo.search.pagetemplates.model.Renderer
-
- setReplacing(boolean) - Method in class com.yahoo.prelude.semantics.rule.Production
-
True to replace, false to add, if this production can do both.
- setReportCoverage(boolean) - Method in class com.yahoo.search.query.Presentation
-
- setRequestTimeout(long) - Method in class com.yahoo.prelude.cluster.MonitorConfiguration
-
Sets the number of milliseconds to attempt to service a request (at
different nodes) before giving up.
- setRequestTimeoutInMilliseconds(Integer) - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
Returns a set of options which are the same of this but with request timeout set to the given value
- setResponseAfterFailLimit(int) - Method in class com.yahoo.search.cluster.MonitorConfiguration
-
Sets the number of times a failed node must respond before it is put
back in service.
- setRestrict(String) - Method in class com.yahoo.search.query.Model
-
Sets the set of types (document type or search definition names) this query will search from a
comma-separated string of type names.
- setResultGroup(RootGroup) - Method in class com.yahoo.search.grouping.GroupingRequest
-
- setRetries(int) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setRewriteMeta(Query, HashMap<String, Object>) - Static method in class com.yahoo.search.query.rewrite.RewriterUtils
-
Pass metadata to the next rewriter through query properties
- setRightCondition(Condition) - Method in class com.yahoo.prelude.semantics.rule.ComparisonCondition
-
- setRoot(Item) - Method in class com.yahoo.search.query.QueryTree
-
- setRootOperation(GroupingOperation) - Method in class com.yahoo.search.grouping.GroupingRequest
-
- setSchema(String) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setScore(double) - Method in class com.yahoo.search.intent.model.InterpretationNode
-
Sets the probability of the interpretation of this
- setScore(double) - Method in class com.yahoo.search.intent.model.Node
-
Sets the normalized (0-1) score of this node
- setScore(double) - Method in class com.yahoo.search.result.Relevance
-
Set score value to this value.
- setScoreThreshold(double) - Method in class com.yahoo.prelude.query.WandItem
-
Sets the initial score threshold used by the backend search operator handling this WandItem.
- setScoreThreshold(int) - Method in class com.yahoo.prelude.query.WeakAndItem
-
Sets the score threshold used by the backend search operator handling this WeakAndItem.
- setSearchClusterConfigId(String) - Method in class com.yahoo.vespa.streamingvisitors.VdsStreamingSearcher
-
- setSearchDefinitions(Map<String, SearchDefinition>, SearchDefinition) - Method in class com.yahoo.prelude.IndexFacts
-
- setSearcherSpecificMetaData(Searcher, Object) - Method in class com.yahoo.search.result.Hit
-
Attach some data to this hit for this searcher
- setSearchPath(String) - Method in class com.yahoo.search.query.Model
-
Set the path for which backend nodes to forward the search too.
- setSection(Section) - Method in class com.yahoo.search.pagetemplates.PageTemplate
-
- setSegmentIndex(int) - Method in class com.yahoo.prelude.query.WordItem
-
- setSegmentingRule(SegmentingRule) - Method in class com.yahoo.prelude.query.SegmentItem
-
- setSegmentingRule(SegmentingRule) - Method in class com.yahoo.prelude.query.TermItem
-
- setSelect(Select) - Method in class com.yahoo.search.query.parser.Parsable
-
- setSeparatorTag(String) - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
- setSeparatorTag(String) - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- setSignificance(double) - Method in class com.yahoo.prelude.query.CompositeTaggableItem
-
- setSignificance(double) - Method in class com.yahoo.prelude.query.SimpleTaggableItem
-
- setSignificance(double) - Method in interface com.yahoo.prelude.query.TaggableItem
-
Used for setting explicit term significance (in the tf/idf sense) to a single term or phrase,
relative to the rest of the query.
- setSignificance(double) - Method in class com.yahoo.prelude.query.TaggableSegmentItem
-
- setSocketBufferSizeBytes(int) - Method in class com.yahoo.search.federation.http.HTTPParameters
-
- setSoonActive(long) - Method in class com.yahoo.search.result.Coverage
-
Will set number of documents present in ideal state
- setSorted(boolean) - Method in class com.yahoo.search.result.HitGroup
-
Explicitly set whether the hits in this group are correctly sorted at this moment.
- setSorter(Sorting.AttributeSorter) - Method in class com.yahoo.search.query.Sorting.FieldOrder
-
- setSorting(Sorting) - Method in class com.yahoo.search.query.Ranking
-
Sets how this query should be sorted.
- setSorting(String) - Method in class com.yahoo.search.query.Ranking
-
Sets sorting from a string.
- setSource(String) - Method in class com.yahoo.prelude.semantics.RuleBase
-
Sets the name of the source of this rule base.
- setSource(Source) - Method in class com.yahoo.search.intent.model.SourceNode
-
Sets the source of this node
- setSource(String) - Method in class com.yahoo.search.result.DefaultErrorHit
-
- setSource(String) - Method in interface com.yahoo.search.result.ErrorHit
-
- setSource(String) - Method in class com.yahoo.search.result.ErrorMessage
-
Sets the source producing this error
- setSource(String) - Method in class com.yahoo.search.result.Hit
-
Sets the name of the source creating this hit
- setSourceNumber(int) - Method in class com.yahoo.search.result.Hit
-
- setSources(String) - Method in class com.yahoo.search.query.Model
-
Sets the set of sources this query will search from a comma-separated string of source names
- setSpecialTokens(SpecialTokens) - Method in class com.yahoo.prelude.query.parser.Tokenizer
-
Sets a list of tokens (Strings) which should be returned as WORD tokens regardless
of their content.
- setSpecialTokens(SpecialTokens) - Method in class com.yahoo.search.query.parser.ParserEnvironment
-
- setState(Language, IndexFacts.Session) - Method in class com.yahoo.prelude.query.parser.AbstractParser
-
- setStemmed(boolean) - Method in class com.yahoo.prelude.query.WordItem
-
- setStemming(boolean) - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Set to true to enable stemmed matches.
- setStemming(boolean) - Method in class com.yahoo.prelude.semantics.RuleBase
-
Set to true to enable stemmed matches.
- setStemMode(StemMode) - Method in class com.yahoo.prelude.Index
-
- setStemMode(String) - Method in class com.yahoo.prelude.Index
-
- setStorageClusterRouteSpec(String) - Method in class com.yahoo.vespa.streamingvisitors.VdsStreamingSearcher
-
- setStrict(boolean) - Method in class com.yahoo.search.query.profile.types.QueryProfileType
-
Set whether nondeclared fields are permissible.
- setSubmodeFromIndex(String, Set<String>) - Method in class com.yahoo.prelude.query.parser.WebParser
-
- setSubQueryBitmap(long) - Method in class com.yahoo.prelude.query.PredicateQueryItem.EntryBase
-
- setSubstringSpecialTokens(boolean) - Method in class com.yahoo.prelude.query.parser.Tokenizer
-
Sets whether to recognize tokens also as substrings of other tokens, needed for cjk.
- setSummary(String) - Method in class com.yahoo.search.query.Presentation
-
Sets the name of the summary class to be used to present hits from this query
- setSummaryClass(String) - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Set the default summary class to use with this template.
- setSummaryClass(String) - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- setSummaryFields(String) - Method in class com.yahoo.search.query.Presentation
-
Parse the given string as a comma delimited set of field names and
overwrite the set of summary fields.
- setTailcost(double) - Method in class com.yahoo.search.query.ranking.SoftTimeout
-
- setTemplate(String, Template<? extends Writer>) - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Sets the selected template
- setTemplate(String, Template<? extends Writer>) - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- setTemplateNotNull(String, Template<? extends Writer>) - Method in class com.yahoo.prelude.templates.GenericTemplateSet
-
Deprecated.
Sets the selected template
- setTemplateNotNull(String, Template<? extends Writer>) - Method in class com.yahoo.prelude.templates.LogExceptionUserTemplateDelegator
-
Deprecated.
- setTemplates(UserTemplate) - Method in class com.yahoo.search.result.Templating
-
Deprecated.
Sets the template set which should render this result set
- setTerm(String) - Method in class com.yahoo.prelude.semantics.rule.TermCondition
-
- setTermType(TermType) - Method in class com.yahoo.prelude.semantics.rule.TermProduction
-
Sets the term type to produce
- setTermwiselimit(double) - Method in class com.yahoo.search.query.ranking.Matching
-
- setThresholdBoostFactor(double) - Method in class com.yahoo.prelude.query.WandItem
-
Sets the boost factor used by the backend search operator to boost the threshold before
comparing it with the upper bound score of the document being evaluated.
- setTimeout(long) - Method in class com.yahoo.search.Query
-
Sets the number of milliseconds to wait for a response from a search backend
before time out.
- setTimeout(String) - Method in class com.yahoo.search.Query
-
Sets timeout from a string which will be parsed as a
- setTimeoutInMilliseconds(Integer) - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
Returns a set of options which are the same of this but with timeout set to the given value
- setTimestamp(long) - Method in class com.yahoo.fs4.BasicPacket
-
Set the timestamp field of the packet.
- setTimestamp(long) - Method in class com.yahoo.prelude.fastsearch.PacketWrapper
-
- setTimeZone(TimeZone) - Method in class com.yahoo.search.grouping.GroupingRequest
-
- setTiming(boolean) - Method in class com.yahoo.search.query.Presentation
-
- setTo(Query) - Method in class com.yahoo.search.intent.model.IntentModel
-
Stores this intent model at property key "intentModel" in this query
- setTokenizedContent(List<FieldPart>) - Method in class com.yahoo.prelude.hitfield.HitField
-
Only FieldPart objects must be present in the list.
- setTokenizedContent(boolean) - Method in class com.yahoo.prelude.Index.Attribute
-
- setTokenRegistry(SpecialTokenRegistry) - Method in class com.yahoo.search.searchchain.Execution.Context
-
Wrapping the incoming special token registry and then setting the
wrapper as the token registry, can be used for changing the set of
special tokens used by succeeding searchers.
- setToLast() - Method in class com.yahoo.prelude.semantics.engine.Evaluation
-
Sets the item iterator to point to the last item:
- setTotalDocumentCount(long) - Method in class com.yahoo.fs4.QueryResultPacket
-
Only for testing.
- setTotalHitCount(long) - Method in class com.yahoo.search.Result
-
Sets the estimated total number of hits this result is a subset of
- setTraceLevel(int) - Method in class com.yahoo.search.Query
-
Sets the context level of this query, 0 means no tracing
Higher numbers means increasingly more tracing
- setType(Query.Type) - Method in class com.yahoo.search.query.Model
-
Sets the query type of for this query.
- setType(String) - Method in class com.yahoo.search.query.Model
-
Sets the query type of for this query.
- setType(QueryProfileType) - Method in class com.yahoo.search.query.profile.QueryProfile
-
Sets the type of this, or set to null to not use any type checking in this profile
- setUniqueID(int) - Method in class com.yahoo.prelude.query.CompositeTaggableItem
-
- setUniqueID(int) - Method in class com.yahoo.prelude.query.SimpleTaggableItem
-
- setUniqueID(int) - Method in interface com.yahoo.prelude.query.TaggableItem
-
- setUniqueID(int) - Method in class com.yahoo.prelude.query.TaggableSegmentItem
-
- setUriIndex(boolean) - Method in class com.yahoo.prelude.Index
-
- setUrl(String) - Method in class com.yahoo.search.pagetemplates.model.Source
-
Sets the url of this source.
- setUseByDefault(Boolean) - Method in class com.yahoo.search.searchchain.model.federation.FederationOptions
-
Returns a set of options which are the same of this but with default set to the given value
- setUserQuery(Query) - Method in class com.yahoo.search.yql.YqlParser
-
- setUtf8Output(boolean) - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
Used by the template to decide whether to use UTF-8 optimizations.
- setUtf8Output(boolean) - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- setValue(String) - Method in class com.yahoo.prelude.query.IntItem
-
- setValue(String) - Method in class com.yahoo.prelude.query.RegExpItem
-
- setValue(String) - Method in class com.yahoo.prelude.query.TermItem
-
Sets the value of this item from a string.
- setValue(Object) - Method in interface com.yahoo.prelude.query.textualrepresentation.Discloser
-
- setValue(String) - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- setValue(String) - Method in class com.yahoo.prelude.query.WordItem
-
Same as #setWord
- setValue(Object) - Method in class com.yahoo.prelude.semantics.engine.RuleEvaluation
-
Sets the last value returned by a condition in this evaluatiino, or null
- setValue(String) - Method in class com.yahoo.prelude.semantics.rule.LiteralCondition
-
- setValue(String) - Method in class com.yahoo.prelude.semantics.rule.NamespaceProduction
-
- setValue(Object) - Method in class com.yahoo.search.query.profile.QueryProfile
-
- setValue(Object) - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValue
-
Sets the value to use for this set of dimension values
- setValueContainer(MapChoice) - Method in class com.yahoo.search.pagetemplates.model.Placeholder
-
- setWeight(int) - Method in class com.yahoo.prelude.query.AndSegmentItem
-
- setWeight(int) - Method in class com.yahoo.prelude.query.Item
-
Sets the relative importance of this term
- setWeight(int) - Method in class com.yahoo.prelude.query.PhraseSegmentItem
-
- setWeight(int) - Method in class com.yahoo.prelude.semantics.rule.Production
-
Sets the weight of this production as a percentage (default is 100)
- setWhere(String) - Method in class com.yahoo.search.grouping.request.GroupingOperation
-
Assigns a string as the where clause of this operation.
- setWhereString(String) - Method in class com.yahoo.search.query.Select
-
Sets the document selection criterion of the query.
- setWindow(int, int) - Method in class com.yahoo.search.Query
-
Convenience method to set both the offset and the number of hits to return
- setWord(String) - Method in class com.yahoo.prelude.query.WordItem
-
- setWords(boolean) - Method in class com.yahoo.prelude.query.WordItem
-
Sets if this consists of regular word characters (true) or represents a "special token" (false)
- setWorking(boolean, String) - Method in class com.yahoo.search.cluster.BaseNodeMonitor
-
Thread-safely changes the state of this node if required
- setWorking(boolean, String) - Method in class com.yahoo.search.cluster.TrafficNodeMonitor
-
Thread-safely changes the state of this node if required
- setXmlEscape(boolean) - Method in class com.yahoo.prelude.templates.Context
-
Deprecated.
Sets whether this context should xml-escape returned values
- setXmlEscape(boolean) - Method in class com.yahoo.prelude.templates.HitContext
-
Deprecated.
- setXyCircle(int, int, int) - Method in class com.yahoo.prelude.Location
-
- setYTraceHeaderToNext(String) - Method in class com.yahoo.search.query.Model
-
- shallowCopy() - Method in class com.yahoo.search.searchchain.Execution.Context
-
Standard shallow copy, the new instance will carry the same
references as this.
- ShortField - Class in com.yahoo.prelude.fastsearch
-
- ShortField(String) - Constructor for class com.yahoo.prelude.fastsearch.ShortField
-
- shouldLowercase(WordItem, IndexFacts.Session) - Method in class com.yahoo.search.querytransform.AllLowercasingSearcher
-
- shouldLowercase(WordItem, IndexFacts.Session) - Method in class com.yahoo.search.querytransform.LowercasingSearcher
-
Override this to control whether a given term should be lowercased.
- shouldLowercase(WordItem, IndexFacts.Session) - Method in class com.yahoo.search.querytransform.VespaLowercasingSearcher
-
- shouldParenthize() - Method in class com.yahoo.prelude.query.CompositeItem
-
Composite items should be parenthized when not on the top level
- shouldParenthize() - Method in class com.yahoo.prelude.query.Item
-
Returns whether or not this item should be parethized when printed.
- shouldParenthize() - Method in class com.yahoo.prelude.query.PhraseItem
-
Returns false, no parenthezes for phrases
- shouldParenthize() - Method in class com.yahoo.prelude.query.PhraseSegmentItem
-
Returns false, no parenthezes for phrases
- shouldRenderField(Hit, String) - Method in class com.yahoo.prelude.templates.DefaultTemplateSet
-
Deprecated.
Returns whether a field should be rendered.
- shouldRenderField(String) - Method in class com.yahoo.prelude.templates.FormattingOptions
-
Deprecated.
Tells whether a field should be rendered.
- shouldRenderField(Hit, String) - Method in class com.yahoo.prelude.templates.TiledTemplateSet
-
Deprecated.
- shouldRetry(Query, Result) - Method in class com.yahoo.search.cluster.ClusterSearcher
-
Returns whether this query and result should be retried against another
connection if possible.
- shouldRetry(Query, Result) - Method in class com.yahoo.search.federation.http.HTTPClientSearcher
-
Deprecated.
Never retry individual queries to clients for now
- shouldSet(CompoundName, Object) - Method in class com.yahoo.search.query.profile.ModelObjectMap
-
Returns true if the class of the value is *not* acceptable as a query profile value,
and therefore should be set in this.
- shouldSet(CompoundName, Object) - Method in class com.yahoo.search.query.properties.PropertyMap
-
Return true if this value should be set in this map, false if the set should be propagated instead
This default implementation always returns true.
- shutdown() - Method in class com.yahoo.fs4.mplex.Backend
-
This method should be used to ensure graceful shutdown of the backend.
- shutdown() - Method in class com.yahoo.prelude.cluster.ClusterMonitor
-
- shutdown() - Method in class com.yahoo.search.cluster.ClusterMonitor
-
Must be called when this goes out of use
- shutdown() - Method in class com.yahoo.search.query.profile.config.QueryProfileConfigurer
-
Stop subscribing from this configurer
- shutdownConnectionManagers() - Method in class com.yahoo.search.federation.http.HTTPSearcher
-
Deprecated.
Only for testing.
- significance - Variable in class com.yahoo.prelude.query.Item
-
Explicit term significance
- SimpleIndexedItem - Class in com.yahoo.prelude.query
-
Common implementation for Item classes implementing the IndexedItem interface.
- SimpleIndexedItem() - Constructor for class com.yahoo.prelude.query.SimpleIndexedItem
-
- simpleRenderDefaultErrorHit(Writer, ErrorHit) - Static method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
- simpleRenderDefaultErrorHit(XMLWriter, ErrorHit) - Static method in class com.yahoo.search.rendering.DefaultRenderer
-
Deprecated.
- simpleRenderDefaultErrorHit(XMLWriter, ErrorHit) - Static method in class com.yahoo.search.rendering.SyncDefaultRenderer
-
- simpleRenderErrorHit(Writer, ErrorHit) - Method in class com.yahoo.prelude.templates.SearchRendererAdaptor
-
Deprecated.
Renders this hit as XML, disregarding the given template.
- SimpleTaggableItem - Class in com.yahoo.prelude.query
-
Common implementation for Item classes implementing the TaggableItem interface.
- SimpleTaggableItem() - Constructor for class com.yahoo.prelude.query.SimpleTaggableItem
-
- simplifyPhrases(Item) - Static method in class com.yahoo.prelude.query.parser.AbstractParser
-
Collapses single item phrases in the tree to the contained item.
- simplifyUnnecessaryComposites(Item) - Method in class com.yahoo.prelude.query.parser.AllParser
-
- SingleTarget - Class in com.yahoo.search.federation.sourceref
-
TODO: What is this?
- SingleTarget(ComponentId, SearchChainInvocationSpec, boolean) - Constructor for class com.yahoo.search.federation.sourceref.SingleTarget
-
- size() - Method in class com.yahoo.fs4.mplex.ListenerPool
-
- size() - Method in class com.yahoo.prelude.fastsearch.DocsumDefinitionSet
-
- size() - Method in class com.yahoo.prelude.query.parser.SpecialTokens
-
Returns the number of special tokens in this
- size() - Method in class com.yahoo.search.dispatch.SearchCluster
-
Returns the number of nodes in this cluster (across all groups)
- SIZE - Static variable in class com.yahoo.search.federation.CommonFields
-
- size() - Method in class com.yahoo.search.query.profile.DimensionValues
-
Returns the number of values in this (some of which may be null)
- size() - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValues
-
Same as asList().size()
- size() - Method in class com.yahoo.search.result.HitGroup
-
Returns the number of hits available immediately in this group
(counting a subgroup as one hit).
- SizeFunction - Class in com.yahoo.search.grouping.request
-
- SizeFunction(GroupingExpression) - Constructor for class com.yahoo.search.grouping.request.SizeFunction
-
Constructs a new instance of this class.
- skip(long) - Method in class com.yahoo.search.federation.http.TimedStream
-
- skippedHits - Variable in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher.FillHitsResult
-
- SLIME_MAGIC_ID - Static variable in class com.yahoo.prelude.fastsearch.DocsumDefinitionSet
-
- sniffChannel(ByteBuffer) - Static method in class com.yahoo.fs4.PacketDecoder
-
Sniff channel ID for query result packets
- socketBufferBytes(int) - Method in class com.yahoo.search.federation.ProviderConfig.Builder
-
- socketBufferBytes() - Method in class com.yahoo.search.federation.ProviderConfig
-
- socketChannel() - Method in class com.yahoo.fs4.mplex.FS4Connection
-
Return the underlying SocketChannel used by this connection.
- SoftTimeout - Class in com.yahoo.search.query.ranking
-
Holds the settings for the soft-timeout feature.
- SoftTimeout() - Constructor for class com.yahoo.search.query.ranking.SoftTimeout
-
- SOFTTIMEOUT - Static variable in class com.yahoo.search.query.Ranking
-
- sort() - Method in class com.yahoo.search.query.profile.QueryProfileVariants.FieldValues
-
- sort() - Method in class com.yahoo.search.result.HitGroup
-
Force hit sorting now.
- sortChildren() - Method in class com.yahoo.search.intent.model.IntentModel
-
Sort interpretations by descending score order
- SortFunction - Class in com.yahoo.search.grouping.request
-
- SortFunction(GroupingExpression) - Constructor for class com.yahoo.search.grouping.request.SortFunction
-
Constructs a new instance of this class.
- SORTING - Static variable in class com.yahoo.search.query.Ranking
-
- Sorting - Class in com.yahoo.search.query
-
Specifies how a query is sorted by a list of fields with a sort order
- Sorting() - Constructor for class com.yahoo.search.query.Sorting
-
Creates an empty sort spec
- Sorting(List<Sorting.FieldOrder>) - Constructor for class com.yahoo.search.query.Sorting
-
- Sorting(String) - Constructor for class com.yahoo.search.query.Sorting
-
Creates a sort spec from a string
- Sorting.AttributeSorter - Class in com.yahoo.search.query
-
- Sorting.FieldOrder - Class in com.yahoo.search.query
-
An attribute (field) and how it should be sorted
- Sorting.LowerCaseSorter - Class in com.yahoo.search.query
-
- Sorting.Order - Enum in com.yahoo.search.query
-
- Sorting.RawSorter - Class in com.yahoo.search.query
-
- Sorting.UcaSorter - Class in com.yahoo.search.query
-
- Sorting.UcaSorter.Strength - Enum in com.yahoo.search.query
-
- SORTING_FUNCTION - Static variable in class com.yahoo.search.yql.YqlParser
-
- SORTING_LOCALE - Static variable in class com.yahoo.search.yql.YqlParser
-
- SORTING_STRENGTH - Static variable in class com.yahoo.search.yql.YqlParser
-
- SortingDegrader - Class in com.yahoo.search.querytransform
-
If the query is eligible, specify that the query should degrade if it causes too many hits
to avoid excessively expensive queries.
- SortingDegrader() - Constructor for class com.yahoo.search.querytransform.SortingDegrader
-
- source - Variable in class com.yahoo.search.federation.sourceref.SearchChainInvocationSpec
-
The source to invoke, or null if none
- Source - Class in com.yahoo.search.intent.model
-
A representation of a source.
- Source(String) - Constructor for class com.yahoo.search.intent.model.Source
-
Creates an intent from a string id
- Source - Class in com.yahoo.search.pagetemplates.model
-
A source mentioned in a page template.
- Source(String) - Constructor for class com.yahoo.search.pagetemplates.model.Source
-
- source_list() - Method in class com.yahoo.search.yql.yqlplusParser.Select_source_multiContext
-
- source_list() - Method in class com.yahoo.search.yql.yqlplusParser
-
- Source_listContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Source_listContext
-
- source_spec() - Method in class com.yahoo.search.yql.yqlplusParser.Join_exprContext
-
- source_spec() - Method in class com.yahoo.search.yql.yqlplusParser.Select_source_joinContext
-
- source_spec() - Method in class com.yahoo.search.yql.yqlplusParser
-
- Source_specContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Source_specContext
-
- source_statement() - Method in class com.yahoo.search.yql.yqlplusParser.Data_sourceContext
-
- source_statement() - Method in class com.yahoo.search.yql.yqlplusParser.Merge_componentContext
-
- source_statement() - Method in class com.yahoo.search.yql.yqlplusParser.Output_statementContext
-
- source_statement() - Method in class com.yahoo.search.yql.yqlplusParser.Selectvar_statementContext
-
- source_statement() - Method in class com.yahoo.search.yql.yqlplusParser
-
- source_statement() - Method in class com.yahoo.search.yql.yqlplusParser.ViewContext
-
- Source_statementContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.Source_statementContext
-
- SOURCENAME - Static variable in class com.yahoo.search.federation.FederationSearcher
-
The name of the query property containing the source name added to the query to each source by this
- SourceNode - Class in com.yahoo.search.intent.model
-
A source node in an intent model tree.
- SourceNode(Source, double) - Constructor for class com.yahoo.search.intent.model.SourceNode
-
- SourceRefResolver - Class in com.yahoo.search.federation.sourceref
-
Maps a source reference to search chain invocation specs.
- SourceRefResolver(SearchChainResolver) - Constructor for class com.yahoo.search.federation.sourceref.SourceRefResolver
-
- sources() - Method in class com.yahoo.search.pagetemplates.result.SectionHitGroup
-
Returns the live, modifiable list of sources which are not fetched by the framework but should
instead be included in the result
- SOURCES - Static variable in class com.yahoo.search.query.Model
-
- SOURCES - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- SOURCES() - Method in class com.yahoo.search.yql.yqlplusParser.Keyword_as_identContext
-
- SOURCES() - Method in class com.yahoo.search.yql.yqlplusParser.Select_source_allContext
-
- SOURCES() - Method in class com.yahoo.search.yql.yqlplusParser.Select_source_multiContext
-
- SOURCES - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- sourceSpec - Variable in class com.yahoo.search.searchchain.model.federation.FederationSearcherModel.TargetSpec
-
- SourcesTarget - Class in com.yahoo.search.federation.sourceref
-
- SourcesTarget(ComponentId) - Constructor for class com.yahoo.search.federation.sourceref.SourcesTarget
-
- Span - Class in com.yahoo.text.interpretation
-
Span is a description of a part of a text, modeled as a tree.
- SpecialToken(String, String) - Constructor for class com.yahoo.prelude.query.parser.SpecialTokens.SpecialToken
-
- SpecialTokenRegistry - Class in com.yahoo.prelude.query.parser
-
A registry which is responsible for knowing the current
set of special tokens.
- SpecialTokenRegistry() - Constructor for class com.yahoo.prelude.query.parser.SpecialTokenRegistry
-
Creates an empty special token registry which
does not subscribe to any configuration
- SpecialTokenRegistry(String) - Constructor for class com.yahoo.prelude.query.parser.SpecialTokenRegistry
-
Create a special token registry which subscribes to the specialtokens
configuration.
- SpecialTokenRegistry(SpecialtokensConfig) - Constructor for class com.yahoo.prelude.query.parser.SpecialTokenRegistry
-
Create a special token registry from a configuration object.
- SpecialTokens - Class in com.yahoo.prelude.query.parser
-
A list of special tokens - string that should be threated as word
no matter what they contain.
- SpecialTokens() - Constructor for class com.yahoo.prelude.query.parser.SpecialTokens
-
Creates a null list of special tokens
- SpecialTokens(String) - Constructor for class com.yahoo.prelude.query.parser.SpecialTokens
-
- SpecialTokens.SpecialToken - Class in com.yahoo.prelude.query.parser
-
An immutable special token
- splitToGrams(Item, String, int, Query) - Method in class com.yahoo.search.querytransform.NGramSearcher
-
Splits the given item into n-grams and adds them as a CompositeItem containing WordItems searching the
index of the input term.
- SQ - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- SQ - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- stacksize(int) - Method in class com.yahoo.search.config.QrStartConfig.Jvm.Builder
-
- stacksize() - Method in class com.yahoo.search.config.QrStartConfig.Jvm
-
- StandardDeviationAggregator - Class in com.yahoo.search.grouping.request
-
- StandardDeviationAggregator(GroupingExpression) - Constructor for class com.yahoo.search.grouping.request.StandardDeviationAggregator
-
Constructs a new instance of this class.
- STAR - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- STAR() - Method in class com.yahoo.search.yql.yqlplusParser.Namespaced_nameContext
-
- STAR() - Method in class com.yahoo.search.yql.yqlplusParser.Select_field_specContext
-
- STAR() - Method in class com.yahoo.search.yql.yqlplusParser.Select_source_allContext
-
- STAR - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- start - Variable in class com.yahoo.prelude.query.Substring
-
The start of the substring
- startDocument() - Method in class com.yahoo.search.federation.vespa.ResultBuilder
-
- startElement(String, String, String, Attributes) - Method in class com.yahoo.search.federation.vespa.ResultBuilder
-
- State(Choicepoint, RuleEvaluation) - Constructor for class com.yahoo.prelude.semantics.engine.Choicepoint.State
-
- statement() - Method in class com.yahoo.search.yql.yqlplusParser.ProgramContext
-
- statement(int) - Method in class com.yahoo.search.yql.yqlplusParser.ProgramContext
-
- statement() - Method in class com.yahoo.search.yql.yqlplusParser
-
- StatementContext(ParserRuleContext, int) - Constructor for class com.yahoo.search.yql.yqlplusParser.StatementContext
-
- STATISTICS - Static variable in class com.yahoo.search.statistics.MeasureQpsConfig.Outputmethod
-
- StatisticsSearcher - Class in com.yahoo.prelude.statistics
-
A searcher to gather statistics such as queries completed and query latency.
- StatisticsSearcher(Statistics, Metric, MetricReceiver) - Constructor for class com.yahoo.prelude.statistics.StatisticsSearcher
-
- STEMMING - Static variable in class com.yahoo.prelude.querytransform.StemmingSearcher
-
- StemmingSearcher - Class in com.yahoo.prelude.querytransform
-
Replaces query terms with their stems
- StemmingSearcher(Linguistics) - Constructor for class com.yahoo.prelude.querytransform.StemmingSearcher
-
- StemmingSearcher(ComponentId, Linguistics) - Constructor for class com.yahoo.prelude.querytransform.StemmingSearcher
-
- STRATEGY - Static variable in class com.yahoo.search.query.ranking.Diversity
-
- StrCatFunction - Class in com.yahoo.search.grouping.request
-
- StrCatFunction(GroupingExpression, GroupingExpression, GroupingExpression...) - Constructor for class com.yahoo.search.grouping.request.StrCatFunction
-
Constructs a new instance of this class.
- STREAMING_STATISTICS - Static variable in class com.yahoo.vespa.streamingvisitors.VdsStreamingSearcher
-
- STRENGTH_IDENTICAL - Static variable in class com.yahoo.search.query.Sorting
-
- STRENGTH_PRIMARY - Static variable in class com.yahoo.search.query.Sorting
-
- STRENGTH_QUATERNARY - Static variable in class com.yahoo.search.query.Sorting
-
- STRENGTH_SECONDARY - Static variable in class com.yahoo.search.query.Sorting
-
- STRENGTH_TERTIARY - Static variable in class com.yahoo.search.query.Sorting
-
- strict(boolean) - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofiletype.Builder
-
- strict() - Method in class com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofiletype
-
- StrictContractsConfig - Class in com.yahoo.search.federation
-
This class represents the root node of strict-contracts
Copyright 2017 Yahoo Holdings.
- StrictContractsConfig(StrictContractsConfig.Builder) - Constructor for class com.yahoo.search.federation.StrictContractsConfig
-
- StrictContractsConfig.Builder - Class in com.yahoo.search.federation
-
- StrictContractsConfig.Producer - Interface in com.yahoo.search.federation
-
- StrictContractsConfig.PropagateSourceProperties - Class in com.yahoo.search.federation
-
This class represents strict-contracts.propagateSourceProperties
WARNING: Beta feature, might be removed soon.
- StrictContractsConfig.PropagateSourceProperties.Enum - Enum in com.yahoo.search.federation
-
- string - Variable in class com.yahoo.prelude.query.Substring
-
The string this is a substring of
- STRING - Static variable in class com.yahoo.search.yql.yqlplusLexer
-
- STRING() - Method in class com.yahoo.search.yql.yqlplusParser.LiteralStringContext
-
- STRING() - Method in class com.yahoo.search.yql.yqlplusParser.Scalar_literalContext
-
- STRING - Static variable in class com.yahoo.search.yql.yqlplusParser
-
- stringBackedFeatureData(boolean) - Method in class com.yahoo.container.search.LegacyEmulationConfig.Builder
-
- stringBackedFeatureData() - Method in class com.yahoo.container.search.LegacyEmulationConfig
-
- stringbackedfeatures(boolean) - Method in class com.yahoo.prelude.EmulationConfig.Builder
-
- stringbackedfeatures() - Method in class com.yahoo.prelude.EmulationConfig
-
- stringbackedstructs(boolean) - Method in class com.yahoo.prelude.EmulationConfig.Builder
-
- stringbackedstructs() - Method in class com.yahoo.prelude.EmulationConfig
-
- stringBackedStructuredData(boolean) - Method in class com.yahoo.container.search.LegacyEmulationConfig.Builder
-
- stringBackedStructuredData() - Method in class com.yahoo.container.search.LegacyEmulationConfig
-
- StringBucket - Class in com.yahoo.search.grouping.request
-
- StringBucket(String, String) - Constructor for class com.yahoo.search.grouping.request.StringBucket
-
Constructs a new instance of this class.
- StringBucket(ConstantValue<?>, ConstantValue<?>) - Constructor for class com.yahoo.search.grouping.request.StringBucket
-
Constructs a new instance of this class.
- StringBucketId - Class in com.yahoo.search.grouping.result
-
This class is used in
Group
instances where the identifying expression evaluated to a
StringBucket
.
- StringBucketId(String, String) - Constructor for class com.yahoo.search.grouping.result.StringBucketId
-
Constructs a new instance of this class.
- StringField - Class in com.yahoo.prelude.fastsearch
-
- StringField(String) - Constructor for class com.yahoo.prelude.fastsearch.StringField
-
- StringFieldPart - Class in com.yahoo.prelude.hitfield
-
Represents an element of a hit property which is a possibly
mutable string element
- StringFieldPart(String, boolean) - Constructor for class com.yahoo.prelude.hitfield.StringFieldPart
-
- StringId - Class in com.yahoo.search.grouping.result
-
This class is used in
Group
instances where the identifying expression evaluated to a
String
.
- StringId(String) - Constructor for class com.yahoo.search.grouping.result.StringId
-
Constructs a new instance of this class.
- StringPredefined - Class in com.yahoo.search.grouping.request
-
This class represents a predefined bucket-function in a
GroupingExpression
for expressions that evaluate to a
string.
- StringPredefined(GroupingExpression, StringBucket, StringBucket...) - Constructor for class com.yahoo.search.grouping.request.StringPredefined
-
Constructs a new instance of this class.
- stringType - Static variable in class com.yahoo.search.query.profile.types.FieldType
-
- stringValue() - Method in interface com.yahoo.prelude.query.BlockItem
-
Returns the value of this term as a string
- stringValue() - Method in class com.yahoo.prelude.query.ExactStringItem
-
- stringValue() - Method in class com.yahoo.prelude.query.IntItem
-
- stringValue() - Method in class com.yahoo.prelude.query.PrefixItem
-
- stringValue() - Method in class com.yahoo.prelude.query.RegExpItem
-
- stringValue() - Method in class com.yahoo.prelude.query.SegmentItem
-
- stringValue() - Method in class com.yahoo.prelude.query.SubstringItem
-
- stringValue() - Method in class com.yahoo.prelude.query.SuffixItem
-
- stringValue() - Method in class com.yahoo.prelude.query.WordAlternativesItem
-
- stringValue() - Method in class com.yahoo.prelude.query.WordItem
-
Returns this word as it should be used in executing the query.
- StringValue - Class in com.yahoo.search.grouping.request
-
- StringValue(String) - Constructor for class com.yahoo.search.grouping.request.StringValue
-
Constructs a new instance of this class.
- stringValue() - Method in class com.yahoo.search.query.profile.types.FieldType
-
- stringValue() - Method in class com.yahoo.search.query.profile.types.PrimitiveFieldType
-
- stringValue() - Method in class com.yahoo.search.query.profile.types.QueryFieldType
-
- stringValue() - Method in class com.yahoo.search.query.profile.types.QueryProfileFieldType
-
- stringValue() - Method in class com.yahoo.search.query.profile.types.TensorFieldType
-
- stripCharacter(char, String) - Static method in class com.yahoo.search.result.Hit
-
- StrLenFunction - Class in com.yahoo.search.grouping.request
-
- StrLenFunction(GroupingExpression) - Constructor for class com.yahoo.search.grouping.request.StrLenFunction
-
Constructs a new instance of this class.
- STRUCT_FIELD - Static variable in class com.yahoo.prelude.searcher.JSONDebugSearcher
-
- StructDataField - Class in com.yahoo.prelude.fastsearch
-
A hit field containing JSON structured data
- StructDataField(String) - Constructor for class com.yahoo.prelude.fastsearch.StructDataField
-
- StructuredData - Class in com.yahoo.search.result
-
A wrapper for structured data representing feature values.
- StructuredData(Inspector) - Constructor for class com.yahoo.search.result.StructuredData
-
- SubFunction - Class in com.yahoo.search.grouping.request
-
- SubFunction(GroupingExpression, GroupingExpression, GroupingExpression...) - Constructor for class com.yahoo.search.grouping.request.SubFunction
-
Constructs a new instance of this class.
- submodes - Variable in class com.yahoo.prelude.query.parser.AbstractParser
-
The current submodes of this parser
- SubProperties - Class in com.yahoo.search.query.properties
-
A wrapper around a chain of property objects that prefixes all gets/sets with a given path
- SubProperties(String, Properties) - Constructor for class com.yahoo.search.query.properties.SubProperties
-
- SubProperties(CompoundName, Properties) - Constructor for class com.yahoo.search.query.properties.SubProperties
-
- substitute(Map<String, String>, Properties) - Method in class com.yahoo.search.query.profile.SubstituteString
-
Perform the substitution in this, by looking up in the given query profile,
and returns the resulting string
- SubstituteString - Class in com.yahoo.search.query.profile
-
A string which contains one or more elements of the form %{name},
where these occurrences are to be replaced by a query profile lookup on name.
- substring - Variable in class com.yahoo.prelude.query.parser.Token
-
The raw substring causing this token, never null
- Substring - Class in com.yahoo.prelude.query
-
An substring which also provides access to the full (query) string it is a substring of.
- Substring(int, int, String) - Constructor for class com.yahoo.prelude.query.Substring
-
- SubStringConverter - Class in com.yahoo.search.query.textserialize.item
-
- SubStringConverter() - Constructor for class com.yahoo.search.query.textserialize.item.SubStringConverter
-
- SubstringItem - Class in com.yahoo.prelude.query
-
A word that matches substrings of words
- SubstringItem(String) - Constructor for class com.yahoo.prelude.query.SubstringItem
-
- SubstringItem(String, boolean) - Constructor for class com.yahoo.prelude.query.SubstringItem
-
- succeededAt - Variable in class com.yahoo.search.cluster.BaseNodeMonitor
-
The last time this node responded successfully
- success() - Static method in class com.yahoo.prelude.query.QueryCanonicalizer.CanonicalizationResult
-
- SuffixConverter - Class in com.yahoo.search.query.textserialize.item
-
- SuffixConverter() - Constructor for class com.yahoo.search.query.textserialize.item.SuffixConverter
-
- SuffixItem - Class in com.yahoo.prelude.query
-
A word that matches a suffix of words instead of a complete word.
- SuffixItem(String) - Constructor for class com.yahoo.prelude.query.SuffixItem
-
- SuffixItem(String, boolean) - Constructor for class com.yahoo.prelude.query.SuffixItem
-
- SumAggregator - Class in com.yahoo.search.grouping.request
-
- SumAggregator(GroupingExpression) - Constructor for class com.yahoo.search.grouping.request.SumAggregator
-
Constructs a new instance of this class.
- SUMMARY - Static variable in class com.yahoo.search.query.Presentation
-
- SUMMARY_FIELDS - Static variable in class com.yahoo.search.query.Presentation
-
- summaryclass - Variable in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Builder
-
- summaryclass(DocumentdbInfoConfig.Documentdb.Summaryclass.Builder) - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Builder
-
Add the given builder to this builder's list of Summaryclass builders
- summaryclass(List<DocumentdbInfoConfig.Documentdb.Summaryclass.Builder>) - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Builder
-
Set the given list as this builder's list of Summaryclass builders
- summaryclass() - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb
-
- summaryclass(int) - Method in class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb
-
- Summaryclass(DocumentdbInfoConfig.Documentdb.Summaryclass.Builder) - Constructor for class com.yahoo.prelude.fastsearch.DocumentdbInfoConfig.Documentdb.Summaryclass
-
- summaryName(String) - Method in class com.yahoo.prelude.searcher.KeyvalueConfig.Builder
-
- summaryName() - Method in class com.yahoo.prelude.searcher.KeyvalueConfig
-
- summaryNeedsQuery(Query) - Method in class com.yahoo.prelude.fastsearch.VespaBackEndSearcher
-
Returns whether we need to send the query when fetching summaries.
- SummaryParameters - Class in com.yahoo.prelude.fastsearch
-
Wrapper for document summary parameters and configuration.
- SummaryParameters(String) - Constructor for class com.yahoo.prelude.fastsearch.SummaryParameters
-
- SummaryValue - Class in com.yahoo.search.grouping.request
-
- SummaryValue() - Constructor for class com.yahoo.search.grouping.request.SummaryValue
-
Constructs a new instance of this class, using the default summary class.
- SummaryValue(String) - Constructor for class com.yahoo.search.grouping.request.SummaryValue
-
Constructs a new instance of this class.
- SuperCondition - Class in com.yahoo.prelude.semantics.rule
-
A condition which evaluates the last included version of
the named condition this is a premise of.
- SuperCondition() - Constructor for class com.yahoo.prelude.semantics.rule.SuperCondition
-
- SyncDefaultRenderer - Class in com.yahoo.search.rendering
-
- SyncDefaultRenderer() - Constructor for class com.yahoo.search.rendering.SyncDefaultRenderer
-
- SyncDefaultRenderer.RenderingVisitor - Class in com.yahoo.search.rendering
-