Source: python-lunr Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), python3-all, Build-Depends-Indep: dh-python, python3-attr, # python3-mock, python3-myst-parser, python3-nltk, # python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, sphinx-doc, Rules-Requires-Root: no Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lunr Vcs-Git: https://salsa.debian.org/python-team/packages/python-lunr.git Homepage: https://github.com/yeraydiazdiaz/lunr.py Package: python-lunr-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Multi-Arch: foreign Description: Python implementation of Lunr.js (Documentation) Lunr is a simple full text search solution for situations where deploying a full scale solution like Elasticsearch isn't possible, viable or you're simply prototyping. Lunr parses a set of documents and creates an inverted index for quick full text searches in the same way other more complicated solution. . The trade-off is that Lunr keeps the inverted index in memory and requires you to recreate or read the index at the start of your application. . This package installs the documentation for the library. Package: python3-lunr Architecture: all Depends: python3-nltk, ${misc:Depends}, ${python3:Depends}, Suggests: python-lunr-doc Description: Python implementation of Lunr.js (Python3 version) This package includes the Python version of Lunr.js aims to bring the simple and powerful full text search capabilities into Python guaranteeing results as close as the original implementation as possible. . Lunr is a simple full text search solution for situations where deploying a full scale solution like Elasticsearch isn't possible, viable or you're simply prototyping. Lunr parses a set of documents and creates an inverted index for quick full text searches in the same way other more complicated solution. . The trade-off is that Lunr keeps the inverted index in memory and requires you to recreate or read the index at the start of your application. . This package contains the Python 3 version of the library.