| Package | Description |
|---|---|
| com.mware.core.model.search | |
| com.mware.core.util | |
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.query | |
| com.mware.ge.scoring | |
| com.mware.ge.sorting | |
| com.mware.ge.store | |
| com.mware.ge.util |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<? extends GeObject> |
GeObjectsSearchResults.getGeObjects() |
Iterable<? extends GeObject> |
QueryResultsIterableSearchResults.getGeObjects() |
QueryResultsIterable<? extends GeObject> |
QueryResultsIterableSearchResults.getQueryResultsIterable() |
protected QueryResultsIterable<? extends GeObject> |
GeObjectSearchRunnerBase.getSearchResults(Query query,
FetchHints fetchHints) |
| Constructor and Description |
|---|
QueryResultsIterableSearchResults(QueryResultsIterable<? extends GeObject> searchResults,
Query query,
Long offset,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
static ClientApiGeObject |
ClientApiConverter.toClientApi(GeObject geObject,
String workspaceId,
Authorizations authorizations) |
static ClientApiGeObject |
ClientApiConverter.toClientApi(GeObject geObject,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends ClientApiGeObject> |
ClientApiConverter.toClientApi(Iterable<? extends GeObject> geObjects,
String workspaceId,
Authorizations authorizations) |
static List<? extends ClientApiGeObject> |
ClientApiConverter.toClientApi(Iterable<? extends GeObject> geObjects,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Edge |
interface |
Element
An element on the graph.
|
interface |
ExtendedDataRow |
interface |
Vertex |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementBase |
class |
ExtendedDataRowBase |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryEdge |
class |
InMemoryElement<TElement extends InMemoryElement> |
class |
InMemoryExtendedDataRow |
class |
InMemoryVertex |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphQueryIterableWithAggregations<T extends GeObject> |
interface |
QueryableIterable<T extends GeObject> |
class |
QueryResultsSelectManyIterable<TDest extends GeObject> |
| Modifier and Type | Method and Description |
|---|---|
protected QueryResultsIterable<? extends GeObject> |
QueryBase.extendedData(FetchHints fetchHints)
This method should be overridden if
QueryBase.search(EnumSet, FetchHints) is not overridden. |
protected QueryResultsIterable<? extends GeObject> |
DefaultMultiVertexQuery.extendedData(FetchHints fetchHints) |
protected QueryResultsIterable<? extends GeObject> |
DefaultGraphQuery.extendedData(FetchHints extendedDataFetchHints) |
protected QueryResultsIterable<? extends GeObject> |
DefaultVertexQuery.extendedData(FetchHints extendedDataFetchHints) |
protected QueryResultsIterable<? extends GeObject> |
DefaultExtendedDataQuery.extendedData(FetchHints fetchHints) |
protected QueryResultsIterable<? extends GeObject> |
QueryBase.extendedData(FetchHints fetchHints,
Iterable<? extends Element> elements) |
QueryResultsIterable<? extends GeObject> |
QueryBase.search() |
QueryResultsIterable<? extends GeObject> |
Query.search() |
QueryResultsIterable<? extends GeObject> |
EmptyResultsGraphQuery.search() |
QueryResultsIterable<? extends GeObject> |
QueryBase.search(EnumSet<GeObjectType> objectTypes,
FetchHints fetchHints) |
QueryResultsIterable<? extends GeObject> |
Query.search(EnumSet<GeObjectType> objectTypes,
FetchHints fetchHints) |
QueryResultsIterable<? extends GeObject> |
EmptyResultsGraphQuery.search(EnumSet<GeObjectType> objectTypes,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
DefaultGraphQueryIdIterable.convert(GeObject geObject) |
protected boolean |
DefaultGraphQueryIterable.evaluateQueryString(GeObject geObject,
String queryString) |
abstract boolean |
QueryBase.HasContainer.isMatch(GeObject elem) |
boolean |
QueryBase.HasAuthorizationContainer.isMatch(GeObject geObject) |
boolean |
QueryBase.HasValueContainer.isMatch(GeObject geObject) |
boolean |
QueryBase.HasExtendedData.isMatch(GeObject elem) |
boolean |
QueryBase.HasPropertyContainer.isMatch(GeObject geObject) |
boolean |
QueryBase.HasNotPropertyContainer.isMatch(GeObject geObject) |
| Constructor and Description |
|---|
DefaultGraphQueryIdIterable(QueryResultsIterable<? extends GeObject> iterable) |
| Modifier and Type | Method and Description |
|---|---|
Double |
HammingDistanceScoringStrategy.getScore(GeObject geObject) |
Double |
ScoringStrategy.getScore(GeObject geObject) |
Double |
FieldValueScoringStrategy.getScore(GeObject geObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
SortingStrategy.compare(GeObject o1,
GeObject o2,
SortDirection direction)
Compares two
GeObject. |
int |
LengthOfStringSortingStrategy.compare(GeObject o1,
GeObject o2,
SortDirection direction) |
| Modifier and Type | Class and Description |
|---|---|
class |
StorableEdge |
class |
StorableElement |
class |
StorableExtendedDataRow |
class |
StorableVertex |
| Modifier and Type | Method and Description |
|---|---|
static void |
GeAssert.assertRowIds(Iterable<String> expectedRowIds,
Iterable<? extends GeObject> searchResults) |
static void |
GeAssert.assertRowIdsAnyOrder(Iterable<String> expectedRowIds,
Iterable<? extends GeObject> searchResults) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.