Class DefaultDocumentStore.DefaultGraphSearch<T>
java.lang.Object
io.fluxzero.sdk.persisting.search.DefaultDocumentStore.DefaultSearch<Graph<T>>
io.fluxzero.sdk.persisting.search.DefaultDocumentStore.DefaultGraphSearch<T>
- Enclosing class:
DefaultDocumentStore
protected class DefaultDocumentStore.DefaultGraphSearch<T>
extends DefaultDocumentStore.DefaultSearch<Graph<T>>
-
Nested Class Summary
Nested classes/interfaces inherited from class DefaultDocumentStore.DefaultSearch
DefaultDocumentStore.DefaultSearch.DefaultGroupSearchNested classes/interfaces inherited from interface Search
Search.NullOrder -
Field Summary
Fields inherited from class DefaultDocumentStore.DefaultSearch
graphComposition, graphPathOverridesFields inherited from interface Search
defaultFetchSize -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultGraphSearch(io.fluxzero.common.api.search.SearchQuery.Builder queryBuilder, Class<T> rootModelType, io.fluxzero.common.api.search.ModelGraphComposition composition, Map<String, String> pathOverrides, List<io.fluxzero.common.api.modeling.ModelGraphPathOverride> requestPathOverrides) -
Method Summary
Methods inherited from class DefaultDocumentStore.DefaultSearch
before, constraint, converter, delete, exclude, facetStats, facetStatsAsync, fetch, fetch, fetchAsync, fetchAsync, fetchHistogram, fetchHitStream, fetchHitStream, groupBy, hasPathFilters, includeOnly, inPeriod, move, relation, since, skip, sortBy, sortByScore, sortByTimestamp, streamHits, streamHits, streamHits, streamHitsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Search
aggregate, aggregateAsync, all, any, anyExist, atLeast, before, before, beforeLast, below, between, count, countAsync, delete, fetchAll, fetchAll, fetchFirst, fetchFirst, fetchFirstOrNull, fetchFirstOrNull, inLast, inPeriod, inPeriod, lookAhead, match, match, matchFacet, matchMetadata, not, query, since, since, sortBy, sortBy, sortBy, sortByTimestamp, sortByTimestamp, stream, stream, stream, stream, toInputStream, toInputStream, toNdjsonInputStream, toUtf8InputStream, toUtf8InputStream, whereAncestor, whereAncestor, whereChild, whereDescendant, whereDescendant, whereParent
-
Constructor Details
-
DefaultGraphSearch
-
-
Method Details
-
defaultResultType
- Overrides:
defaultResultTypein classDefaultDocumentStore.DefaultSearch<Graph<T>>
-
convert
-