Source: golang-github-blevesearch-bleve
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               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-metrics-dev
Standards-Version: 4.1.0
Homepage: https://github.com/blevesearch/bleve
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-blevesearch-bleve.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/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-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
