Metadata-Version: 2.1
Name: invenio-search
Version: 1.2.2
Summary: Invenio module for information retrieval.
Home-page: https://github.com/inveniosoftware/invenio-search
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            This file is part of Invenio.
            Copyright (C) 2015-2018 CERN.
        
            Invenio is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        ================
         Invenio-Search
        ================
        
        .. image:: https://img.shields.io/github/license/inveniosoftware/invenio-search.svg
                :target: https://github.com/inveniosoftware/invenio-search/blob/master/LICENSE
        
        .. image:: https://img.shields.io/travis/inveniosoftware/invenio-search.svg
                :target: https://travis-ci.org/inveniosoftware/invenio-search
        
        .. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-search.svg
                :target: https://coveralls.io/r/inveniosoftware/invenio-search
        
        .. image:: https://img.shields.io/pypi/v/invenio-search.svg
                :target: https://pypi.org/pypi/invenio-search
        
        
        Elasticsearch management for Invenio.
        
        Features:
        
        - Allows Invenio modules to register indexes, aliases and index templates.
        - Manages the creation and deletion of indices, aliases and templates.
        - API for providing stable searches (e.g. prevents bouncing of search results).
        - Maps JSONSchema URLs to Elasticsearch indexes.
        - Supports Elasticsearch v5 and v6.
        
        Further documentation is available at https://invenio-search.readthedocs.io/.
        
        
        ..
            This file is part of Invenio.
            Copyright (C) 2015-2019 CERN.
        
            Invenio is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        Changes
        =======
        
        Version 1.2.2 (released 2019-08--8)
        
        - Adds option ignore_existing which is ignoring indexes which are already in ES.
        - Adds option to create/delete only selected indexes.
        
        Version 1.2.1 (released 2019-07-31)
        
        - Unpins ``urllib3`` and ``idna`` since ``requests`` is not a direct dependency
          of the package now.
        
        Version 1.2.0 (released 2019-07-29)
        
        - Adds full Elasticsearch v7 support
        - Better prefixing integration
        - Introduces index suffixes and write aliases
        - Refactored the way indices and aliases are stored and created
        - ``invenio_search.utils.schema_to_index`` is deprecated (moved to
          ``invenio-indexer``)
        - Deprecates Elasticsearch v5
        
        Version 1.1.1 (released 2019-06-25)
        
        - Fixes prefixing for whitelisted aliases and the RecordSearch class.
        - Adds basic Elasticsearch v7 support.
        
        Version 1.1.0 (released 2019-02-25)
        
        - Deprecates Elasticsearch v2
        - Adds support for Elasticsearch indices prefix
        
        Version 1.0.2 (released 2018-10-23)
        
        - Updates the urllib3 dependency version pin.
        - Pins elasticsearch-dsl to <6.2.0, because of a breaking change in the
          handling of empty queries.
        - Adds the SEARCH_CLIENT_CONFIG configuration variable, allowing more complex
          configuration to be passed to the Elasticsearch client initialization.
        
        Version 1.0.1 (released 2018-06-13)
        
        - Fixes issues with idna/urllib3 dependencies conflicts.
        - Adds SEARCH_RESULTS_MIN_SCORE configuration variable to allow excluding
          search results which have a score less than the specified value.
        
        Version 1.0.0 (released 2018-03-23)
        
        - Initial public release.
        
Keywords: invenio search
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: tests
Provides-Extra: elasticsearch2
Provides-Extra: all
Provides-Extra: docs
Provides-Extra: elasticsearch7
Provides-Extra: elasticsearch6
Provides-Extra: elasticsearch5
