Refactoring around Field (#673)

* Refactoring around Field

Removing the contract about the order of the field, and the
field id allocation.

* Update delete_queue.rs

* Update field.rs
This commit is contained in:
Paul Masurel
2019-10-25 09:06:44 +09:00
committed by GitHub
parent 46caec1040
commit 7b21b3f25a
17 changed files with 117 additions and 76 deletions

View File

@@ -1,5 +1,4 @@
use fail;
use std::io::Write;
use std::path::Path;
use tantivy::directory::{Directory, ManagedDirectory, RAMDirectory, TerminatingWrite};
use tantivy::doc;