From b8ff184d9d9962cc8456a05b1f480ae356623190 Mon Sep 17 00:00:00 2001 From: Nathan Cooke Date: Wed, 16 Mar 2016 11:03:22 -0500 Subject: [PATCH 1/3] updating links for docs --- README.md | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index e83b9ba..b8c176f 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,6 @@ # Elastic Particles ##Building blocks for Elastic queries, filters, and aggregations which can be re-used, combined, and nested. In other words, it's an elasticsearch query builder. -###documentation: http://jharri34.github.io/elastic-particles/ - -- [Aggregation](http://jharri34.github.io/elastic-particles/Aggregation.html) -- [AndFilter](http://jharri34.github.io/elastic-particles/AndFilter.html) -- [BoolFilter](http://jharri34.github.io/elastic-particles/BoolFilter.html) -- [BoolQuery](http://jharri34.github.io/elastic-particles/BoolQuery.html) -- [CardinalityAgg](http://jharri34.github.io/elastic-particles/CardinalityAgg.html) -- [DateHistogramAgg](http://jharri34.github.io/elastic-particles/DateHistogramAgg.html) -- [ElemMatchFilter](http://jharri34.github.io/elastic-particles/ElemMatchFilter.html) -- [Filter](http://jharri34.github.io/elastic-particles/Filter.html) -- [FilteredAgg](http://jharri34.github.io/elastic-particles/FilteredAgg.html) -- [GeoBoundingBoxFilter](http://jharri34.github.io/elastic-particles/GeoBoundingBoxFilter.html) -- [GeoDistanceAgg](http://jharri34.github.io/elastic-particles/GeoDistanceAgg.html) -- [GeoDistanceFilter](http://jharri34.github.io/elastic-particles/GeoBoundingBoxFilter.html) -- [MatchQuery](http://jharri34.github.io/elastic-particles/MatchQuery.html) -- [MaxAgg](http://jharri34.github.io/elastic-particles/MaxAgg.html) -- [MissingFilter](http://jharri34.github.io/elastic-particles/MissingFilter.html) -- [MultiMatchQuery](http://jharri34.github.io/elastic-particles/MultiMatchQuery.html) -- [NestedAgg](http://jharri34.github.io/elastic-particles/NestedAgg.html) -- [NestedFilter](http://jharri34.github.io/elastic-particles/NestedFilter.html) -- [OrFilter](http://jharri34.github.io/elastic-particles/OrFilter.html) -- [RangeAgg](http://jharri34.github.io/elastic-particles/RangeAgg.html) -- [RangeFilter](http://jharri34.github.io/elastic-particles/RangeFilter.html) -- [RangeQuery](http://jharri34.github.io/elastic-particles/RangeQuery.html) -- [ScriptedMetricAgg](http://jharri34.github.io/elastic-particles/ScriptedMetricAgg.html) -- [TermFilter](http://jharri34.github.io/elastic-particles/TermFilter.html) -- [TermQuery](http://jharri34.github.io/elastic-particles/TermQuery.html) -- [TermsAgg](http://jharri34.github.io/elastic-particles/TermsAgg.html) - -##Global -- [createNested](http://jharri34.github.io/elastic-particles/global.html#createNested) -- [createNonEnumerableProperty](http://jharri34.github.io/elastic-particles/global.html#createNonEnumerableProperty) -- [extractField](http://jharri34.github.io/elastic-particles/global.html#extractField) -- [getPath](http://jharri34.github.io/elastic-particles/global.html#getPath) -- [merge](http://jharri34.github.io/elastic-particles/global.html#merge) +###Documentation: +#### v2 https://github.com/3choBoomer/elastic-particles/wiki From c4f9b4ba30791e1df63d8df8ce84c78ab0f2f989 Mon Sep 17 00:00:00 2001 From: Nathan Cooke Date: Wed, 16 Mar 2016 15:03:20 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8c176f..16a2369 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Elastic Particles -##Building blocks for Elastic queries, filters, and aggregations which can be re-used, combined, and nested. In other words, it's an elasticsearch query builder. +##Building blocks for Elastic queries, filters, and aggregations which can be re-used, combined, and nested. +##In other words, it's an elasticsearch query builder. ###Documentation: #### v2 https://github.com/3choBoomer/elastic-particles/wiki From 8eaa7082312ffa5b002d6d0055d344245ad1c267 Mon Sep 17 00:00:00 2001 From: Nathan Cooke Date: Wed, 16 Mar 2016 15:03:54 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a2369..1b32484 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Elastic Particles ##Building blocks for Elastic queries, filters, and aggregations which can be re-used, combined, and nested. -##In other words, it's an elasticsearch query builder. + +In other words, it's an elasticsearch query builder. ###Documentation: #### v2 https://github.com/3choBoomer/elastic-particles/wiki