Uses of Class
com.google.cloud.firestore.pipeline.stages.Search
Packages that use Search
-
Uses of Search in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type Search -
Uses of Search in com.google.cloud.firestore.pipeline.stages
Methods in com.google.cloud.firestore.pipeline.stages that return SearchModifier and TypeMethodDescriptionSearch.withAddFields(Selectable field, Selectable... additionalFields) Specify the fields to add to each document.Search.withLanguageCode(String value) Specify the BCP-47 language code of text in the search query, such as “en” or “sr”.Search.withLimit(long limit) Specify the maximum number of documents to return from the `search` stage.Search.withOffset(long offset) Specify the number of documents to skip from the beginning of the search result set.static SearchSearch.withQuery(BooleanExpression query) CreateSearchwith an expression search query.static SearchCreateSearchwith an expression search query.Search.withRetrievalDepth(long retrievalDepth) Specify the maximum number of documents to retrieve from the search index.Specify how the returned documents are sorted.