Re: OpenSearch for elasticsearch.org docs?

2014-03-19 Thread Clinton Gormley
Hmm I tried this on google.com and cnn.com on Chrome and Safari and didn't
see what you describe at all. Tab just selected the first option from the
list of suggestions under the URL field. What am I missing?


On 18 March 2014 19:25, Ivan Brusic i...@brusic.com wrote:

 That is not how OpenSearch works. With OpenSearch, you don't need to type
 ?s= As Lukas explained, if you visited the site before, you should be
 presented with a search interface after pressing TAB after entered the
 first few (unique) characters of a domain. Try it out with google.com or
 cnn.com

 Great feature. I wish more sites supported it. My own company doesn't, but
 that is because I have nothing to do with the front end! It would be done
 immediately if I had access.

 --
 Ivan


 On Tue, Mar 18, 2014 at 10:52 AM, David Pilato da...@pilato.fr wrote:

 Hi Lukas,

 Actually it's working as you described in google chrome. I don't know for
 other browsers.
 It redirects to http://www.elasticsearch.org/?s=bulk

 (I searched for bulk here)

  --
 *David Pilato* | *Technical Advocate* | *Elasticsearch.com*
 @dadoonet https://twitter.com/dadoonet | 
 @elasticsearchfrhttps://twitter.com/elasticsearchfr


 Le 18 mars 2014 à 14:41:01, Lukáš Vlček (lukas.vl...@gmail.com) a écrit:

 Hi,

 is there any plan to provide OpenSearch API for Elasticsearch docs soon?

 It would be really nice if I could search the docs directly from browser
 URL. Many browsers support that and it is quite fast shortcut to docs: once
 you start typing into URL field elast - it will give you a hint that you
 can hit TAB to search in elasticsearch.org - if you hit the TAB it will
 allow you to directly input search term and send it into search API of
 docs, also search suggestions are fully supported in many browsers.

 Just wanted to ping the ML before opening ticket for this.

 Regards,
 Lukas
  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/CAO9cvUYCZE4Rkyks6hpentrDZ1c7xyawFCTgZniN0hOOcKZPrA%40mail.gmail.comhttps://groups.google.com/d/msgid/elasticsearch/CAO9cvUYCZE4Rkyks6hpentrDZ1c7xyawFCTgZniN0hOOcKZPrA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/etPan.532887f0.7724c67e.97ca%40MacBook-Air-de-David.localhttps://groups.google.com/d/msgid/elasticsearch/etPan.532887f0.7724c67e.97ca%40MacBook-Air-de-David.local?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQB0uSTrYP0qMKKctYF%2BWfUEDkzcSu6uPRACAOJz7owEsA%40mail.gmail.comhttps://groups.google.com/d/msgid/elasticsearch/CALY%3DcQB0uSTrYP0qMKKctYF%2BWfUEDkzcSu6uPRACAOJz7owEsA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAPt3XKQNe%2BpOwYPEQt5VN2FQvkVRothbfqarB3ayLJ6kVbk8ig%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: OpenSearch for elasticsearch.org docs?

2014-03-19 Thread Lukáš Vlček
Hi Clint,

hard to say, just to make sure we are on the same page here is how I did it
for search.jboss.org back some time. I think it is still quite up to date.
https://community.jboss.org/en/website/blog/2012/09/26/jboss-community-search-upgraded(see
the Adding OpenSearch Support)
There is also video in the blog post showing this thing in action (please
do not laugh too hard at the narrator voice).

Although the OpenSearch standard is IMO a bit dated and not actively
maintained it brings fast and easy shortcuts to repetitive searching in the
site. I would welcome this on elasticsearch.org/guide (and you would still
get most of the metrics if you track any). In fact I think it can be quite
easy to add it there (you already have suggester and all that would be
needed is to add some xml file into web root and create a new output format
of the search suggester to match the opensearch format).

HTH,
Lukáš


