IndexerDefinitionBuilder index = new IndexerDefinitionBuilder().startFrom(model.getIndexer(INDEX_NAME));
if (defaultConf != null) {
index.defaultBatchIndexCliArguments(defaultConf);
}
if (customConf != null) {
index.batchIndexCliArguments(customConf);
}
if (buildNow) {
index.batchIndexingState(IndexerDefinition.BatchIndexingState.BUILD_REQUESTED);
}