Interface Search
- All Known Implementing Classes:
DefaultDocumentStore.DefaultSearch
public interface Search
-
Method Summary
Modifier and TypeMethodDescriptiondefault Map<String,DocumentStats.FieldStats> default Searchall(Constraint... constraints) default Searchany(Constraint... constraints) default Searchdefault Searchdefault Searchdefault SearchbeforeLast(Duration period) default Searchdefault Searchconstraint(Constraint... constraints) default Longcount()delete()<T> List<T>fetch(int maxSize) <T> List<T>default <T> List<T>fetchAll()default <T> List<T>default <T> Optional<T>default <T> Optional<T>fetchFirst(Class<T> type) fetchHistogram(int resolution, int maxSize) includeOnly(String... paths) default Searchdefault Searchdefault Searchdefault Searchdefault Searchdefault Searchnot(Constraint constraint) default Searchdefault Searchdefault Searchdefault SearchsortByTimestamp(boolean descending) default <T> Stream<T>stream()default <T> Stream<T>stream(int fetchSize) default <T> Stream<T>default <T> Stream<T>streamHits(int fetchSize) streamHits(Class<T> type) streamHits(Class<T> type, int fetchSize)
-
Method Details
-
since
-
since
-
before
-
before
-
beforeLast
-
inLast
-
inPeriod
-
inPeriod
-
lookAhead
-
query
-
match
-
match
-
anyExist
-
atLeast
-
below
-
between
-
all
-
any
-
not
-
constraint
-
sortByTimestamp
-
sortByTimestamp
-
sortByScore
Search sortByScore() -
sortBy
-
sortBy
-
exclude
-
includeOnly
-
skip
-
fetch
-
fetch
-
fetchAll
-
fetchAll
-
fetchFirst
-
fetchFirst
-
stream
-
stream
-
stream
-
stream
-
streamHits
-
streamHits
-
streamHits
-
streamHits
-
fetchHistogram
-
groupBy
-
count
-
aggregate
-
delete
CompletableFuture<Void> delete()
-