JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
E
F
G
H
I
L
P
Q
R
S
B
Blobs
- Interface in
com.lucidworks.querying.api.fusion
Fusion Blobs API allows to perform operation with files and other objects stored in Fusion blob storage.
blobs()
- Method in interface com.lucidworks.querying.api.fusion.
Fusion
Fusion Blobs API for operations with the blob objects stored in Fusion.
body(InputStream)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall.RestCallBuilder
Set stream request body.
body(String)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall.RestCallBuilder
Set string request body.
C
com.lucidworks.querying
- package com.lucidworks.querying
com.lucidworks.querying.api
- package com.lucidworks.querying.api
com.lucidworks.querying.api.fusion
- package com.lucidworks.querying.api.fusion
com.lucidworks.querying.config
- package com.lucidworks.querying.config
config
- Variable in class com.lucidworks.querying.api.
QueryStageBase
Context
- Interface in
com.lucidworks.querying.api
Query pipeline context represented as a
Map
.
D
delete(String)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall
Perform DELETE call.
DslQueryRequest
- Interface in
com.lucidworks.querying.api
DslQueryRequestResponse
- Interface in
com.lucidworks.querying.api
Fusion query request and response.
DslQueryResponse
- Interface in
com.lucidworks.querying.api
E
execute()
- Method in interface com.lucidworks.querying.api.fusion.
RestCall.RestCallBuilder
Execute request synchronously and receive response.
F
Fusion
- Interface in
com.lucidworks.querying.api.fusion
Fusion APIs available to use from a index pipeline stage.
fusion
- Variable in class com.lucidworks.querying.api.
QueryStageBase
FusionApiException
- Exception in
com.lucidworks.querying.api.fusion
FusionApiException(String)
- Constructor for exception com.lucidworks.querying.api.fusion.
FusionApiException
FusionApiException(String, Throwable)
- Constructor for exception com.lucidworks.querying.api.fusion.
FusionApiException
G
get(String)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall
Perform GET call.
getBlobContent(String)
- Method in interface com.lucidworks.querying.api.fusion.
Blobs
Retrieve blob contents from Fusion blob storage.
getCollection()
- Method in interface com.lucidworks.querying.api.
Context
getContext()
- Method in interface com.lucidworks.querying.api.
DslQueryRequest
getDebugResponse()
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
getDslQueryRequest()
- Method in interface com.lucidworks.querying.api.
DslQueryRequestResponse
getDslQueryResponse()
- Method in interface com.lucidworks.querying.api.
DslQueryRequestResponse
getFacets()
- Method in interface com.lucidworks.querying.api.
DslQueryRequest
getFacets()
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
getMeta()
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
getParams()
- Method in interface com.lucidworks.querying.api.
DslQueryRequest
getQueryDefinition()
- Method in interface com.lucidworks.querying.api.
DslQueryRequest
getResults()
- Method in interface com.lucidworks.querying.api.
DslQueryRequest
getResults()
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
getRules()
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
getSpellcheck()
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
getVersion()
- Static method in class com.lucidworks.querying.
SDKVersion
H
header(String, String)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall.RestCallBuilder
Add HTTP request header.
headers(Map<String, String>)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall.RestCallBuilder
Add pre-constructed map of HTTP request headers.
I
init(T, Fusion)
- Method in interface com.lucidworks.querying.api.
QueryStage
Stage initialization callback.
init(T, Fusion)
- Method in class com.lucidworks.querying.api.
QueryStageBase
L
listBlobs()
- Method in interface com.lucidworks.querying.api.fusion.
Blobs
Get list of all available blobs.
P
param(String, String)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall.RestCallBuilder
Add query parameter.
params(Map<String, String>)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall.RestCallBuilder
Add pre-constructed map of query parameters.
post(String)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall
Perform POST call.
process(DslQueryRequestResponse, Context)
- Method in interface com.lucidworks.querying.api.
QueryStage
Process a single dslQueryRequestResponse.
process(DslQueryRequestResponse, Context, Consumer<DslQueryRequestResponse>)
- Method in interface com.lucidworks.querying.api.
QueryStage
Process single dslQueryRequestResponse.
put(String)
- Method in interface com.lucidworks.querying.api.fusion.
RestCall
Perform PUT call.
Q
QueryStage
<
T
extends
QueryStageConfig
> - Interface in
com.lucidworks.querying.api
Fusion query pipeline stage.
QueryStageBase
<
T
extends
QueryStageConfig
> - Class in
com.lucidworks.querying.api
Convenient base class for query pipeline stage containing default initialization logic.
QueryStageBase()
- Constructor for class com.lucidworks.querying.api.
QueryStageBase
QueryStageConfig
- Interface in
com.lucidworks.querying.config
Query pipeline stage configuration definition.
R
restCall(Class<T>)
- Method in interface com.lucidworks.querying.api.fusion.
Fusion
REST call API for making generic HTTP calls to Fusion services.
RestCall
<
T
> - Interface in
com.lucidworks.querying.api.fusion
API for making generic REST calls to Fusion services.
RestCall.RestCallBuilder
<
T
> - Interface in
com.lucidworks.querying.api.fusion
S
SDKVersion
- Class in
com.lucidworks.querying
SDKVersion()
- Constructor for class com.lucidworks.querying.
SDKVersion
setFacets(Facets)
- Method in interface com.lucidworks.querying.api.
DslQueryRequest
setFacets(Facets)
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
setQueryDefinition(QueryDefinition)
- Method in interface com.lucidworks.querying.api.
DslQueryRequest
setResults(Results)
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
setRules(Rules)
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
setSpellcheck(Spellcheck)
- Method in interface com.lucidworks.querying.api.
DslQueryResponse
Stage
- Annotation Type in
com.lucidworks.querying.api
Annotation that informs Fusion that this class should be interpreted as a stage.
B
C
D
E
F
G
H
I
L
P
Q
R
S
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes