Regenerate README
`cargo readme > README.markdown`
- Id
- f6924e089c0e5828d7da2ccbe71bccec8a48f4e1
- Author
- Caio
- Commit time
- 2020-01-30T08:45:05+01:00
Modified tique/README.markdown
# tique
+
+
Utilities to drive a tantivy search index
Check the module docs for more details.
-### Unstable
+## Unstable
This crate also contains unpolished functionality that is made availble
through the `unstable` feature flag:
-* `tique::query_parser`: A very simple query parser that only knows
- about term and phrase queries (and their negation). Mostly an excuse
- to play with `nom`
-
-* `tique_derive::FilterAndAggregation`: Takes a struct of (possibly
- `Option`) primitives and generates a bunch of code to assist with
- indexing, filtering and aggregating.
+* `query_parser`: A very simple query parser that only knows about term
+ and phrase queries (and their negation). Mostly an excuse to play
+ with `nom`