caio.co/de/cantine

"Document" the new `tique::conditional_collector`

Id
96362a109a5afc8e10524bed0b387de5234471c9
Author
Caio
Commit time
2020-01-21T18:20:24+01:00

Modified README.markdown

@@ -158,9 +158,10
I plan on exploring the whole ecosystem so documentation will come
someday, but for now here's a brief outline of the modules:

-* `tique::top_collector`: A `tantivy` group of top collectors that
+* `tique::conditional_collector`: A `tantivy` group of top collector
+ that has built-in support for ascending/descending ordering and
allows checking for a condition before collecting a matching
- document, particularly useful in streaming and highly dynamic
+ document; Particularly useful in streaming and highly dynamic
filtering contexts. Used in `cantine::index` as a way to navigate
results without offsets/pages, sort by fields and change ordering.