Apache Solr - I Can Haz Search!: Barcamp 5, Chennai
Apache Solr - I Can Haz Search!: Barcamp 5, Chennai
Barcamp 5, Chennai
Agenda
Overview
Apache Solr is a standalone full-text search server with Apache Lucene at the backend.
Apache Lucene is a high-performance, fullfeatured text search engine library written entirely in Java.
In brief Apache Solr exposes Lucene's JAVA API as REST like API's which can be called over HTTP from any programming language/platform.
Features
Installation
Minimum Requirements.
Directory for storing index files.
Configuring Solr
Schema.xml Contains all of the details about document structure, index-time and query-time processing.
Solrconfig.xml - Contains most of the parameters for configuring Solr itself.
rows=15
Example: fl=id,title,text
debug = true
DataImportHandler, DisMaxHandler
SpellCheckComponent : More Like this - (Term Suggest, Similar items etc.) Clustering component TermVector Component
Solr Caching
http://42bits.wordpress.com