org.kie.kieora.engine
Interface MetaIndexEngine
public interface MetaIndexEngine
FULL_TEXT_FIELD
static final String FULL_TEXT_FIELD
- See Also:
- Constant Field Values
freshIndex
boolean freshIndex()
startBatchMode
void startBatchMode()
index
void index(KObject object)
index
void index(KObject... objects)
rename
void rename(KObjectKey from,
KObjectKey to)
delete
void delete(KObjectKey objectKey)
delete
void delete(KObjectKey... objectsKey)
commit
void commit()
dispose
void dispose()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.