Uses of Class
ai.vectros.resources.search.types.SearchRequestTextMode
Packages that use SearchRequestTextMode
-
Uses of SearchRequestTextMode in ai.vectros.resources.search.requests
Methods in ai.vectros.resources.search.requests that return types with arguments of type SearchRequestTextModeMethods in ai.vectros.resources.search.requests with parameters of type SearchRequestTextModeModifier and TypeMethodDescriptionSearchRequest._FinalStage.textMode(SearchRequestTextMode textMode) SearchRequest.Builder.textMode(SearchRequestTextMode textMode) How query terms are matched by the keyword engine when the mode is TEXT or HYBRID.Method parameters in ai.vectros.resources.search.requests with type arguments of type SearchRequestTextModeModifier and TypeMethodDescriptionSearchRequest._FinalStage.textMode(Optional<SearchRequestTextMode> textMode) How query terms are matched by the keyword engine when the mode is TEXT or HYBRID.SearchRequest.Builder.textMode(Optional<SearchRequestTextMode> textMode) How query terms are matched by the keyword engine when the mode is TEXT or HYBRID. -
Uses of SearchRequestTextMode in ai.vectros.resources.search.types
Fields in ai.vectros.resources.search.types declared as SearchRequestTextModeModifier and TypeFieldDescriptionstatic final SearchRequestTextModeSearchRequestTextMode.ANDstatic final SearchRequestTextModeSearchRequestTextMode.COMPLEXstatic final SearchRequestTextModeSearchRequestTextMode.ORstatic final SearchRequestTextModeSearchRequestTextMode.PHRASEMethods in ai.vectros.resources.search.types that return SearchRequestTextMode