Kieora API 6.0.0.CR5

org.kie.kieora.engine
Interface MetaIndexEngine


public interface MetaIndexEngine


Field Summary
static String FULL_TEXT_FIELD
           
 
Method Summary
 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()
           
 

Field Detail

FULL_TEXT_FIELD

static final String FULL_TEXT_FIELD
See Also:
Constant Field Values
Method Detail

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()

Kieora API 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.