Apache

  • submit to reddit

Stamping Version Number and Build Time in a Properties File with Maven

Stamping the version number and the build time of an application in a properties file so that it could be displayed by an application at runtime seemed like it...

0 replies - 8619 views - 03/23/12 by Rob Terpilowski in Articles

Solr 3.6 New Feature Review: CurrencyField

Solr 3.6 will have an interesting new feature for currency handling called solr.CurrencyField. Why do we need this when you can just use float for currency...

0 replies - 3520 views - 03/20/12 by Rafał Kuć in Articles

Hadoop Basics - Creating a MapReduce Program

Hadoop is an open source project for processing large datasets in parallel with the use of low level commodity machines.Hadoop is build on two main parts. An...

0 replies - 31602 views - 03/18/12 by Carlo Scarioni in Articles

Getting Started with "Blur" - Search on Top of Hadoop and Lucene.

Blur is a new Apache 2.0 licensed software project that provides a search capability built on top of Hadoop and Lucene. Elastic Search and Solr already...

0 replies - 5869 views - 03/16/12 by Scott Leberknight in Articles

Using Guava's Multimap to Improve Solr's Autocomplete Suggester

Context-less, multi-term autocomplete is difficult. Given the term "di", we can look at our index and rank terms starting with "di" by...

0 replies - 5222 views - 03/16/12 by Kelvin Tan in Articles

New Lucene 4 Functions Improve Enterprise Search Indexing

In the past, Lucene recorded only the bare minimal aggregate index statistics necessary to support its hard-wired classic vector space scoring...

0 replies - 6782 views - 03/15/12 by Michael Mccandless in Articles

Solr Autocomplete with Document Suggestions

Solr 3.5 comes with a nice autocomplete/typeahead component that is based on the SolrSpellCheckComponent. You provide it a query and a field, and the...

0 replies - 5779 views - 03/07/12 by Kelvin Tan in Articles

Exploring the Transactional Semantics of the Lucene API

Many users don't appreciate the transactional semantics of Lucene's APIs and how this can be useful in search applications. For starters, Lucene...

1 replies - 5472 views - 03/02/12 by Michael Mccandless in Articles

Running Multiple Tomcat Instances on One Server

Here’s a brief step by step guide to running more than one instance of Tomcat on a single machine. Step 1: Install the Tomcat files Download...

2 replies - 12330 views - 02/29/12 by Kief Morris in Articles

Hadoop in Practice

...

0 replies - 16110 views - 02/28/12 by Chris Smith in Articles

Solr Date Math, NOW and filter queries

Or “How to never re-use cached filter query results even though you meant to”: Filter queries (“fq” clauses) are a means to restrict the number of...

0 replies - 6516 views - 02/27/12 by Erick Erickson in Articles

Measuring Search Quality: Retrieval and Relevance Metrics

I am trying to put together a framework for search quality evaluation for a specialist information provider. At the moment quality is measured by counting the...

1 replies - 2859 views - 02/26/12 by Tony Russell-rose in Articles

Custom Security Filtering in Solr: Based on Access Control Lists

Yonik recently wrote about “Advanced Filter Caching in Solr” where he talked about expensive and custom filters; it was left as an exercise to the...

0 replies - 5313 views - 02/23/12 by Erik Hatcher in Articles

Apache HTTP Server v2.4 Released

The Apache Software Foundation celebrates the 17th Anniversary of the Apache HTTP Server today with the official release of v2.4.Celebrating its 17th...

0 replies - 5567 views - 02/21/12 by Chris Smith in Articles

Simple Photo Search with Solr and Tika

Recently we had a change to help with a non-commercial project which included search as its part. One of the assumptions, although not the key ones, was...

1 replies - 4915 views - 02/21/12 by Rafał Kuć in Articles