| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.query | |
| org.vertexium.search |
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
GraphBaseWithSearchIndex.query(Authorizations authorizations) |
abstract GraphQuery |
GraphBase.query(Authorizations authorizations) |
GraphQuery |
Graph.query(Authorizations authorizations)
Creates a query builder object used to query the graph.
|
GraphQuery |
GraphBaseWithSearchIndex.query(String queryString,
Authorizations authorizations) |
abstract GraphQuery |
GraphBase.query(String queryString,
Authorizations authorizations) |
GraphQuery |
Graph.query(String queryString,
Authorizations authorizations)
Creates a query builder object used to query the graph.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphQueryWithGeohashAggregation
Deprecated.
|
interface |
GraphQueryWithHistogramAggregation
Deprecated.
|
interface |
GraphQueryWithStatisticsAggregation
Deprecated.
|
interface |
GraphQueryWithTermsAggregation
Deprecated.
|
interface |
SimilarToGraphQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphQuery |
class |
DefaultMultiVertexQuery |
class |
DefaultVertexQuery |
class |
GraphQueryBase |
class |
QueryBase |
class |
VertexQueryBase |
| Modifier and Type | Method and Description |
|---|---|
GraphQuery |
SearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
GraphQuery |
DefaultSearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
Copyright © 2014–2017. All rights reserved.