| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage | |
| com.thinkaurelius.titan.diskstorage.indexing |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RawQuery.Result<String>> |
BackendTransaction.rawQuery(String index,
RawQuery query) |
| Modifier and Type | Method and Description |
|---|---|
RawQuery |
RawQuery.setLimit(int limit) |
RawQuery |
RawQuery.setOffset(int offset) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RawQuery.Result<String>> |
IndexTransaction.query(RawQuery query) |
Iterable<RawQuery.Result<String>> |
IndexProvider.query(RawQuery query,
KeyInformation.IndexRetriever informations,
BaseTransaction tx)
Executes the given raw query against the index
|
Copyright © 2012–2015. All rights reserved.