org.kie.kieora.engine
public interface MetaIndexEngine
Modifier and Type | Field and Description |
---|---|
static String |
FULL_TEXT_FIELD |
Modifier and Type | Method and Description |
---|---|
void |
commit() |
void |
delete(KObjectKey... objectsKey) |
void |
delete(KObjectKey objectKey) |
void |
dispose() |
boolean |
freshIndex() |
void |
index(KObject... objects) |
void |
index(KObject object) |
void |
rename(KObjectKey from,
KObjectKey to) |
void |
startBatchMode() |
static final String FULL_TEXT_FIELD
boolean freshIndex()
void startBatchMode()
void index(KObject object)
void index(KObject... objects)
void rename(KObjectKey from, KObjectKey to)
void delete(KObjectKey objectKey)
void delete(KObjectKey... objectsKey)
void commit()
void dispose()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.