File: control

package info (click to toggle)
redisearch 1%3A1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,076 kB
  • sloc: ansic: 79,131; python: 3,419; pascal: 1,644; makefile: 431; yacc: 422; sh: 5
file content (40 lines) | stat: -rw-r--r-- 1,447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: redisearch
Section: python
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 12),
Standards-Version: 4.3.0
Homepage: https://github.com/goodform/RediSearch
Vcs-Git: https://salsa.debian.org/lamby/pkg-redisearch.git
Vcs-Browser: https://salsa.debian.org/lamby/pkg-redisearch

Package: redis-redisearch
Architecture: any
Depends:
 redis-server,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Full-text and secondary search index engine module for Redis
 Redisearch implements a search engine on top of Redis but unlike other search
 libraries it does not use internal data structures such as sorted sets.
 .
 This also enables more advanced features such as exact phrase matching and
 numeric filtering for text queries that are not possible or efficient with
 traditional Redis search approaches.

Package: redis-redisearch-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
Description: Full-text and secondary search index engine module for Redis (documentation)
 Redisearch implements a search engine on top of Redis but unlike other search
 libraries it does not use internal data structures such as sorted sets.
 .
 This also enables more advanced features such as exact phrase matching and
 numeric filtering for text queries that are not possible or efficient with
 traditional Redis search approaches.
 .
 This package contains the documentation for redisearch.