Compare Chrome extensions: gem vs ElasticSearch API Search

Stats gem gem ElasticSearch API Search ElasticSearch API Search
User count 798 622
Average rating 5.00 1.50
Rating count 2 2
Last updated 2019-03-08 2022-02-11
Size 1.27M 20.27K
Version 0.1.0 0.0.2
Short description
GUI for Elasticsearch Mappings Stick to specific ES Version while searching.
Full summary

[Note: Majority of gem's features are now available in dejavu. You can get that from here - https://chrome.google.com/webstore/detail/dejavu/jopjeaiilkcibeohjdmejhoifenbnmlh ]

GEM is a GUI for creating and managing an Elasticsearch index's data structure mappings. ES Mappings provide an immutable interface to control how data is stored internally within Elasticsearch and how queries can be applied to it.

Mappings allow deciding things like:

  • Should a field with value '2016-12-01' be treated as a date or as a text field?

  • Should 'San Francisco' be stored as an analyzed text field to then run full-text search queries against it, or should it be kept non-analyzed for an aggregations use-case?

Should 'loc': ['40.73', '-73.9'] be stored as Object or should it have a geopoint datatype.

GEM takes this a step further by providing an on-the-fly mapping inference based on user provided input data.

See more

When Searching ElasticSearch api using google, there are most recent document link only, (as of writing the ES Version 7.8). However, I'm currently using another version of ES. So, I had to select "other versions", and had to lookup specific version. Which is quite annoying.

Using this extension. Setting the ES Version just once. You'll be redirected that specific version.