elasticsearch and a simple “contains” search

Lately I’ve been investigating elasticsearch, a schemaless search engine built on top of Apache Lucene. For me, the main selling points for using elasticsearch over Solr were the schemaless nature – you can index any data without specifying a schema; and the REST API which allows you to index, search and do everything by just issuing HTTP requests through curl or similar from the command line.

via elasticsearch and a simple “contains” search.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.