if (indexManager == null) {
throw new SearchException("Unknown index referenced : " + indexName);
}
List<LuceneWork> luceneWorks = indexManager.getSerializer().toLuceneWorks(this.serializedModel);
LuceneWork workToApply = transformKeyToStrings(luceneWorks.iterator().next());
indexManager.performStreamOperation(workToApply, null, true);
return Boolean.TRUE;
}
@Override
public byte getCommandId() {