..
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://github.com/inveniosoftware/invenio-search/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/invenio-search/actions?query=workflow%3ACI
.. 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
Search management for Invenio (for Elasticsearch and OpenSearch).
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/OpenSearch indexes.
- Supports Elasticsearch v7 and OpenSearch v1.
Further documentation is available at https://invenio-search.readthedocs.io/.
..
This file is part of Invenio.
Copyright (C) 2015-2024 CERN.
Copyright (C) 2024 Graz University of Technology.
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 3.0.0 (released 2024-12-06)
- setup: change to reusable workflows
- setup: bump major dependencies
Version v2.4.1 (released 2024-08-07)
- fix: avoid closing db session
Version v2.4.0 (released 2024-08-02)
- cli: add "--check/--no-check" flag for mapping updates
- ext: report attempted mappings update on failure (#224)
Version 2.3.1 (released 2024-03-04)
- search: The component_templates do not need to specify the SEARCH_INDEX_PREFIX
Version 2.3.0 (released 2024-02-26)
- search: Add options for component_templates and index_templates
Version 2.2.1 (released 2024-02-19)
- ext: fix update mapping comparison
Version 2.2.0 (released 2023-04-06)
- cli: adds interface for updating mappings
Version 2.1.0 (released 2022-10-03)
- Adds support for OpenSearch v2
Version 2.0.0 (released 2022-09-22)
- Removes Elasticsearch < v7
- Adds support for OpenSearch v1
Version 1.4.2 (released 2021-07-20)
- Pin elasticsearch to lower than 7.14 due to built in product check.
Version 1.4.1 (released 2020-10-19)
- Fix bouncing search results for BaseRecordSearchV2.
Version 1.4.0 (released 2020-09-18)
- Adds new search class that can be initialised only from arguments to the
constructor.
Version 1.3.1 (released 2020-05-07)
- Set Sphinx ``<3.0.0`` because of errors related to application context.
- Stop using example app, keep only files referenced in the docs.
Version 1.3.0 (released 2020-03-10)
- Centralize dependency management via Invenio-Base.
Version 1.2.4 (released 2020-05-07)
- Set Sphinx ``<3.0.0`` because of errors related to application context.
- Stop using example app, keep only files referenced in the docs.
Version 1.2.3 (released 2019-10-07)
- Changes the naming strategy for templates to avoid inclusion of slashes ("/")
Version 1.2.2 (released 2019-08-08)
- 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.
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-search",
"name": "invenio-search",
"maintainer": null,
"docs_url": "https://pythonhosted.org/invenio-search/",
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "invenio search",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/e7/f6/9d736c45ab82c4009ba998b4b017a07371ed780fab1cc01127d74fc32212/invenio_search-3.0.0.tar.gz",
"platform": "any",
"description": "..\n This file is part of Invenio.\n Copyright (C) 2015-2018 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\n================\n Invenio-Search\n================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-search.svg\n :target: https://github.com/inveniosoftware/invenio-search/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-search/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-search/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-search.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-search\n\n.. image:: https://img.shields.io/pypi/v/invenio-search.svg\n :target: https://pypi.org/pypi/invenio-search\n\n\nSearch management for Invenio (for Elasticsearch and OpenSearch).\n\nFeatures:\n\n- Allows Invenio modules to register indexes, aliases and index templates.\n- Manages the creation and deletion of indices, aliases and templates.\n- API for providing stable searches (e.g. prevents bouncing of search results).\n- Maps JSONSchema URLs to Elasticsearch/OpenSearch indexes.\n- Supports Elasticsearch v7 and OpenSearch v1.\n\nFurther documentation is available at https://invenio-search.readthedocs.io/.\n\n..\n This file is part of Invenio.\n Copyright (C) 2015-2024 CERN.\n Copyright (C) 2024 Graz University of Technology.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion 3.0.0 (released 2024-12-06)\n\n- setup: change to reusable workflows\n- setup: bump major dependencies\n\nVersion v2.4.1 (released 2024-08-07)\n\n- fix: avoid closing db session\n\nVersion v2.4.0 (released 2024-08-02)\n\n- cli: add \"--check/--no-check\" flag for mapping updates\n- ext: report attempted mappings update on failure (#224)\n\nVersion 2.3.1 (released 2024-03-04)\n\n- search: The component_templates do not need to specify the SEARCH_INDEX_PREFIX\n\nVersion 2.3.0 (released 2024-02-26)\n\n- search: Add options for component_templates and index_templates\n\nVersion 2.2.1 (released 2024-02-19)\n\n- ext: fix update mapping comparison\n\nVersion 2.2.0 (released 2023-04-06)\n\n- cli: adds interface for updating mappings\n\nVersion 2.1.0 (released 2022-10-03)\n\n- Adds support for OpenSearch v2\n\nVersion 2.0.0 (released 2022-09-22)\n\n- Removes Elasticsearch < v7\n- Adds support for OpenSearch v1\n\nVersion 1.4.2 (released 2021-07-20)\n\n- Pin elasticsearch to lower than 7.14 due to built in product check.\n\nVersion 1.4.1 (released 2020-10-19)\n\n- Fix bouncing search results for BaseRecordSearchV2.\n\nVersion 1.4.0 (released 2020-09-18)\n\n- Adds new search class that can be initialised only from arguments to the\n constructor.\n\nVersion 1.3.1 (released 2020-05-07)\n\n- Set Sphinx ``<3.0.0`` because of errors related to application context.\n- Stop using example app, keep only files referenced in the docs.\n\nVersion 1.3.0 (released 2020-03-10)\n\n- Centralize dependency management via Invenio-Base.\n\nVersion 1.2.4 (released 2020-05-07)\n\n- Set Sphinx ``<3.0.0`` because of errors related to application context.\n- Stop using example app, keep only files referenced in the docs.\n\nVersion 1.2.3 (released 2019-10-07)\n\n- Changes the naming strategy for templates to avoid inclusion of slashes (\"/\")\n\nVersion 1.2.2 (released 2019-08-08)\n\n- Adds option ignore_existing which is ignoring indexes which are already in ES.\n- Adds option to create/delete only selected indexes.\n\nVersion 1.2.1 (released 2019-07-31)\n\n- Unpins ``urllib3`` and ``idna`` since ``requests`` is not a direct dependency\n of the package now.\n\nVersion 1.2.0 (released 2019-07-29)\n\n- Adds full Elasticsearch v7 support\n- Better prefixing integration\n- Introduces index suffixes and write aliases\n- Refactored the way indices and aliases are stored and created\n- ``invenio_search.utils.schema_to_index`` is deprecated (moved to\n ``invenio-indexer``)\n- Deprecates Elasticsearch v5\n\nVersion 1.1.1 (released 2019-06-25)\n\n- Fixes prefixing for whitelisted aliases and the RecordSearch class.\n- Adds basic Elasticsearch v7 support.\n\nVersion 1.1.0 (released 2019-02-25)\n\n- Deprecates Elasticsearch v2\n- Adds support for Elasticsearch indices prefix\n\nVersion 1.0.2 (released 2018-10-23)\n\n- Updates the urllib3 dependency version pin.\n- Pins elasticsearch-dsl to <6.2.0, because of a breaking change in the\n handling of empty queries.\n- Adds the SEARCH_CLIENT_CONFIG configuration variable, allowing more complex\n configuration to be passed to the Elasticsearch client initialization.\n\nVersion 1.0.1 (released 2018-06-13)\n\n- Fixes issues with idna/urllib3 dependencies conflicts.\n- Adds SEARCH_RESULTS_MIN_SCORE configuration variable to allow excluding\n search results which have a score less than the specified value.\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"Invenio module for information retrieval.\"",
"version": "3.0.0",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-search"
},
"split_keywords": [
"invenio",
"search"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "17c55fdc76203e32649da2392bddd0d70f84473084cc6f6fd110a37dafbc52c7",
"md5": "b644c66d33de496ab4dc5427feb7828c",
"sha256": "53b7db0d7c851dd30c6dcbddf649feffde60bb28ef1d09de26140537b77554af"
},
"downloads": -1,
"filename": "invenio_search-3.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b644c66d33de496ab4dc5427feb7828c",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 25950,
"upload_time": "2024-12-06T07:20:14",
"upload_time_iso_8601": "2024-12-06T07:20:14.584041Z",
"url": "https://files.pythonhosted.org/packages/17/c5/5fdc76203e32649da2392bddd0d70f84473084cc6f6fd110a37dafbc52c7/invenio_search-3.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e7f69d736c45ab82c4009ba998b4b017a07371ed780fab1cc01127d74fc32212",
"md5": "a8eb3dfab9716819836e6c3b5cba4d35",
"sha256": "8bcc183ac3b59f23ac2b19e19dcc433fc1663dfa43cb20af6ee2213393c5ab86"
},
"downloads": -1,
"filename": "invenio_search-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "a8eb3dfab9716819836e6c3b5cba4d35",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 49130,
"upload_time": "2024-12-06T07:20:15",
"upload_time_iso_8601": "2024-12-06T07:20:15.560857Z",
"url": "https://files.pythonhosted.org/packages/e7/f6/9d736c45ab82c4009ba998b4b017a07371ed780fab1cc01127d74fc32212/invenio_search-3.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-06 07:20:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-search",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-search"
}