Download eson Free Java Code

Description

Extended (pluggable) JSON for node great for configuration files and JSON transformations.

Source Files

The download file eson-master.zip has the following entries.


.gitignore/*from   w  ww  .j  av a 2s .c o  m*/
.travis.yml
.yardopts
CHANGES.md
Gemfile
Gemfile.lock
README.md
Rakefile
TODO.md
eson-core/LICENSE.md
eson-core/README.md
eson-core/Rakefile
eson-core/eson-core.gemspec
eson-core/lib/eson-core.rb
eson-core/lib/eson/api.rb
eson-core/lib/eson/chainable.rb
eson-core/lib/eson/client.rb
eson-core/lib/eson/error.rb
eson-core/lib/eson/request.rb
eson-core/lib/eson/shared/cluster/health.rb
eson-core/lib/eson/shared/cluster/nodes.rb
eson-core/lib/eson/shared/cluster/shutdown.rb
eson-core/lib/eson/shared/cluster/state.rb
eson-core/lib/eson/shared/cluster/stats.rb
eson-core/lib/eson/shared/core/bulk.rb
eson-core/lib/eson/shared/core/count.rb
eson-core/lib/eson/shared/core/delete.rb
eson-core/lib/eson/shared/core/delete_by_query.rb
eson-core/lib/eson/shared/core/explain.rb
eson-core/lib/eson/shared/core/get.rb
eson-core/lib/eson/shared/core/index.rb
eson-core/lib/eson/shared/core/mget.rb
eson-core/lib/eson/shared/core/more_like_this.rb
eson-core/lib/eson/shared/core/msearch.rb
eson-core/lib/eson/shared/core/percolate.rb
eson-core/lib/eson/shared/core/scroll.rb
eson-core/lib/eson/shared/core/search.rb
eson-core/lib/eson/shared/core/simple_search.rb
eson-core/lib/eson/shared/core/update.rb
eson-core/lib/eson/shared/core/validate.rb
eson-core/lib/eson/shared/indices/aliases.rb
eson-core/lib/eson/shared/indices/analyze.rb
eson-core/lib/eson/shared/indices/clear_cache.rb
eson-core/lib/eson/shared/indices/close_index.rb
eson-core/lib/eson/shared/indices/create_index.rb
eson-core/lib/eson/shared/indices/delete_index.rb
eson-core/lib/eson/shared/indices/delete_mapping.rb
eson-core/lib/eson/shared/indices/delete_template.rb
eson-core/lib/eson/shared/indices/exists.rb
eson-core/lib/eson/shared/indices/flush.rb
eson-core/lib/eson/shared/indices/get_aliases.rb
eson-core/lib/eson/shared/indices/get_mapping.rb
eson-core/lib/eson/shared/indices/get_settings.rb
eson-core/lib/eson/shared/indices/get_template.rb
eson-core/lib/eson/shared/indices/open_index.rb
eson-core/lib/eson/shared/indices/optimize.rb
eson-core/lib/eson/shared/indices/put_mapping.rb
eson-core/lib/eson/shared/indices/put_template.rb
eson-core/lib/eson/shared/indices/refresh.rb
eson-core/lib/eson/shared/indices/segments.rb
eson-core/lib/eson/shared/indices/snapshot.rb
eson-core/lib/eson/shared/indices/stats.rb
eson-core/lib/eson/shared/indices/status.rb
eson-core/lib/eson/shared/indices/update_settings.rb
eson-dsl/LICENSE.md
eson-dsl/MethodReference.md
eson-dsl/README.md
eson-dsl/Rakefile
eson-dsl/eson-dsl.gemspec
eson-dsl/examples/facets/date_histogram.rb
eson-dsl/examples/facets/filter.rb
eson-dsl/examples/facets/geo_distance.rb
eson-dsl/examples/facets/histogram.rb
eson-dsl/examples/facets/query.rb
eson-dsl/examples/facets/range.rb
eson-dsl/examples/facets/scoped.rb
eson-dsl/examples/facets/statistical.rb
eson-dsl/examples/facets/term_stats.rb
eson-dsl/examples/facets/terms.rb
eson-dsl/examples/filters/and.rb
eson-dsl/examples/filters/and_without_keyword.rb
eson-dsl/examples/filters/bool.rb
eson-dsl/examples/filters/exists.rb
eson-dsl/examples/filters/fquery.rb
eson-dsl/examples/filters/geo_bounding_box.rb
eson-dsl/examples/filters/geo_distance.rb
eson-dsl/examples/filters/geo_distance_alternate.rb
eson-dsl/examples/filters/geo_distance_range.rb
eson-dsl/examples/filters/geo_polygon.rb
eson-dsl/examples/filters/has_child.rb
eson-dsl/examples/filters/ids.rb
eson-dsl/examples/filters/missing.rb
eson-dsl/examples/filters/not.rb
eson-dsl/examples/filters/numeric_range.rb
eson-dsl/examples/filters/or.rb
eson-dsl/examples/filters/range.rb
eson-dsl/examples/filters/type.rb
eson-dsl/examples/queries/bool.rb
eson-dsl/examples/queries/boosting.rb
eson-dsl/examples/queries/constant_score.rb
eson-dsl/examples/queries/constant_score_with_filter.rb
eson-dsl/examples/queries/custom_boost_factor.rb
eson-dsl/examples/queries/custom_filters_score.rb
eson-dsl/examples/queries/custom_filters_score_with_script.rb
eson-dsl/examples/queries/custom_score.rb
eson-dsl/examples/queries/dis_max.rb
eson-dsl/examples/queries/field.rb
eson-dsl/examples/queries/filtered.rb
eson-dsl/examples/queries/filters_and_facets.rb
eson-dsl/examples/queries/flt.rb
eson-dsl/examples/queries/flt_field.rb
eson-dsl/examples/queries/fuzzy.rb
eson-dsl/examples/queries/fuzzy_complex.rb
eson-dsl/examples/queries/has_child.rb
eson-dsl/examples/queries/has_child_complex.rb
eson-dsl/examples/queries/ids.rb
eson-dsl/examples/queries/indices.rb
eson-dsl/examples/queries/match.rb
eson-dsl/examples/queries/match_all.rb
eson-dsl/examples/queries/mlt.rb
eson-dsl/examples/queries/mlt_field.rb
eson-dsl/examples/queries/multi_match.rb
eson-dsl/examples/queries/nested.rb
eson-dsl/examples/queries/prefix.rb
eson-dsl/examples/queries/prefix_short.rb
eson-dsl/examples/queries/query_string.rb
eson-dsl/examples/queries/query_string_with_multiple_fields.rb
eson-dsl/examples/queries/query_string_without_default_field.rb
eson-dsl/examples/queries/range.rb
eson-dsl/examples/queries/span_first.rb
eson-dsl/examples/queries/span_near.rb
eson-dsl/examples/queries/span_not.rb
eson-dsl/examples/queries/span_or.rb
eson-dsl/examples/queries/span_term.rb
eson-dsl/examples/queries/term.rb
eson-dsl/examples/queries/term_with_parameters.rb
eson-dsl/examples/queries/terms.rb
eson-dsl/examples/queries/text.rb
eson-dsl/examples/queries/top_children.rb
eson-dsl/examples/queries/wildcard.rb
eson-dsl/examples/queries/wildcard_short.rb
eson-dsl/lib/compat.rb
eson-dsl/lib/eson-dsl.rb
eson-dsl/lib/eson/modules/query_plugin.rb
eson-dsl/lib/eson/search/and.rb
eson-dsl/lib/eson/search/base_query.rb
eson-dsl/lib/eson/search/bool.rb
eson-dsl/lib/eson/search/boosting.rb
eson-dsl/lib/eson/search/constant_score.rb
eson-dsl/lib/eson/search/custom_boost_factor.rb
eson-dsl/lib/eson/search/custom_filters_score.rb
eson-dsl/lib/eson/search/custom_score.rb
eson-dsl/lib/eson/search/date_histogram.rb
eson-dsl/lib/eson/search/dis_max.rb
eson-dsl/lib/eson/search/exists.rb
eson-dsl/lib/eson/search/facet.rb
eson-dsl/lib/eson/search/facets.rb
eson-dsl/lib/eson/search/field.rb
eson-dsl/lib/eson/search/field_based.rb
eson-dsl/lib/eson/search/filter.rb
eson-dsl/lib/eson/search/filter_facet.rb
eson-dsl/lib/eson/search/filtered.rb
eson-dsl/lib/eson/search/filters.rb
eson-dsl/lib/eson/search/fquery.rb
eson-dsl/lib/eson/search/fuzzy.rb
eson-dsl/lib/eson/search/fuzzy_like_this.rb
eson-dsl/lib/eson/search/fuzzy_like_this_field.rb
eson-dsl/lib/eson/search/geo_bounding_box.rb
eson-dsl/lib/eson/search/geo_distance.rb
eson-dsl/lib/eson/search/geo_distance_range.rb
eson-dsl/lib/eson/search/geo_polygon.rb
eson-dsl/lib/eson/search/has_child.rb
eson-dsl/lib/eson/search/histogram.rb
eson-dsl/lib/eson/search/ids.rb
eson-dsl/lib/eson/search/indices.rb
eson-dsl/lib/eson/search/match.rb
eson-dsl/lib/eson/search/match_all.rb
eson-dsl/lib/eson/search/missing.rb
eson-dsl/lib/eson/search/more_like_this.rb
eson-dsl/lib/eson/search/more_like_this_field.rb
eson-dsl/lib/eson/search/multi_match.rb
eson-dsl/lib/eson/search/nested.rb
eson-dsl/lib/eson/search/node.rb
eson-dsl/lib/eson/search/not.rb
eson-dsl/lib/eson/search/numeric_range.rb
eson-dsl/lib/eson/search/or.rb
eson-dsl/lib/eson/search/parametrized.rb
eson-dsl/lib/eson/search/prefix.rb
eson-dsl/lib/eson/search/queries.rb
eson-dsl/lib/eson/search/query.rb
eson-dsl/lib/eson/search/query_facet.rb
eson-dsl/lib/eson/search/query_field.rb
eson-dsl/lib/eson/search/query_group.rb
eson-dsl/lib/eson/search/query_string.rb
eson-dsl/lib/eson/search/range.rb
eson-dsl/lib/eson/search/span_first.rb
eson-dsl/lib/eson/search/span_near.rb
eson-dsl/lib/eson/search/span_not.rb
eson-dsl/lib/eson/search/span_or.rb
eson-dsl/lib/eson/search/span_term.rb
eson-dsl/lib/eson/search/statistical.rb
eson-dsl/lib/eson/search/sub_query.rb
eson-dsl/lib/eson/search/term.rb
eson-dsl/lib/eson/search/terms.rb
eson-dsl/lib/eson/search/terms_stats.rb
eson-dsl/lib/eson/search/text.rb
eson-dsl/lib/eson/search/top_children.rb
eson-dsl/lib/eson/search/type.rb
eson-dsl/lib/eson/search/wildcard.rb
eson-dsl/log4j.properties
eson-dsl/test/search/facet_test.rb
eson-dsl/test/search/facets/date_histogram.documents
eson-dsl/test/search/facets/date_histogram.mapping
eson-dsl/test/search/facets/date_histogram.rb
eson-dsl/test/search/facets/geo_distance.documents
eson-dsl/test/search/facets/geo_distance.mapping
eson-dsl/test/search/facets/geo_distance.rb
eson-dsl/test/search/facets/histogram.documents
eson-dsl/test/search/facets/histogram.rb
eson-dsl/test/search/facets/query.documents
eson-dsl/test/search/facets/query.rb
eson-dsl/test/search/facets/range.documents
eson-dsl/test/search/facets/range.rb
eson-dsl/test/search/facets/scoped.documents
eson-dsl/test/search/facets/scoped.json
eson-dsl/test/search/facets/scoped.mapping
eson-dsl/test/search/facets/statistical.documents
eson-dsl/test/search/facets/statistical.rb
eson-dsl/test/search/facets/tag_facet.documents
eson-dsl/test/search/facets/tag_facet.rb
eson-dsl/test/search/facets/terms.rb
eson-dsl/test/search/facets/terms_stats.documents
eson-dsl/test/search/facets/terms_stats.json
eson-dsl/test/search/facets/terms_stats.rb
eson-dsl/test/search/filters/and.rb
eson-dsl/test/search/filters/bool.json
eson-dsl/test/search/filters/bool.rb
eson-dsl/test/search/filters/exists.json
eson-dsl/test/search/filters/exists.rb
eson-dsl/test/search/filters/filter_query.rb
eson-dsl/test/search/filters/geo_bounding_box_hash.documents
eson-dsl/test/search/filters/geo_bounding_box_hash.json
eson-dsl/test/search/filters/geo_bounding_box_hash.mapping
eson-dsl/test/search/filters/geo_distance_hash.documents
eson-dsl/test/search/filters/geo_distance_hash.json
eson-dsl/test/search/filters/geo_distance_hash.mapping
eson-dsl/test/search/filters/geo_distance_range_hash.documents
eson-dsl/test/search/filters/geo_distance_range_hash.json
eson-dsl/test/search/filters/geo_distance_range_hash.mapping
eson-dsl/test/search/filters/geo_polygon_hash.documents
eson-dsl/test/search/filters/geo_polygon_hash.json
eson-dsl/test/search/filters/geo_polygon_hash.mapping
eson-dsl/test/search/filters/has_child.blog.mapping
eson-dsl/test/search/filters/has_child.blog_tag.mapping
eson-dsl/test/search/filters/has_child.rb
eson-dsl/test/search/filters/ids.rb
eson-dsl/test/search/filters/missing.rb
eson-dsl/test/search/filters/not.rb
eson-dsl/test/search/filters/numeric_range.documents
eson-dsl/test/search/filters/numeric_range.rb
eson-dsl/test/search/filters/or.rb
eson-dsl/test/search/filters/range.rb
eson-dsl/test/search/filters/type.json
eson-dsl/test/search/filters/type.rb
eson-dsl/test/search/filters_test.rb
eson-dsl/test/search/queries/bool.json
eson-dsl/test/search/queries/bool.rb
eson-dsl/test/search/queries/boosting.json
eson-dsl/test/search/queries/boosting.rb
eson-dsl/test/search/queries/constant_score.rb
eson-dsl/test/search/queries/constant_score_filter.rb
eson-dsl/test/search/queries/custom_boost_factor.json
eson-dsl/test/search/queries/custom_filters_score.json
eson-dsl/test/search/queries/custom_score.documents
eson-dsl/test/search/queries/custom_score.rb
eson-dsl/test/search/queries/dis_max.rb
eson-dsl/test/search/queries/field.rb
eson-dsl/test/search/queries/filtered.rb
eson-dsl/test/search/queries/filters_and_facets.documents
eson-dsl/test/search/queries/filters_and_facets.json
eson-dsl/test/search/queries/flt.rb
eson-dsl/test/search/queries/flt_field.rb
eson-dsl/test/search/queries/fuzzy_complex.rb
eson-dsl/test/search/queries/fuzzy_simple.rb
eson-dsl/test/search/queries/has_child.blog.mapping
eson-dsl/test/search/queries/has_child.blog_tag.mapping
eson-dsl/test/search/queries/has_child.rb
eson-dsl/test/search/queries/has_child_complex.blog.mapping
eson-dsl/test/search/queries/has_child_complex.blog_tag.mapping
eson-dsl/test/search/queries/has_child_complex.rb
eson-dsl/test/search/queries/ids.rb
eson-dsl/test/search/queries/indices.json
eson-dsl/test/search/queries/match.json
eson-dsl/test/search/queries/match_all.rb
eson-dsl/test/search/queries/mlt.json
eson-dsl/test/search/queries/mlt.rb
eson-dsl/test/search/queries/mlt_field.rb
eson-dsl/test/search/queries/multi_match.json
eson-dsl/test/search/queries/nested.json
eson-dsl/test/search/queries/nested.mapping
eson-dsl/test/search/queries/phrase_prefix.rb
eson-dsl/test/search/queries/prefix.rb
eson-dsl/test/search/queries/prefix_short.rb
eson-dsl/test/search/queries/query_string.rb
eson-dsl/test/search/queries/query_string_with_multiple_fields.rb
eson-dsl/test/search/queries/query_string_without_default_field.rb
eson-dsl/test/search/queries/range.rb
eson-dsl/test/search/queries/span_near.json
eson-dsl/test/search/queries/span_not.json
eson-dsl/test/search/queries/span_or.json
eson-dsl/test/search/queries/span_term.json
eson-dsl/test/search/queries/term.json
eson-dsl/test/search/queries/term.rb
eson-dsl/test/search/queries/terms.rb
eson-dsl/test/search/queries/text.json
eson-dsl/test/search/queries/text.rb
eson-dsl/test/search/queries/top_children.blog.mapping
eson-dsl/test/search/queries/top_children.blog_tag.mapping
eson-dsl/test/search/queries/top_children.rb
eson-dsl/test/search/queries/wildcard.rb
eson-dsl/test/search/queries/wildcard_short.rb
eson-dsl/test/search/query_test.rb
eson-dsl/test/test_config.rb
eson-http/LICENSE.md
eson-http/README.md
eson-http/Rakefile
eson-http/bin/elshell
eson-http/eson-http.gemspec
eson-http/lib/eson-http.rb
eson-http/lib/eson/http.rb
eson-http/lib/eson/http/api.rb
eson-http/lib/eson/http/client.rb
eson-http/lib/eson/http/cluster/health.rb
eson-http/lib/eson/http/cluster/nodes.rb
eson-http/lib/eson/http/cluster/shutdown.rb
eson-http/lib/eson/http/cluster/state.rb
eson-http/lib/eson/http/cluster/stats.rb
eson-http/lib/eson/http/core/bulk.rb
eson-http/lib/eson/http/core/count.rb
eson-http/lib/eson/http/core/delete.rb
eson-http/lib/eson/http/core/delete_by_query.rb
eson-http/lib/eson/http/core/explain.rb
eson-http/lib/eson/http/core/get.rb
eson-http/lib/eson/http/core/index.rb
eson-http/lib/eson/http/core/mget.rb
eson-http/lib/eson/http/core/more_like_this.rb
eson-http/lib/eson/http/core/msearch.rb
eson-http/lib/eson/http/core/percolate.rb
eson-http/lib/eson/http/core/scroll.rb
eson-http/lib/eson/http/core/search.rb
eson-http/lib/eson/http/core/simple_search.rb
eson-http/lib/eson/http/core/update.rb
eson-http/lib/eson/http/core/validate.rb
eson-http/lib/eson/http/indices/aliases.rb
eson-http/lib/eson/http/indices/analyze.rb
eson-http/lib/eson/http/indices/clear_cache.rb
eson-http/lib/eson/http/indices/close_index.rb
eson-http/lib/eson/http/indices/create_index.rb
eson-http/lib/eson/http/indices/delete_index.rb
eson-http/lib/eson/http/indices/delete_mapping.rb
eson-http/lib/eson/http/indices/delete_template.rb
eson-http/lib/eson/http/indices/exists.rb
eson-http/lib/eson/http/indices/flush.rb
eson-http/lib/eson/http/indices/get_aliases.rb
eson-http/lib/eson/http/indices/get_mapping.rb
eson-http/lib/eson/http/indices/get_settings.rb
eson-http/lib/eson/http/indices/get_template.rb
eson-http/lib/eson/http/indices/open_index.rb
eson-http/lib/eson/http/indices/optimize.rb
eson-http/lib/eson/http/indices/put_mapping.rb
eson-http/lib/eson/http/indices/put_template.rb
eson-http/lib/eson/http/indices/refresh.rb
eson-http/lib/eson/http/indices/segments.rb
eson-http/lib/eson/http/indices/snapshot.rb
eson-http/lib/eson/http/indices/stats.rb
eson-http/lib/eson/http/indices/status.rb
eson-http/lib/eson/http/indices/update_settings.rb
eson-http/lib/eson/http/request.rb
eson-http/lib/eson/modules/response_parser.rb
eson-http/lib/eson/modules/status_handler.rb
eson-http/log4j.properties
eson-http/test/http/client_test.rb
eson-http/test/http/cluster_test.rb
eson-http/test/http/index_test.rb
eson-http/test/http/indices/basics_test.rb
eson-http/test/http/query_test.rb
eson-http/test/modules/query_plugin_test.rb
eson-http/test/seeds/seeds.rb
eson-http/test/test_config.rb
eson-more/LICENSE.md
eson-more/README.md
eson-more/Rakefile
eson-more/eson-more.gemspec
eson-more/lib/eson-more.rb
eson-more/lib/eson/more/all.rb
eson-more/lib/eson/more/extract.rb
eson-more/lib/eson/more/reindex.rb
eson-more/lib/eson/more/transplant.rb
eson-more/log4j.properties
eson-more/test/more/all_test.rb
eson-more/test/more/extract_source_test.rb
eson-more/test/more/reindex_test.rb
eson-more/test/more/transplant_test.rb
eson-more/test/seeds/seeds.rb
eson-more/test/test_config.rb
eson/LICENSE.md
eson/README.md
eson/Rakefile
eson/eson.gemspec
eson/lib/eson.rb

Download

Click the following link to download eson-master.zip.

eson-master.zip




















Home »
  Javascript Free Code Download »
    Database »




CouchDB
CSV
Database
DynamoDB
IndexedDB
JSON
JSONP
MongoDB
MySQL
Neo4j
NoSQL
PostgreSQL
RavenDB
Redis
SQL
SQL Server
SQLite
WebSQL