Package com.lucidworks.apollo.pipeline
Class BaseRPCConfig
java.lang.Object
com.lucidworks.apollo.pipeline.StageConfig
com.lucidworks.apollo.pipeline.BaseRPCConfig
- All Implemented Interfaces:
com.lucidworks.apollo.common.JsonConfig,com.lucidworks.apollo.common.WithAdditionalProperties
Common base for the Indexing and Query RPC/REST stages. Would be good if we could bring in the
mapping rules, but they are just different enough that we can't.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.lucidworks.apollo.pipeline.StageConfig
StageConfig.Category -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBaseRPCConfig(String id, com.lucidworks.apollo.common.models.ConfigCallParams params, Boolean debug, Boolean hasNoSideEffects) -
Method Summary
Methods inherited from class com.lucidworks.apollo.pipeline.StageConfig
equals, getAdditionalProperties, getCondition, getId, getLabel, getType, hashCode, isSkip, newId, setAdditionalProperty, setCondition, setLabel, setSkip
-
Field Details
-
params
protected final com.lucidworks.apollo.common.models.ConfigCallParams params -
debug
-
-
Constructor Details
-
BaseRPCConfig
-
-
Method Details
-
getParams
public com.lucidworks.apollo.common.models.ConfigCallParams getParams() -
isDebug
-
hasNoSideEffects
-