InfoQ

InfoQ

Editor Specific Content View

All of Shay Banon's Content on InfoQ


Latest featured content by Shay Banon

ElasticSearch - A Distributed Search Engine

Topics
Search,
REST,
Architecture

Shay Banon demoes ElasticSearch, an open source distributed and RESTful search engine, detailing some of its features: distributed, cloud readiness, facets, and percolator.

Compass: Integrate Search into your apps

Topics
Search,
Java

Many applications have the user requirement to search domain entities. SQL implementations quickly develop complexity issues as multiple fields are added. Java applications explore the Lucene indexing API but implementing functionality using it can prove time consuming. This tutorial walks through the process of using the Compass API to simplify this integration.