Spring RediSearch

Spring-enabled client for RediSearch based on LettuSearch

Лицензия

Лицензия

Категории

Категории

Redis Данные Базы данных Search Прикладные библиотеки
Группа

Группа

com.pig4cloud.redis
Идентификатор

Идентификатор

redis-search-boot-starter-parent
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring RediSearch
Spring-enabled client for RediSearch based on LettuSearch
Ссылка на сайт

Ссылка на сайт

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/redis-search-boot-starter-parent
Система контроля версий

Система контроля версий

https://github.com/Redisearch/spring-redisearch.git

Скачать redis-search-boot-starter-parent

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.pig4cloud.redis/redis-search-boot-starter-parent/ -->
<dependency>
    <groupId>com.pig4cloud.redis</groupId>
    <artifactId>redis-search-boot-starter-parent</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pig4cloud.redis/redis-search-boot-starter-parent/
implementation 'com.pig4cloud.redis:redis-search-boot-starter-parent:0.0.1'
// https://jarcasting.com/artifacts/com.pig4cloud.redis/redis-search-boot-starter-parent/
implementation ("com.pig4cloud.redis:redis-search-boot-starter-parent:0.0.1")
'com.pig4cloud.redis:redis-search-boot-starter-parent:jar:0.0.1'
<dependency org="com.pig4cloud.redis" name="redis-search-boot-starter-parent" rev="0.0.1">
  <artifact name="redis-search-boot-starter-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pig4cloud.redis', module='redis-search-boot-starter-parent', version='0.0.1')
)
libraryDependencies += "com.pig4cloud.redis" % "redis-search-boot-starter-parent" % "0.0.1"
[com.pig4cloud.redis/redis-search-boot-starter-parent "0.0.1"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter jar 2.2.6.RELEASE
org.projectlombok : lombok Необязательный jar 1.18.12
org.apache.commons : commons-pool2 jar 2.7.0
com.redislabs : lettusearch jar 1.12.1
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 2.2.6.RELEASE

Модули Проекта

Данный проект не имеет модулей.

license Maven Central Javadocs Build GitHub issues

Spring RediSearch

Forum Discord

Spring RediSearch provides access to RediSearch from Spring applications

Usage

Add Spring RediSearch to your application dependencies, e.g. with Maven:

<dependency>
    <groupId>com.redislabs</groupId>
    <artifactId>spring-redisearch</artifactId>
    <version>2.5.0</version>
</dependency>

Inject and use RediSearchClient or StatefulRediSearchConnection:

public class Example {

	@Autowired
	StatefulRediSearchConnection<String, String> connection;

	public void testSearch() {
		connection.sync().search("music", "Lalo Schifrin");
	}

}
com.pig4cloud.redis
A query and indexing engine for Redis, providing secondary indexing, full-text search, and aggregations.

Версии библиотеки

Версия
0.0.1