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 AnalyzeDocumentOptions
AnalyzeDocumentOptions.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.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.