Uses of Class
ai.vectros.types.RecordResponseIndexMode
Packages that use RecordResponseIndexMode
-
Uses of RecordResponseIndexMode in ai.vectros.types
Fields in ai.vectros.types declared as RecordResponseIndexModeModifier and TypeFieldDescriptionstatic final RecordResponseIndexModeRecordResponseIndexMode.HYBRIDstatic final RecordResponseIndexModeRecordResponseIndexMode.NONEstatic final RecordResponseIndexModeRecordResponseIndexMode.SEMANTICstatic final RecordResponseIndexModeRecordResponseIndexMode.TEXTMethods in ai.vectros.types that return RecordResponseIndexModeMethods in ai.vectros.types that return types with arguments of type RecordResponseIndexModeMethods in ai.vectros.types with parameters of type RecordResponseIndexModeModifier and TypeMethodDescriptionRecordResponse.Builder.indexMode(RecordResponseIndexMode indexMode) Method parameters in ai.vectros.types with type arguments of type RecordResponseIndexModeModifier and TypeMethodDescriptionRecordResponse.Builder.indexMode(Optional<RecordResponseIndexMode> indexMode) The record's resolved search-index mode: the per-record override if set, otherwise the schema's type-level default, otherwise NONE.