Skip to content

Instantly share code, notes, and snippets.

@clintongormley
Created April 5, 2013 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintongormley/5319822 to your computer and use it in GitHub Desktop.
Save clintongormley/5319822 to your computer and use it in GitHub Desktop.
curl -XPUT 'http://127.0.0.1:9200/test/?pretty=1' -d '
{
"mappings" : {
"lists" : {
"properties" : {
"item6" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
},
"item7" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
},
"item9" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
},
"list_img" : {
"type" : "string"
},
"slug" : {
"type" : "string"
},
"category" : {
"type" : "string"
},
"highlight" : {
"dynamic" : "true",
"properties" : {
"fields" : {
"dynamic" : "true",
"properties" : {
"item1.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item4.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item3.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item5.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item9.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item6.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item9.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item3.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item7.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item10.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item6.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item2.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item10.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item8.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item8.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item2.description" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item1.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item4.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"item7.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
},
"title" : {
"dynamic" : "true",
"type" : "object"
},
"item5.title" : {
"dynamic" : "true",
"properties" : {
"fragment_size" : {
"type" : "long"
},
"number_of_fragments" : {
"type" : "long"
}
}
}
}
}
}
},
"item4" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
},
"item5" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
},
"owner" : {
"type" : "string"
},
"query" : {
"dynamic" : "true",
"properties" : {
"query_string" : {
"dynamic" : "true",
"properties" : {
"fields" : {
"type" : "string"
},
"query" : {
"type" : "string"
}
}
}
}
},
"access" : {
"type" : "long"
},
"item3" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
},
"item10" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
},
"created" : {
"type" : "long"
},
"type" : {
"type" : "long"
},
"item1" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
},
"title" : {
"type" : "string"
},
"item2" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
},
"item8" : {
"dynamic" : "true",
"properties" : {
"slug" : {
"index" : "not_analyzed",
"type" : "string"
},
"position" : {
"type" : "long"
},
"img" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"md5" : {
"type" : "string"
},
"description" : {
"type" : "string"
}
}
}
}
}
}
}
'
# [Fri Apr 5 16:39:45 2013] Response:
# {
# "ok" : true,
# "acknowledged" : true
# }
# [Fri Apr 5 16:39:53 2013] Protocol: http, Server: 192.168.5.20:9200
curl -XPOST 'http://127.0.0.1:9200/test/lists?pretty=1' -d '
{
"item6" : {
"slug" : "konqueror",
"position" : 6,
"img" : "/public/items/4/49/49cd71ff64dd53da0fcc49d449980ab1.png",
"title" : "Konqueror",
"md5" : "f5ec01cb7fd3f160de0c162e1a0a3881",
"description" : "Not to be confused with the Conqueror web browser.\nKonqueror is a web browser and file manager that provides file-viewer functionality to a wide variety of things: local files, files on a remote ftp server and files in a disk image. It is designed as a core part of the KDE desktop environment. It is developed by volunteers and can run on most Unix-like operating systems and on Windows systems, too. Konqueror, along with the rest of the components in the KDEBase package, is licensed and distributed under the GNU General Public License version 2.\nThe name \"Konqueror\" is a reference to the two primary competitors at the time of the browser\u0027s first release: \"first comes the Navigator, then Explorer, and then the Konqueror\". It also follows the KDE naming convention: the names of most KDE programs begin with the letter K.\nKonqueror came with the version 2 of KDE, released on October 23, 2000. It replaces its predecessor, KFM (KDE file manager). With the release of KDE4, Konqueror was..."
},
"item5" : {
"slug" : "google-chrome",
"position" : 5,
"img" : "/public/items/f/f7/f7d2d1d977e4c1067193027e3b39d10e.png",
"title" : "Google Chrome",
"md5" : "758039d5e6a3080ea575a5abbe908980",
"description" : "Google Chrome is a web browser developed by Google that uses the WebKit layout engine. It was first released as a beta version for Microsoft Windows on September 2, 2008, and the public stable release was on December 11, 2008. The name is derived from the graphical user interface frame, or \"chrome\", of web browsers. As of May 2011, Chrome was the third most widely used browser with 12.52% worldwide usage share of web browsers, according to Net Applications.\nIn September 2008, Google released a large portion of Chrome\u0027s source code, including its V8 JavaScript engine, as an open source project entitled Chromium. This move enabled third-party developers to study the underlying source code and to help convert the browser to the Mac OS X and Linux operating systems. Google also expressed hope that other browsers would adopt V8 to improve web application performance. The Google-authored portion of Chromium is released under the permissive BSD license, which allows portions to be..."
},
"owner" : "semen-semenych",
"item7" : {
"slug" : "safari",
"position" : 7,
"img" : "/public/items/3/36/367bb29ed640f6438bfb3de045aaa08b.png",
"title" : "Safari",
"md5" : "6c417ee1eb76a26f437678df5491453f",
"description" : "Safari is a web browser developed by Apple Inc. and included with the Mac OS X and iOS operating systems. First released as a public beta on January 7, 2003 on the company\u0027s Mac OS X operating system, it became Apple\u0027s default browser beginning with Mac OS X v10.3 \"Panther\". Safari is also the native browser for iOS. A version of Safari for the Microsoft Windows operating system, first released on June 11, 2007, supports Windows XP, Windows Vista, and Windows 7. The latest stable release of the browser is 5.0.5, which is available as a free download for both Mac OS X and Microsoft Windows. As of 2011, Safari is the fourth most widely used browser in the US, following Internet Explorer, Mozilla Firefox, and Google Chrome, respectively.\nUntil 1997, Apple Macintosh computers were shipped with the Netscape Navigator and Cyberdog web browsers only. Internet Explorer for Mac was later included as the default web browser for Mac OS 8.1 and onwards, as part of a five year agreement between..."
},
"access" : 0,
"item3" : {
"slug" : "internet-explorer-8",
"position" : 3,
"img" : "/public/items/a/a3/a3326955c4340ee5a6e7c30c08488084.png",
"title" : "Internet Explorer 8",
"md5" : "f7db712350b7b8fd58f08363a9302f4c",
"description" : "Windows Internet Explorer 8 (abbreviated as IE8) is a web browser developed by Microsoft in the Internet Explorer browser series. The browser was released on March 19, 2009 for Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, and Windows 7. Both 32-bit and 64-bit builds are available. It is the successor to Internet Explorer 7, released in 2006, and is the default browser for Windows 7 and Windows Server 2008 R2 operating systems except in Europe. As of January 2011, estimates of IE8\u0027s global market share ranged from 26-33%.\nInternet Explorer 8 is the first version of IE to pass the Acid2 test, although it scores only 20/100 on the Acid3 Test. According to Microsoft, security, ease of use, and improvements in RSS, Cascading Style Sheets, and Ajax support were its priorities for IE8.\nInternet Explorer 8 is the last version of Internet Explorer to be supported on Windows XP; the next version, Internet Explorer 9, is supported only on Windows Vista and Windows 7..."
},
"item10" : {
"slug" : "chromium",
"position" : 10,
"img" : "/public/items/4/4d/4de99e02c2f258bcec43f274c33f404c.png",
"title" : "Chromium",
"md5" : "07ab6c9d8ecf28d1fae31dbd84443b73",
"description" : "Chromium is the open source web browser project from which Google Chrome draws its source code. The project\u0027s hourly Chromium snapshots appear essentially similar to the latest builds of Google Chrome aside from the omission of certain Google additions, most noticeable among them: Google\u0027s branding, auto-update mechanism, click-through licensing terms, usage-tracking, a built-in PDF viewer and bundling of the Adobe Flash Player. Chromium uses the WebKit layout engine.\nThe Chromium Project takes its name from the element chromium, the metal from which chrome is made. Google\u0027s intention, as expressed in the developer documentation, was that Chromium would be the name of the open source project and that the final product name would be Chrome. However other developers have taken the Chromium code and released versions under the Chromium name.\nOne of the major aims of the project is for Chrome to be a tabbed window manager, or shell for the web, as opposed to its being a traditional..."
},
"created" : 1308341371,
"item9" : {
"slug" : "links",
"position" : 9,
"img" : "/public/items/8/89/89bda5df8f066106b762cc8f9a24a972.png",
"title" : "Links",
"md5" : "d659ac17660c2181c9ff12bee475c95d",
"description" : "Links is an open source text and graphic web browser with a pull-down menu system. It renders complex pages, has partial HTML 4.0 support (including tables and frames and support for multiple character sets such as UTF-8), supports color and monochrome terminals and allows horizontal scrolling.\nIt is oriented toward visual users who want to retain many typical elements of graphical user interfaces (pop up windows, menus etc.) in a text-only environment. The focus on intuitive usability makes it suitable as a web browser for low-end terminals in libraries, Internet cafes etc.\nThe original version of Links was developed by Mikuláš Patočka in the Czech Republic. His group, Twibright Labs, later developed version 2 of the Links browser, that displays graphics, renders fonts in different sizes (with anti-aliasing) and supports JavaScript (up to version 2.1pre28). The resulting browser is very fast, but it does not display many pages as they were intended. The graphical mode works even on..."
},
"list_img" : "/public/items/e/ed/ed185ddfb0b2e6bf409d522db6c626cc.jpeg",
"slug" : "browsersss",
"category" : "All",
"title" : "browsersss",
"type" : 0,
"item1" : {
"slug" : "mozilla-firefox",
"position" : 1,
"img" : "/public/items/e/ed/ed185ddfb0b2e6bf409d522db6c626cc.jpeg",
"title" : "Mozilla Firefox",
"md5" : "0e1b1db8fb8360168ccfab6e0bb793cf",
"description" : "Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. As of March 2011, Firefox is the second most widely used browser with approximately 30% of worldwide usage share of web browsers. The browser has had particular success in Germany and Poland, where it is the most popular browser with 60% usage and 47% respectively.\nTo display web pages, Firefox uses the Gecko layout engine, which implements most current web standards in addition to several features that are intended to anticipate likely additions to the standards.\nThe latest Firefox features include tabbed browsing, spell checking, incremental find, live bookmarking, a download manager, private browsing, location-aware browsing (also known as \"geolocation\") based exclusively on a Google service and an integrated search system that uses Google by default in most localizations. Functions can be added through extensions, created by third-party..."
},
"item8" : {
"slug" : "lynx",
"position" : 8,
"img" : "/public/items/6/64/6441a9c67d9f0b144edc74e0165334a1.png",
"title" : "Lynx",
"md5" : "f207b8d7440fdeeacd687dd753709809",
"description" : "Lynx is a text-based web browser for use on cursor-addressable character cell terminals and is very configurable.\nBrowsing in Lynx consists of highlighting the chosen link using cursor keys, or having all links on a page numbered and entering the chosen link\u0027s number. Current versions support SSL and many HTML features. Tables are formatted using spaces, while frames are identified by name and can be explored as if they were separate pages. Lynx cannot inherently display various types of non-text content on the web, such as images and video, but it can launch external programs to handle it, such as an image viewer or a video player.\nBecause of its text-to-speech–friendly interface, Lynx was once popular with visually impaired users, but better screen readers have reduced the appeal of this application. Lynx is also used to check for usability of websites in older browsers. It is still included in a number of Unix products and Linux distributions, and is particularly useful for reading..."
},
"item2" : {
"slug" : "opera",
"position" : 2,
"img" : "/public/items/e/e5/e53d68171bc63131b0150a114bf2c4c2.png",
"title" : "Opera",
"md5" : "efbb00305bf6c4b7b91afaf21f349e73",
"description" : "Opera is a web browser and Internet suite developed by Opera Software. The browser handles common Internet-related tasks such as displaying web sites, sending and receiving e-mail messages, managing contacts, chatting on IRC, downloading files via BitTorrent, and reading web feeds. Opera is offered free of charge for personal computers and mobile phones.\nOpera does not come packaged with any desktop operating system. However, it is the most popular desktop browser in some countries, such as Ukraine. Opera Mini, which is the the most popular mobile web browser, has been chosen as the default integrated web browser in several mobile handsets by their respective manufacturers.\nFeatures include tabbed browsing, page zooming, mouse gestures, and an integrated download manager. Its security features include built-in phishing and malware protection, strong encryption when browsing secure websites, and the ability to easily delete private data such as HTTP cookies.\nOpera is known for..."
},
"item4" : {
"slug" : "netscape",
"position" : 4,
"img" : "/public/items/9/9a/9a8c8499e1d74f2df0e1a966013def81.png",
"title" : "Netscape",
"md5" : "0a2d7e92b49d5d6c2b346496d934558b",
"description" : "Netscape was the general name for a series of web browsers originally produced by Netscape Communications Corporation, now a subsidiary of AOL. The original browser was once the dominant browser in terms of usage share, but as a result of the first browser war it lost virtually all of its share to Internet Explorer.\nNetscape was discontinued and support for all Netscape browsers and client products was terminated on March 1, 2008.\nNetscape Navigator was the name of Netscape\u0027s web browser from versions 1.0 through 4.8. The first beta release versions of the browser were released in 1994 and known as Mosaic and then Mosaic Netscape until a legal challenge from the National Center for Supercomputing Applications (makers of NCSA Mosaic, which many of Netscape\u0027s founders used to develop), led to the name change to Netscape Navigator. The company\u0027s name also changed from Mosaic Communications Corporation to Netscape Communications Corporation.\nThe browser was easily the most advanced..."
}
}
'
# [Fri Apr 5 16:39:53 2013] Response:
# {
# "ok" : true,
# "_index" : "test",
# "_id" : "4rxm8mjaQKiI-TYPew0jiw",
# "_type" : "lists",
# "_version" : 1
# }
# [Fri Apr 5 16:42:20 2013] Protocol: http, Server: 192.168.5.20:9200
curl -XGET 'http://127.0.0.1:9200/test/lists/_search?pretty=1' -d '
{
"fields" : [],
"query" : {
"query_string" : {
"fields" : [
"title^5",
"item*.title^3",
"item*.description"
],
"query" : "\"internet explorer\""
}
},
"highlight" : {
"fragment_size" : 128,
"fields" : {
"item1.description" : {},
"item4.description" : {},
"item3.title" : {},
"item5.description" : {},
"item9.title" : {},
"item6.description" : {},
"item9.description" : {},
"item3.description" : {},
"item10.description" : {},
"item7.description" : {},
"item6.title" : {},
"item2.title" : {},
"item10.title" : {},
"item8.description" : {},
"item8.title" : {},
"item2.description" : {},
"item1.title" : {},
"item7.title" : {},
"item4.title" : {},
"title" : {},
"item5.title" : {}
},
"number_of_fragments" : 1
}
}
'
# [Fri Apr 5 16:42:20 2013] Response:
# {
# "hits" : {
# "hits" : [
# {
# "_score" : 0.09415865,
# "_index" : "test",
# "_id" : "4rxm8mjaQKiI-TYPew0jiw",
# "_type" : "lists",
# "highlight" : {
# "item3.description" : [
# "Windows <em>Internet</em> <em>Explorer</em> 8
# > (abbreviated as IE8) is a web browser develop
# > ed by Microsoft in the <em>Internet</em> <em>
# > Explorer</em> browser"
# ],
# "item4.description" : [
# " browser war it lost virtually all of its shar
# > e to <em>Internet</em> <em>Explorer</em>.\nNe
# > tscape was discontinued and support for all N
# > etscape browsers and client products was term
# > inated on March 1, 2008.\nNetscape Navigator
# > was the name of Netscape's web browser from v
# > ersions 1.0 through 4.8. The first beta relea
# > se versions of the browser were released in 1
# > 994 and known as Mosaic and then Mosaic Netsc
# > ape until a legal challenge from the National
# > Center for Supercomputing Applications (make
# > rs of NCSA Mosaic, which many of Netscape's
# > founders used to develop), led to the name c
# > hange to Netscape Navigator. The company's n
# > ame also changed from Mosaic Communications
# > Corporation to Netscape Communications Corpo
# > ration.\nThe browser was easily the most adv
# > anced..."
# ],
# "item7.description" : [
# " widely used browser in the US, following <em>
# > Internet</em> <em>Explorer</em>, Mozilla Fire
# > fox, and Google Chrome, respectively.\nUntil
# > 1997, Apple"
# ],
# "item3.title" : [
# "<em>Internet</em> <em>Explorer</em> 8"
# ]
# }
# }
# ],
# "max_score" : 0.09415865,
# "total" : 1
# },
# "timed_out" : false,
# "_shards" : {
# "failed" : 0,
# "successful" : 5,
# "total" : 5
# },
# "took" : 28
# }
# [Fri Apr 5 16:42:41 2013] Protocol: http, Server: 192.168.5.20:9200
curl -XGET 'http://127.0.0.1:9200/test/lists/_search?pretty=1' -d '
{
"fields" : [],
"query" : {
"query_string" : {
"fields" : [
"title^5",
"item*.title^3",
"item*.description"
],
"query" : "internet explorer"
}
},
"highlight" : {
"fragment_size" : 128,
"fields" : {
"item1.description" : {},
"item4.description" : {},
"item3.title" : {},
"item5.description" : {},
"item9.title" : {},
"item6.description" : {},
"item9.description" : {},
"item3.description" : {},
"item10.description" : {},
"item7.description" : {},
"item6.title" : {},
"item2.title" : {},
"item10.title" : {},
"item8.description" : {},
"item8.title" : {},
"item2.description" : {},
"item1.title" : {},
"item7.title" : {},
"item4.title" : {},
"title" : {},
"item5.title" : {}
},
"number_of_fragments" : 1
}
}
'
# [Fri Apr 5 16:42:41 2013] Response:
# {
# "hits" : {
# "hits" : [
# {
# "_score" : 0.039948136,
# "_index" : "test",
# "_id" : "4rxm8mjaQKiI-TYPew0jiw",
# "_type" : "lists",
# "highlight" : {
# "item9.description" : [
# " as a web browser for low-end terminals in lib
# > raries, <em>Internet</em> cafes etc.\nThe ori
# > ginal version of Links was developed by Mikul
# > áš"
# ],
# "item3.description" : [
# "Windows <em>Internet</em> <em>Explorer</em> 8
# > (abbreviated as IE8) is a web browser develop
# > ed by Microsoft in the <em>Internet</em> <em>
# > Explorer</em> browser"
# ],
# "item4.description" : [
# " browser war it lost virtually all of its shar
# > e to <em>Internet</em> <em>Explorer</em>.\nNe
# > tscape was discontinued and support for all N
# > etscape browsers"
# ],
# "item7.description" : [
# " widely used browser in the US, following <em>
# > Internet</em> <em>Explorer</em>, Mozilla Fire
# > fox, and Google Chrome, respectively.\nUntil
# > 1997, Apple"
# ],
# "item3.title" : [
# "<em>Internet</em> <em>Explorer</em> 8"
# ],
# "item2.description" : [
# "Opera is a web browser and <em>Internet</em> s
# > uite developed by Opera Software. The browser
# > handles common <em>Internet</em>-related tas
# > ks"
# ],
# "item6.description" : [
# " of the browser's first release: \"first comes
# > the Navigator, then <em>Explorer</em>, and t
# > hen the Konqueror\". It also follows the KDE
# > naming"
# ]
# }
# }
# ],
# "max_score" : 0.039948136,
# "total" : 1
# },
# "timed_out" : false,
# "_shards" : {
# "failed" : 0,
# "successful" : 5,
# "total" : 5
# },
# "took" : 30
# }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment