tantivy-py/tests
Damir Jelić f8e39a7b7f searcher: Remove the ability to order the search result.
Ordering the search result by a field requires the field to be set up to
support this at the index creation time. If it wasn't properly set up,
such a search would crash the Python interpreter.

Until a search returns an error that we can convert to a Python
exception this feature will unlikely be supported.
2019-12-17 23:17:44 +01:00
..
test_index Test reading an index from dir 2019-08-03 00:39:02 +01:00
tantivy_test.py searcher: Remove the ability to order the search result. 2019-12-17 23:17:44 +01:00