Package sphinx: Information

    Source package: sphinx
    Version: 2.2.11-alt6.M80P.1
    Build time:  Oct 31, 2017, 09:06 PM in the task #192325
    Category: Text tools
    Report package bug
    License: GPLv2+
    Summary: Free open-source SQL full-text search engine
    Description: 
    Sphinx is a full-text search engine, distributed under GPL version 2.
    Commercial licensing (eg. for embedded use) is also available upon request.
    
    Generally, it's a standalone search engine, meant to provide fast,
    size-efficient and relevant full-text search functions to other applications.
    Sphinx was specially designed to integrate well with SQL databases and
    scripting languages.
    
    Currently built-in data source drivers support fetching data either via direct
    connection to MySQL, or PostgreSQL, or from a pipe in a custom XML format.
    Adding new drivers (eg. to natively support some other DBMSes) is designed to
    be as easy as possible.
    
    Search API is natively ported to PHP, Python, Perl, Ruby, Java, and also
    available as a pluggable MySQL storage engine. API is very lightweight so
    porting it to new language is known to take a few hours.
    
    As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase
    Index. Yes, I know about CMU's Sphinx project.

    List of rpms provided by this srpm:
    libsphinxclient (x86_64, i586)
    libsphinxclient-devel (x86_64, i586)
    libsphinxclient-devel-static (x86_64, i586)
    sphinx (x86_64, i586)
    sphinx-debuginfo (x86_64, i586)

    Maintainer: Anton Farygin


      1. libexpat-devel
      2. libssl-devel
      3. libmysqlclient-devel
      4. postgresql-devel
      5. rpm-build-ubt
      6. gcc-c++
      7. zlib-devel
      8. libstemmer-devel
      9. libunixODBC-devel

    Last changed


    Oct. 31, 2017 Anton Farygin 2.2.11-alt6.M80P.1
    - added config for tmpfilesdir
    - send SIGUSR1 to searchd for rotate logs
    - systemd unit cleanup
    - fixed paths in default config
    Oct. 26, 2017 Anton Farygin 2.2.11-alt5.M80P.1
    - fixed localstatedir location
    - fixed typo in systemd unit (closes: #33177)
    - rotate logs under unprivileged user (closes: #33634)
    June 16, 2017 Anton Farygin 2.2.11-alt4.M80P.1
    - pidfile location fixed (closes: #33551)