Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
06f9d7e
added FieldValueFunction (issue #77)
phjardas Oct 17, 2014
7f23a4c
fixed function name from "field_value_function" for "field_value_fact…
phjardas Oct 17, 2014
3a43a10
fields have to be set using the function name as prefix (issue #77)
phjardas Oct 17, 2014
3701147
created dist (issue #77)
phjardas Oct 17, 2014
388e8c4
added unit tests (issue #77)
phjardas Oct 17, 2014
9f69918
Fix #79 : add support for geo bounds aggregations
ErwanPigneul Nov 7, 2014
fe999ef
Remove a comment
ErwanPigneul Nov 7, 2014
472718c
Set the right test
ErwanPigneul Nov 7, 2014
d57b64d
Added max_boost to FunctionScoreQuery
phjardas Nov 19, 2014
b9c30da
Merge remote-tracking branch 'origin/issue77_fieldvaluefunction'
phjardas Nov 19, 2014
d299479
Merge branch 'function_score_query_max_boost'
phjardas Nov 19, 2014
dea46e2
fix for multi_match query to support type in ['best_fields', 'cross_f…
bruchu Jan 5, 2015
3be9d82
Fixed the exclude param error in TopHitsAggreagation.
vaishaks Apr 16, 2015
5ba1c21
Allow to set weight for Score Functions
May 6, 2015
537271c
Added min_score to FunctionScoreQuery
May 6, 2015
8dff3a9
Source files should not be executable
May 6, 2015
6ed3324
Allow if name is missing do not set it to an object
May 6, 2015
582b413
Added a minimal filter score function
May 6, 2015
aad686b
Update dist
May 6, 2015
c0108fa
Filter and weight are mandatory
May 6, 2015
f386dca
Use the basic mixin object directly
May 6, 2015
4ebe076
Update dist
May 6, 2015
9a815d6
Rename FilterScoreFunction to ScoreFunction
May 11, 2015
dc05fbb
Added test for ScoreFunction
May 11, 2015
1a9901d
Added ScriptedMetricAggregation
tomcashman May 21, 2015
d5004e3
Standardised scripted metric agg function names
tomcashman May 21, 2015
3b33968
Added the possibility to set script id
Jun 29, 2015
aba9502
Allow to set search_type for requests
Jun 29, 2015
7648d78
Update package version to 1.2.1
Jun 29, 2015
6022195
Added missing colons
Jun 29, 2015
d809ea6
Rebuild dist
Jun 29, 2015
9d7a126
Search type is not a request property
Jun 29, 2015
449d9be
Update package version
Jun 29, 2015
f954831
Update dist
Jun 29, 2015
9aec091
Added scripted metric aggregation
Jun 29, 2015
2ac8fb0
Update dist
Jun 29, 2015
ed54514
Update package version
Jun 29, 2015
62e3dc0
build js
ErwanPigneul Jul 16, 2015
28e2d3d
1.3.0 : build with new aggregations
ErwanPigneul Aug 1, 2015
9c17db3
mfyang pr #1
ErwanPigneul Aug 2, 2015
367e4f2
phjardas pr #2
ErwanPigneul Aug 2, 2015
cf2e163
Merge branch 'phjardas-master'
ErwanPigneul Aug 2, 2015
45f910a
fix for multi_match query to support type in ['best_fields', 'cross_f...
ErwanPigneul Aug 2, 2015
a3413ba
git push origin masterMerge branch 'bruchu-master'
ErwanPigneul Aug 2, 2015
0be5c2d
Fixed the exclude param error in TopHitsAggreagation. #4
ErwanPigneul Aug 2, 2015
6bf4045
Merge branch 'vaishaks-master'
ErwanPigneul Aug 2, 2015
4ce8178
Added ScriptedMetricAggregation #5
ErwanPigneul Aug 2, 2015
3585cf4
Merge branch 'tomcashman-master'
ErwanPigneul Aug 2, 2015
400e3fd
Bondza pr #6 + enrich ScriptedMetricAggregation
ErwanPigneul Aug 3, 2015
6bb5224
Merge branch 'Bondza-master'
ErwanPigneul Aug 3, 2015
369a012
1.3.2 : grab contribs from net
ErwanPigneul Aug 3, 2015
1247400
1.3.2 : grab contribs from net
ErwanPigneul Aug 3, 2015
391fe83
add script_id and script_file in aggs. refactor aggs
ErwanPigneul Aug 3, 2015
c17e1a3
add doc in git. remove a criteria scriptValuesSorted. and some other …
ErwanPigneul Aug 5, 2015
9162a3e
update Readme
ErwanPigneul Aug 5, 2015
27d97f7
add a test about ejs.FiltersAggregation
ErwanPigneul Aug 6, 2015
3e43eda
Fix #7 : minimumShouldMatch accept strings
ErwanPigneul Sep 21, 2015
a8f30cb
Add support for Partial Fields
ErwanPigneul Sep 22, 2015
278a356
Release 1.3.5 with Partial Fields supports and fix minimumShouldMatch…
ErwanPigneul Sep 22, 2015
5e88257
fix CommonTermsQuery.minimum_should_match object option
tillre Oct 12, 2015
1d9cebd
add inner_hits for nested, has_child and has_parent
tillre Oct 12, 2015
2955940
build dist
tillre Oct 12, 2015
96db261
Merge branch 'skoni-master'
ErwanPigneul Nov 2, 2015
a8857eb
Merge with skoni contribution
ErwanPigneul Nov 2, 2015
973818b
merge sbellity PR
ErwanPigneul Nov 2, 2015
3720190
Supporting order in TermsAggreagtion like array to allow multi-orderi…
ErwanPigneul Nov 2, 2015
4fda900
Added Children Aggregation
alemures Apr 13, 2016
d215bf4
Updated documentation for Children Aggregation.
alemures Apr 13, 2016
b757982
Merge pull request #13 from alemures/master
ErwanPigneul May 6, 2017
22a6f10
docs: Add link to alternate lib elastic-builder in README
sudo-suhas May 18, 2017
eee74e2
Merge pull request #15 from sudo-suhas/link-alt-lib
ErwanPigneul May 20, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
dist/docs
node_modules/
node_modules/
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
elastic.js can be used with elasticsearch 2.x and lower.
There were several [breaking changes](https://www.elastic.co/guide/en/elasticsearch/reference/5.x/breaking_50_search_changes.html) in the 5.x release for the Query DSL.

You can try [elastic-builder](https://github.com/sudo-suhas/elastic-builder) for elasticsearch version >= 5.x.

doc is here : https://cdn.rawgit.com/ErwanPigneul/elastic.js/master/dist/docs/ejs.html





# elastic.js

A JavaScript implementation of the [ElasticSearch](http://www.elasticsearch.org/) DSL for use with the [official elasticsearch javascript client](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html).
A JavaScript implementation of the [ElasticSearch](http://www.elasticsearch.org/) DSL for use with the [official elasticsearch javascript client](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html).

## Documentation
You can find the official documentation at the following locations:
Expand Down Expand Up @@ -64,6 +75,12 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

_Also, please don't edit elastic.js and elastic.min.js files as they are generated via grunt. You'll find source code in the "src" subdirectory!_

## Some tips (memo)
cd docs/
./build.sh

##

## License
Copyright (c) 2012-2014 FullScale Labs, LLC
Licensed under the MIT license.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic.js",
"version": "1.2.0",
"version": "1.3.8",
"description": "Javascript API for ElasticSearch DSL",
"license": "MIT",
"keywords": [
Expand Down
Loading