Questions tagged [sense]

A JSON aware developer console to ElasticSearch.

A JSON aware interface to ElasticSearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.

Once installed, you can click on the ElasticSearch icon next to your url bar to open Sense in a new tab.

Sense on Chrome Web Store:-

https://chrome.google.com/webstore/detail/sense/doinijnbnggojdlcjifpdckfokbbfpbo?hl=en

On Github:-

https://github.com/bleskes/sense

Note:- The development of Sense has moved into Elasticsearch Marvel, you can find it here: http://www.elasticsearch.org/overview/marvel/

125 questions
0
votes
3 answers

xcode completion like intellisense

I have a question about the xcode. When I write code with XCode the system requires autocompletions. For example when I Write: [NSBundle main ] it shows me [NSBundle mainBundle]. That is OK but when I write [NSBundle bundle] it doesn't show me a…
0
votes
1 answer

how to get an image share from HTC sense?

I have a ICS and up app that receives the share intent from the gallery. My manifest intent is the standard intent to receive images:
Budius
  • 39,391
  • 16
  • 102
  • 144
0
votes
2 answers

Sense-like context menus?

I've noticed some programs use a popup toolbar for context menus instead of actual context menus, like in Sense (see image:) How would I go about implementing something like that?
Elad Avron
  • 1,411
  • 1
  • 18
  • 28
-1
votes
1 answer

Root mapping definition has unsupported parameters ElasticSearch API

I am trying to design analyzers for Tokenization, Case folding, Stopword removal, Word N-gram extraction and Stemming, however after writing the code it keeps popping up errors. Index name is articles and type name is article. I already tried…
-1
votes
3 answers

How can a configure two nodes in one cluster in elasticsearch?

I have a situation where I have installed two instances of Elasticsearch setup in remote server 1 (node1) and remote server 2 (node2), and I want to connect both these nodes in one cluster, however I also installed the kibana in one server and when…
1 2 3
8
9