On Wed, Mar 19, 2014 at 4:08 PM, Clinton Gormley cl...@traveljury.comwrote:

 Hmm I tried this on google.com and cnn.com on Chrome and Safari and
 didn't see what you describe at all. Tab just selected the first option
 from the list of suggestions under the URL field. What am I missing?


 On 18 March 2014 19:25, Ivan Brusic i...@brusic.com wrote:

 That is not how OpenSearch works. With OpenSearch, you don't need to type
 ?s= As Lukas explained, if you visited the site before, you should be
 presented with a search interface after pressing TAB after entered the
 first few (unique) characters of a domain. Try it out with google.com or
 cnn.com

 Great feature. I wish more sites supported it. My own company doesn't,
 but that is because I have nothing to do with the front end! It would be
 done immediately if I had access.

 --
 Ivan


 On Tue, Mar 18, 2014 at 10:52 AM, David Pilato da...@pilato.fr wrote:

 Hi Lukas,

 Actually it's working as you described in google chrome. I don't know
 for other browsers.
 It redirects to http://www.elasticsearch.org/?s=bulk

 (I searched for bulk here)

  --
 *David Pilato* | *Technical Advocate* | *Elasticsearch.com*
 @dadoonet https://twitter.com/dadoonet | 
 @elasticsearchfrhttps://twitter.com/elasticsearchfr


 Le 18 mars 2014 à 14:41:01, Lukáš Vlček (lukas.vl...@gmail.com) a écrit:

 Hi,

 is there any plan to provide OpenSearch API for Elasticsearch docs soon?

 It would be really nice if I could search the docs directly from browser
 URL. Many browsers support that and it is quite fast shortcut to docs: once
 you start typing into URL field elast - it will give you a hint that you
 can hit TAB to search in elasticsearch.org - if you hit the TAB it
 will allow you to directly input search term and send it into search API of
 docs, also search suggestions are fully supported in many browsers.

 Just wanted to ping the ML before opening ticket for this.

 Regards,
 Lukas
  --
 You received this message because you are subscribed to the Google
 Groups elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/CAO9cvUYCZE4Rkyks6hpentrDZ1c7xyawFCTgZniN0hOOcKZPrA%40mail.gmail.comhttps://groups.google.com/d/msgid/elasticsearch/CAO9cvUYCZE4Rkyks6hpentrDZ1c7xyawFCTgZniN0hOOcKZPrA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google
 Groups elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/etPan.532887f0.7724c67e.97ca%40MacBook-Air-de-David.localhttps://groups.google.com/d/msgid/elasticsearch/etPan.532887f0.7724c67e.97ca%40MacBook-Air-de-David.local?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQB0uSTrYP0qMKKctYF%2BWfUEDkzcSu6uPRACAOJz7owEsA%40mail.gmail.comhttps://groups.google.com/d/msgid/elasticsearch/CALY%3DcQB0uSTrYP0qMKKctYF%2BWfUEDkzcSu6uPRACAOJz7owEsA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 

Re: OpenSearch for elasticsearch.org docs?

2014-03-18 Thread Ivan Brusic
That is not how OpenSearch works. With OpenSearch, you don't need to type
?s= As Lukas explained, if you visited the site before, you should be
presented with a search interface after pressing TAB after entered the
first few (unique) characters of a domain. Try it out with google.com or
cnn.com

Great feature. I wish more sites supported it. My own company doesn't, but
that is because I have nothing to do with the front end! It would be done
immediately if I had access.

-- 
Ivan


On Tue, Mar 18, 2014 at 10:52 AM, David Pilato da...@pilato.fr wrote:

 Hi Lukas,

 Actually it's working as you described in google chrome. I don't know for
 other browsers.
 It redirects to http://www.elasticsearch.org/?s=bulk

 (I searched for bulk here)

 --
 *David Pilato* | *Technical Advocate* | *Elasticsearch.com*
 @dadoonet https://twitter.com/dadoonet | 
 @elasticsearchfrhttps://twitter.com/elasticsearchfr


 Le 18 mars 2014 à 14:41:01, Lukáš Vlček (lukas.vl...@gmail.com) a écrit:

 Hi,

 is there any plan to provide OpenSearch API for Elasticsearch docs soon?

 It would be really nice if I could search the docs directly from browser
 URL. Many browsers support that and it is quite fast shortcut to docs: once
 you start typing into URL field elast - it will give you a hint that you
 can hit TAB to search in elasticsearch.org - if you hit the TAB it will
 allow you to directly input search term and send it into search API of
 docs, also search suggestions are fully supported in many browsers.

 Just wanted to ping the ML before opening ticket for this.

 Regards,
 Lukas
  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/CAO9cvUYCZE4Rkyks6hpentrDZ1c7xyawFCTgZniN0hOOcKZPrA%40mail.gmail.comhttps://groups.google.com/d/msgid/elasticsearch/CAO9cvUYCZE4Rkyks6hpentrDZ1c7xyawFCTgZniN0hOOcKZPrA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/etPan.532887f0.7724c67e.97ca%40MacBook-Air-de-David.localhttps://groups.google.com/d/msgid/elasticsearch/etPan.532887f0.7724c67e.97ca%40MacBook-Air-de-David.local?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQB0uSTrYP0qMKKctYF%2BWfUEDkzcSu6uPRACAOJz7owEsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.