Package com.yahoo.prelude.fastsearch
Class VespaBackend
java.lang.Object
com.yahoo.prelude.fastsearch.VespaBackend
- Direct Known Subclasses:
IndexedBackend
,StreamingBackend
Superclass for backend searchers.
- Author:
- baldersheim
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static enum
protected static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
for vespa-internal use only; consider renaming the summary class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
doPartialFill
(Result result, String summaryClass) protected abstract Result
Searches a search cluster This is an endpoint - searchers will never propagate the search to any nested searcher.protected String
ensureLegalSummaryClass
(Query query, String summaryClass) void
protected VespaBackend.FillHitsResult
fillHits
(Result result, DocsumPacket[] packets, String summaryClass) Fills the hits.protected final String
getDocumentDatabase
(Query query) final String
getName()
void
shutDown()
boolean
summaryNeedsQuery
(Query query) Returns whether we need to send the query when fetching summaries.protected void
transformQuery
(Query query)
-
Field Details
-
SORTABLE_ATTRIBUTES_SUMMARY_CLASS
for vespa-internal use only; consider renaming the summary class- See Also:
-
-
Constructor Details
-
VespaBackend
-
-
Method Details
-
getName
-
getDefaultDocsumClass
-
doSearch2
Searches a search cluster This is an endpoint - searchers will never propagate the search to any nested searcher.- Parameters:
query
- the query to search
-
doPartialFill
-
summaryNeedsQuery
Returns whether we need to send the query when fetching summaries. This is necessary if the query requests summary features or dynamic snippeting. -
getServerId
-
getDocumentDatabase
-
transformQuery
-
search
-
fill
-
ensureLegalSummaryClass
-
fillHits
protected VespaBackend.FillHitsResult fillHits(Result result, DocsumPacket[] packets, String summaryClass) Fills the hits.- Returns:
- the number of hits that we did not return data for, and an optional error message. when things are working normally we return 0.
-
shutDown
public void shutDown()
-