2021-10-18 13:31:07 +00:00
|
|
|
[![Build Status](https://travis-ci.org/quickwit-inc/tantivy-py.svg?branch=master)](https://travis-ci.org/quickwit-inc/tantivy-py)
|
2019-08-08 13:54:27 +00:00
|
|
|
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
|
2023-09-11 23:13:27 +00:00
|
|
|
[![Docs](https://readthedocs.org/projects/tantivy-py/badge/?version=latest&style=flat-default)](https://tantivy-py.readthedocs.io/en/latest/)
|
2019-08-08 13:48:26 +00:00
|
|
|
|
2019-06-06 10:12:57 +00:00
|
|
|
tantivy-py
|
|
|
|
==========
|
2019-06-04 09:09:58 +00:00
|
|
|
|
2022-11-28 14:24:54 +00:00
|
|
|
Python bindings for [Tantivy](https://github.com/quickwit-oss/tantivy) the full-text search engine library written in Rust.
|
2019-06-04 09:09:58 +00:00
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
2020-01-05 16:39:20 +00:00
|
|
|
The bindings can be installed using from pypi using pip:
|
2019-06-04 09:09:58 +00:00
|
|
|
|
2020-01-25 09:11:27 +00:00
|
|
|
pip install tantivy
|
2019-06-04 09:09:58 +00:00
|
|
|
|
2020-01-05 16:39:20 +00:00
|
|
|
If no binary wheel is present for your operating system the bindings will be
|
|
|
|
build from source, this means that Rust needs to be installed before building
|
|
|
|
can succeed.
|
|
|
|
|
2024-03-20 00:32:22 +00:00
|
|
|
# Documentation
|
2022-08-19 12:41:10 +00:00
|
|
|
|
2024-03-20 00:32:22 +00:00
|
|
|
Please see [the documentation](https://tantivy-py.readthedocs.io/en/latest/) for more information.
|