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

public abstract class BaseRPCConfig extends StageConfig
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.
  • Field Details

    • params

      protected final com.lucidworks.apollo.common.models.ConfigCallParams params
    • debug

      protected Boolean debug
  • Constructor Details

    • BaseRPCConfig

      public BaseRPCConfig(String id, com.lucidworks.apollo.common.models.ConfigCallParams params, Boolean debug, Boolean hasNoSideEffects)
  • Method Details

    • getParams

      public com.lucidworks.apollo.common.models.ConfigCallParams getParams()
    • isDebug

      public Boolean isDebug()
    • hasNoSideEffects

      public Boolean hasNoSideEffects()