Uses of Class
com.redis.om.spring.RediSearchIndexer
Packages that use RediSearchIndexer
-
Uses of RediSearchIndexer in com.redis.om.spring
Methods in com.redis.om.spring that return RediSearchIndexerModifier and TypeMethodDescriptionRedisModulesConfiguration.redisearchIndexer(org.springframework.context.ApplicationContext ac) Methods in com.redis.om.spring with parameters of type RediSearchIndexerModifier and TypeMethodDescriptionRedisModulesConfiguration.getKeyValueTemplate(org.springframework.data.redis.core.RedisOperations<?, ?> redisOps, RedisModulesOperations<?> redisModulesOperations, org.springframework.data.redis.core.mapping.RedisMappingContext mappingContext, RediSearchIndexer indexer, RedisOMSpringProperties properties, FeatureExtractor featureExtractor) RedisModulesConfiguration.getRedisJSONKeyValueTemplate(org.springframework.data.redis.core.RedisOperations<?, ?> redisOps, RedisModulesOperations<?> redisModulesOperations, org.springframework.data.redis.core.mapping.RedisMappingContext mappingContext, RediSearchIndexer indexer, com.google.gson.GsonBuilder gsonBuilder, RedisOMSpringProperties properties) Constructors in com.redis.om.spring with parameters of type RediSearchIndexerModifierConstructorDescriptionRedisEnhancedKeyValueAdapter(org.springframework.data.redis.core.RedisOperations<?, ?> redisOps, RedisModulesOperations<?> rmo, RediSearchIndexer indexer, FeatureExtractor featureExtractor, RedisOMSpringProperties redisOMSpringProperties) Creates newRedisKeyValueAdapterwith defaultRedisMappingContextand defaultRedisCustomConversions.RedisEnhancedKeyValueAdapter(org.springframework.data.redis.core.RedisOperations<?, ?> redisOps, RedisModulesOperations<?> rmo, org.springframework.data.redis.core.mapping.RedisMappingContext mappingContext, RediSearchIndexer indexer, FeatureExtractor featureExtractor, RedisOMSpringProperties redisOMSpringProperties) Creates newRedisKeyValueAdapterwith defaultRedisCustomConversions.RedisEnhancedKeyValueAdapter(org.springframework.data.redis.core.RedisOperations<?, ?> redisOps, RedisModulesOperations<?> rmo, org.springframework.data.redis.core.mapping.RedisMappingContext mappingContext, org.springframework.data.convert.CustomConversions customConversions, RediSearchIndexer indexer, FeatureExtractor featureExtractor, RedisOMSpringProperties redisOMSpringProperties) Creates newRedisKeyValueAdapter.RedisJSONKeyValueAdapter(org.springframework.data.redis.core.RedisOperations<?, ?> redisOps, RedisModulesOperations<?> rmo, org.springframework.data.redis.core.mapping.RedisMappingContext mappingContext, RediSearchIndexer keyspaceToIndexMap, com.google.gson.GsonBuilder gsonBuilder, RedisOMSpringProperties redisOMSpringProperties) Creates newRedisKeyValueAdapterwith defaultRedisCustomConversions. -
Uses of RediSearchIndexer in com.redis.om.spring.repository.support
Fields in com.redis.om.spring.repository.support declared as RediSearchIndexerModifier and TypeFieldDescriptionprotected final RediSearchIndexerSimpleRedisDocumentRepository.indexerprotected final RediSearchIndexerSimpleRedisEnhancedRepository.indexerMethods in com.redis.om.spring.repository.support with parameters of type RediSearchIndexerModifier and TypeMethodDescriptionvoidRedisEnhancedRepositoryFactoryBean.setKeyspaceToIndexMap(RediSearchIndexer keyspaceToIndexMap) Constructors in com.redis.om.spring.repository.support with parameters of type RediSearchIndexerModifierConstructorDescriptionRedisDocumentRepositoryFactory(org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations, RedisModulesOperations<?> rmo, RediSearchIndexer keyspaceToIndexMap, Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?, ?>> queryCreator, Class<? extends org.springframework.data.repository.query.RepositoryQuery> repositoryQueryType, org.springframework.data.redis.core.mapping.RedisMappingContext mappingContext, com.google.gson.Gson gson) Creates a newKeyValueRepositoryFactoryfor the givenKeyValueOperationsandAbstractQueryCreator-type.RedisDocumentRepositoryFactory(org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations, RedisModulesOperations<?> rmo, RediSearchIndexer keyspaceToIndexMap, Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?, ?>> queryCreator, org.springframework.data.redis.core.mapping.RedisMappingContext mappingContext, com.google.gson.Gson gson) Creates a newKeyValueRepositoryFactoryfor the givenKeyValueOperationsandAbstractQueryCreator-type.RedisDocumentRepositoryFactory(org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations, RedisModulesOperations<?> rmo, RediSearchIndexer keyspaceToIndexMap, org.springframework.data.redis.core.mapping.RedisMappingContext mappingContext, com.google.gson.Gson gson) Creates a newKeyValueRepositoryFactoryfor the givenKeyValueOperationsandRedisModulesOperations.RedisEnhancedRepositoryFactory(org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations, org.springframework.data.redis.core.RedisOperations<?, ?> redisOperations, RedisModulesOperations<?> rmo, RediSearchIndexer indexer, FeatureExtractor featureExtractor, RedisOMSpringProperties properties) Creates a newKeyValueRepositoryFactoryfor the givenKeyValueOperations.RedisEnhancedRepositoryFactory(org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations, org.springframework.data.redis.core.RedisOperations<?, ?> redisOperations, RedisModulesOperations<?> rmo, RediSearchIndexer indexer, FeatureExtractor featureExtractor, Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?, ?>> queryCreator, RedisOMSpringProperties properties) Creates a newKeyValueRepositoryFactoryfor the givenKeyValueOperationsandAbstractQueryCreator-type.RedisEnhancedRepositoryFactory(org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations, org.springframework.data.redis.core.RedisOperations<?, ?> redisOperations, RedisModulesOperations<?> rmo, RediSearchIndexer indexer, FeatureExtractor featureExtractor, Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?, ?>> queryCreator, Class<? extends org.springframework.data.repository.query.RepositoryQuery> repositoryQueryType, RedisOMSpringProperties properties) Creates a newKeyValueRepositoryFactoryfor the givenKeyValueOperationsandAbstractQueryCreator-type.RedisEnhancedRepositoryFactoryBean(Class<? extends T> repositoryInterface, org.springframework.data.redis.core.RedisOperations<?, ?> redisOperations, RedisModulesOperations<?> rmo, RediSearchIndexer indexer, FeatureExtractor featureExtractor, RedisOMSpringProperties properties) Creates a newRedisRepositoryFactoryBeanfor the given repository interface.SimpleRedisDocumentRepository(org.springframework.data.repository.core.EntityInformation<T, ID> metadata, org.springframework.data.keyvalue.core.KeyValueOperations operations, RedisModulesOperations<?> rmo, RediSearchIndexer keyspaceToIndexMap, org.springframework.data.redis.core.mapping.RedisMappingContext mappingContext, com.google.gson.Gson gson) SimpleRedisEnhancedRepository(org.springframework.data.repository.core.EntityInformation<T, ID> metadata, org.springframework.data.keyvalue.core.KeyValueOperations operations, RedisModulesOperations<?> rmo, RediSearchIndexer indexer, FeatureExtractor featureExtractor, RedisOMSpringProperties properties)