Elasticsearch integration package for PyAMS content
Project description
What is PyAMS?
PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications and content management with the Pyramid framework.
PyAMS is actually mainly used to manage web sites through content management applications (CMS, see PyAMS_content package), but many features are generic and can be used inside any kind of web application.
All PyAMS documentation is available on ReadTheDocs; source code is available on Gitlab and pushed to Github. Doctests are available in the doctests source folder.
What is PyAMS_content_ES?
PyAMS_content is the base of content management packages for PyAMS. It relies on its internal catalog for all features requiring content searching.
If you can use an Elasticsearch index, the PyAMS_content_es package extends PyAMS_content to provide a set of custom utilities and adapters which relies on Elasticsearch instead of internal catalog to do content searches! It also allows using additional features, like full text search, including attachments, using ES ingest-attachment plug-in.
All you have to do is to include pyams_content_es package INSTEAD OF default pyams_content in your Pyramid application configuration file, and to set a few properties to define Elasticsearch connexion and index settings.
Look at INSTALL.rst to get instructions about how to configure an Elasticsearch index for PyAMS…
Changelog
2.4.1
add ZCA hook on indexer process startup
2.4.0
added PyAMS monitoring extension
added argument to documents indexer script to limit the size of indexed external files
added optional views adapters interfaces
use updated dashboards base classes
2.3.0
updated shared content index adapters
2.2.3
updated Gitlab CI for Python 3.11 and 3.12
2.2.2
reindex document when an inner component is added, modified or removed
2.2.1
updated search folders and filters management
updated thesaurus filters types and parameters names
2.2.0
added support for paragraphs groups
updated thesaurus based filters manual sorting mode
2.1.0
added contact paragraph indexer
added illustration paragaph indexer
added frame paragraph indexer
added location map paragraph indexer
2.0.1
packaging issue…
2.0.0
first production version
added support for views alphabetical ordering (requires keyword index fields on title)
added support for Python 3.12
1.99.8
added support for query post-filters (which are used only after aggregates calculation)
1.99.7
don’t remove asterisks from site root quick search query
1.99.6
don’t remove asterisks from shared tool quick search query
1.99.5
provide document OID instead of original document when removing a document from index
1.99.4
code refactoring
updated doctests
1.99.3
updated fulltext queries
update current datetime getter
code cleanup
1.99.2
added aggregated filters support
1.99.1
removed index checker for search folders
added edit forms content getters
1.99.0.1
packaging issue
1.99.0
first preliminary release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyams_content_es-2.4.1.tar.gz.
File metadata
- Download URL: pyams_content_es-2.4.1.tar.gz
- Upload date:
- Size: 39.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
631c193ca05496c84505f24cbe526f85109306b671dfc652630e7f239873478f
|
|
| MD5 |
7499aa5625e13e335a275bff41419b63
|
|
| BLAKE2b-256 |
3735ff37cf39e5fafd767afac95e0b7c6d2a88eb7aaa1759b5d1f626c6f8f53b
|
File details
Details for the file pyams_content_es-2.4.1-py3-none-any.whl.
File metadata
- Download URL: pyams_content_es-2.4.1-py3-none-any.whl
- Upload date:
- Size: 67.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6414dc5ef01da5345519f7f7c2c6a893e93a55e6fa64bdee8feb143cb109e7c4
|
|
| MD5 |
74c7f5427e5edbd9968a11b96e75490d
|
|
| BLAKE2b-256 |
f51c1eedd05155bb18dbd48101a166275f1825a19a37fb159b856d3304be157d
|