Uses of Class
ai.vectros.types.SchemaRequestIndexMode
Packages that use SchemaRequestIndexMode
-
Uses of SchemaRequestIndexMode in ai.vectros.types
Fields in ai.vectros.types declared as SchemaRequestIndexModeModifier and TypeFieldDescriptionstatic final SchemaRequestIndexModeSchemaRequestIndexMode.HYBRIDstatic final SchemaRequestIndexModeSchemaRequestIndexMode.NONEstatic final SchemaRequestIndexModeSchemaRequestIndexMode.SEMANTICstatic final SchemaRequestIndexModeSchemaRequestIndexMode.TEXTMethods in ai.vectros.types that return SchemaRequestIndexModeMethods in ai.vectros.types that return types with arguments of type SchemaRequestIndexModeMethods in ai.vectros.types with parameters of type SchemaRequestIndexModeModifier and TypeMethodDescriptionSchemaRequest._FinalStage.indexMode(SchemaRequestIndexMode indexMode) SchemaRequest.Builder.indexMode(SchemaRequestIndexMode indexMode) Default search-index mode for instances of this type — applies to records of this type and to documents bound to this schema, unless the individual record or document sets its own indexMode.Method parameters in ai.vectros.types with type arguments of type SchemaRequestIndexModeModifier and TypeMethodDescriptionSchemaRequest._FinalStage.indexMode(Optional<SchemaRequestIndexMode> indexMode) Default search-index mode for instances of this type — applies to records of this type and to documents bound to this schema, unless the individual record or document sets its own indexMode.SchemaRequest.Builder.indexMode(Optional<SchemaRequestIndexMode> indexMode) Default search-index mode for instances of this type — applies to records of this type and to documents bound to this schema, unless the individual record or document sets its own indexMode.