Uses of Class
com.couchbase.client.java.manager.search.AnalyzeDocumentOptions
Packages that use AnalyzeDocumentOptions
-
Uses of AnalyzeDocumentOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return AnalyzeDocumentOptionsModifier and TypeMethodDescriptionstatic AnalyzeDocumentOptionsAnalyzeDocumentOptions.analyzeDocumentOptions()Methods in com.couchbase.client.java.manager.search with parameters of type AnalyzeDocumentOptionsModifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.analyzeDocument(String name, JsonObject document, AnalyzeDocumentOptions options) Allows to see how a document is analyzed against a specific index.AsyncSearchIndexManager.analyzeDocument(String name, JsonObject document, AnalyzeDocumentOptions options) Allows to see how a document is analyzed against a specific index.reactor.core.publisher.Flux<JsonObject> ReactiveSearchIndexManager.analyzeDocument(String name, JsonObject document, AnalyzeDocumentOptions options) Allows to see how a document is analyzed against a specific index.ScopeSearchIndexManager.analyzeDocument(String name, JsonObject document, AnalyzeDocumentOptions options) Allows to see how a document is analyzed against a specific index.SearchIndexManager.analyzeDocument(String name, JsonObject document, AnalyzeDocumentOptions options) Allows to see how a document is analyzed against a specific index.