Fixing README (#427)

Closes #424.
This commit is contained in:
Paul Masurel
2018-09-17 08:52:29 +09:00
committed by GitHub
parent f32b4a2ebe
commit e0cdd3114d

View File

@@ -49,7 +49,9 @@ Tantivy is, in fact, strongly inspired by Lucene's design.
# Non-features
- Distributed search is out of the scope of tantivy.
- Distributed search is out of the scope of tantivy. That being said, tantivy is meant as a
library upon which one could build a distributed search. Serializable/mergeable collector state for instance,
are within the scope of tantivy.
# Supported OS and compiler