All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
add(String store,
String docid,
Map<String,Object> doc,
boolean isNew) |
void |
clopen() |
void |
close() |
static Map<String,Object> |
getDocument(String txt,
long time,
double weight,
Geoshape geo) |
static KeyInformation.IndexRetriever |
getIndexRetriever(Map<String,KeyInformation> mappings) |
static Map<String,KeyInformation> |
getMapping(IndexFeatures indexFeatures) |
static Map<String,Object> |
getRandomDocument() |
protected void |
initialize(String store) |
void |
largeTest() |
void |
multipleStores() |
void |
newTx() |
static StandardKeyInformation |
of(Class<?> clazz,
Parameter... paras) |
void |
open() |
void |
openClose() |
abstract IndexProvider |
openIndex() |
IndexTransaction |
openTx() |
static void |
printResult(Iterable<RawQuery.Result<String>> result) |
void |
setUp() |
void |
singleStore() |
abstract boolean |
supportsLuceneStyleQueries() |
void |
tearDown() |
void |
testAddFieldThenDeleteDoc() |
void |
testCommonSupport() |
void |
testConflictingAdd() |
void |
testDeleteDocumentThenAddField() |
void |
testDeleteDocumentThenDeleteField() |
void |
testDeleteDocumentThenModifyField() |
void |
testLastWriteWins() |
void |
testRestore() |
void |
testTTL() |
void |
testUpdateAddition()
Test overwriting a single existing field on an existing document
(isNew=false).
|
void |
testUpdateDeletion()
Test deleting a single field from a single document (deleteAll=false).
|