Uses of Class
com.couchbase.client.java.manager.search.AnalyzeDocumentOptions
-
Uses of AnalyzeDocumentOptions in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionstatic AnalyzeDocumentOptions
AnalyzeDocumentOptions.analyzeDocumentOptions()
Modifier 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.