Files
tantivy/src
Paul Masurel e2da92fcb5 Petr tik n510 clear index (#566)
* Enables clearing the index

Closes #510

* Adds an examples to clear and rebuild index

* Addressing code review

Moved the example from examples/ to docstring above `clear`

* Corrected minor typos and missed/duplicate words

* Added stamper.revert method to be used for rollback

Added type alias for Opstamp

Moved to AtomicU64 on stable rust (since 1.34)

* Change the method name and doc-string

* Remove rollback from delete_all_documents

test_add_then_delete_all_documents fails with --test-threads 2

* Passes all the tests with any number of test-threads

(ran locally 5 times)

* Addressed code review

Deleted comments with debug info
changed ReloadPolicy to Manual

* Removing useless garbage_collect call and updated CHANGELOG
2019-06-12 09:40:03 +09:00
..
2019-05-05 13:52:43 +09:00
2019-04-24 12:31:32 +09:00
2019-06-12 09:40:03 +09:00
2019-05-05 13:52:43 +09:00
2019-06-12 09:40:03 +09:00
2019-02-26 10:44:59 +09:00
2019-05-05 13:52:43 +09:00
2019-06-06 10:03:54 +09:00
2019-03-20 08:39:22 +09:00
2019-05-05 13:52:43 +09:00
2019-05-05 13:52:43 +09:00
2019-05-05 13:52:43 +09:00
2019-06-12 09:40:03 +09:00
2019-03-20 08:39:22 +09:00
2019-05-05 13:52:43 +09:00
2019-04-24 12:31:32 +09:00
2019-03-20 08:39:22 +09:00
2019-06-06 09:24:31 +09:00