From d90697f7251871047c8635a75dbfaa847941e335 Mon Sep 17 00:00:00 2001 From: Marty Schoch Date: Thu, 4 Sep 2014 14:31:26 -0400 Subject: [PATCH] added features to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5d3cb2bb..aa1a8020 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,12 @@ modern text indexing in go - [blevesearch.com](http://www.blevesearch.com/) * Conjunction, Disjunction, Boolean * Numeric Range, Date Range * Simple query syntax for human entry +* tf-idf Scoring * Search result match highlighting +* Supports Aggregating Facets: + * Terms Facet + * Numeric Range Facet + * Date Range Facet ## Discussion