Tagged with: solr

  • How to Debug Solr With Eclipse

    Recently I was puzzled by some behavior Solr was showing me. I scratched my head and called over a colleague. We couldn’t quite figure out what was going on. Well Solr is open source so… next stop – Debuggersville! Running Solr in the Eclipse debugger isn’t hard, but there are many scattered user group posts [...]

    post-type:post
    Programming, solr
  • CodeFloat 2012 “by the numbers”

    For the past year I’ve been talking with Christopher Ball and Erik Hatcher about how frustrating it is to have to carve time out of our regular day jobs to work on Solr and Lucene. Thanks to their enthusiasm for the idea of spending a couple of days hacking on Solr and Lucene, last weekend [...]

    post-type:post
    Community, solr
  • Identifying Anomalous Driving Patterns Using Hadoop and Cassandra

    Overview In order to identify unusual behaviors of tracked targets in a large and ever-expanding data set of raw geospatial track data, we built a analytics application based on Cassandra, Hadoop, and proprietary geospatial algorithms.  These algorithms consumed track data and generated summary data, both of which were stored in Cassandra.  The processing engine for [...]

    post-type:post
    Case Study
  • Why use a Javascript interface for Solr?

    Search UIs are getting richer and more interesting by the day. Google page snapshots, animated disclosures of richer data on mouse over, and endless pagination are great examples. Often this type of functionality has a dark side. As each of these features is layered on and integrated with our HTML, it can begin to feel like death by a thousand paper cuts.

    post-type:post
  • Indexing Chinese in Solr

    Recently, we had a project where we helped a client index a corpus of Chinese language documents in Solr. We have asked Dan Funk, a committer to Project Blacklight to provide a guest blog post for us on the details of how to approach indexing Chinese, particularly when you are a non-speaker. Take it away, [...]

    post-type:post