Uses of Class
ai.vectros.types.RecordRequestIndexMode
Packages that use RecordRequestIndexMode
-
Uses of RecordRequestIndexMode in ai.vectros.types
Fields in ai.vectros.types declared as RecordRequestIndexModeModifier and TypeFieldDescriptionstatic final RecordRequestIndexModeRecordRequestIndexMode.HYBRIDstatic final RecordRequestIndexModeRecordRequestIndexMode.NONEstatic final RecordRequestIndexModeRecordRequestIndexMode.SEMANTICstatic final RecordRequestIndexModeRecordRequestIndexMode.TEXTMethods in ai.vectros.types that return RecordRequestIndexModeMethods in ai.vectros.types that return types with arguments of type RecordRequestIndexModeMethods in ai.vectros.types with parameters of type RecordRequestIndexModeModifier and TypeMethodDescriptionRecordRequest.Builder.indexMode(RecordRequestIndexMode indexMode) Method parameters in ai.vectros.types with type arguments of type RecordRequestIndexModeModifier and TypeMethodDescriptionRecordRequest.Builder.indexMode(Optional<RecordRequestIndexMode> indexMode) Per-record override of the search-index mode.