Full text search with MongoDB and Lucene analyzers

This post describes how you with a few lines of code can take full advantage of Lucenes powerful analysis functionality for text normalization (crucial for free text searching) but using standard MongoDB features for data storage, indexing and retrieval.

Tags: , ,

Geo search with spatial-solr-plugin

2011-05-10: Updated to support version 2.0 of the plugin. Recently, I was lucky to be contacted by a client who wanted help implementing geo search with Solr . With spatial support, we can get answers to queries like “How many coffee shops are there within 10km from this location, and what is the distance to [...]

Tags: ,

Introduction to snmp4j

Update 2010-09-22: Asynchronous fetch which is tested with Awaitility. SNMP is a widely accepted technology and is used in to monitor a wide variety of devices, but as it turns out very few people (at least among java programmers) seems to know anything about how to build snmp based solutions. This post will not discuss [...]

Tags: , , , ,