Compare Chrome extensions: gem vs ElasticSearch Query builder

Stats gem gem ElasticSearch Query builder ElasticSearch Query builder
User count 798 4,000+
Average rating 5.00 1.82
Rating count 2 17
Last updated 2019-03-08 2016-12-06
Size 1.27M 604.16K
Version 0.1.0 0.0.2
Short description
GUI for Elasticsearch Mappings ElasticSearch Query Builder
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

This chrome extension provides easy to use interface to configure different weightage and dynamically boost the search results for a selected fields.This will reduce the learning curve by giving Index settings and document mappings required to obtain the desired search results.It also builds the query for you to reduce the development time by running the same query in the ES and show you the result in the Result panel. One can change the settings at run time to fine-tune the search results and save all the setting under favorite for later use.

Connecting to ElasticSearch Server : Mention the host and port (10.240.0.251:9200) on which the ES is running and press the connect button . Building the Query : Once it is connects to the server, it will list all the Indexes and their corresponding document under the available Indexes and documents drop-down. Select the document for which you want to build the query.Now,under the configure tab you can see list of all the fields of the selected document. options under Configure Tab Dynamic Score: It is used to boost a particular record from multiple matching records that has the value defined in the booster field in addition to the search keyword. Search In Same order : This will give priority to the words that are found in the same order as oppose to be found in the same line in different order. Special Characters : This will allow the search of a alpha numeric, camelCase, and words separated with special characters like (_,- etc). Generate Query : Based on the selected options,it will dynamically generate the required Index setting,document mappings and build query.

Options under Configure Tab

See more