File: control

package info (click to toggle)
golang-github-blevesearch-bleve 0.5.0%2Bgit20170912.278.6eea5b78-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,772 kB
  • sloc: yacc: 311; sh: 51; makefile: 7
file content (66 lines) | stat: -rw-r--r-- 2,623 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: golang-github-blevesearch-bleve
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-blevesearch-go-porterstemmer-dev,
               golang-github-blevesearch-segment-dev,
               golang-github-boltdb-bolt-dev,
               golang-github-couchbase-moss-dev,
               golang-github-seiflotfy-cuckoofilter-dev,
               golang-github-spf13-cobra-dev (>= 0.0~git20170314),
               golang-github-steveyen-gtreap-dev,
               golang-github-willf-bitset-dev,
               golang-golang-x-net-dev,
               golang-golang-x-text-dev,
               golang-github-syndtr-goleveldb-dev,
               golang-goprotobuf-dev,
               golang-github-rcrowley-go-metrics-dev
Standards-Version: 4.1.1
Homepage: https://github.com/blevesearch/bleve
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-blevesearch-bleve
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-blevesearch-bleve.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/blevesearch/bleve

Package: golang-github-blevesearch-bleve-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-blevesearch-go-porterstemmer-dev,
         golang-github-blevesearch-segment-dev,
         golang-github-boltdb-bolt-dev,
         golang-github-couchbase-moss-dev,
         golang-github-seiflotfy-cuckoofilter-dev,
         golang-github-spf13-cobra-dev (>= 0.0~git20170314),
         golang-github-steveyen-gtreap-dev,
         golang-github-willf-bitset-dev,
         golang-golang-x-net-dev,
         golang-golang-x-text-dev,
   	 golang-github-syndtr-goleveldb-dev,
         golang-goprotobuf-dev,
         golang-github-rcrowley-go-metrics-dev
Description: modern text indexing library for go
 Blevesearch is a library that provides full-text search and indexing
 for Go. It is designed to be fast, flexible, and easy to use.
 .
 Features:
   * Index any go data structure (including JSON)
   * Intelligent defaults backed up by powerful configuration
   * Supported field types:
     - Text
     - Numeric
     - Date
   * Supported query types:
     - Term, Phrase, Match, Match Phrase, Prefix
     - Conjunction, Disjunction, Boolean
     - Numeric Range, Date Range
     - Simple query syntax for human entry
   * tf-idf Scoring
   * Search result match highlighting
   * Supports Aggregating Facets:
     - Terms Facet
     - Numeric Range Facet
     - Date Range Facet