You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

integration_plan.org 673B

123456789101112131415161718
  1. * Integrate cli as a binary built as part of tantivy-core
  2. ** Pros
  3. *** Builds every commit
  4. *** Allows prospective users to try tantivy
  5. ** Cons
  6. *** Increases build time
  7. *** Slows down core feature development
  8. If every core feature requires changing the example cli, it will slow down review and fixing of core library functionality
  9. * Outline
  10. ** DONE Update to rust edition 2018
  11. CLOSED: [2019-10-19 Sat 20:28]
  12. ** DONE Add all datatypes supported by the library to the dialog
  13. CLOSED: [2019-10-19 Sat 22:33]
  14. ** TODO test locally with a dependency on master of local tantivy
  15. * Further work
  16. ** TODO Skip fields found in json, but not in the schema instead of erroring