Archive for the ‘solr’ Category
Monday, March 23rd, 2009
Filter queries are applied to a result set after it has generated the search results. This can be useful in cases where you want to filter by category or user.
In my use case, I'd like to filter a list of questions by a group of categories on Answerbag. ...
Posted in solr | 1 Comment »
Tuesday, February 17th, 2009
Setting up a solr index isn't that hard, but I found the documentation to be somewhat hard to find. It only took me a few hours from start to finish to go from download to indexing my documents, but I think it could have happened a lot faster if ...
Posted in curl, solr | 1 Comment »
Saturday, March 15th, 2008
I'm going to go through the steps necessary to install and start using Solr. I've always been interested in trying out Lucene, but I never felt like dealing with writing my own wrapper around the classes. Solr simplifies this by creating a fully working search engine as a ...
Posted in java, lucene, search, solr | 4 Comments »