PRESENTATION Solr Enterprise Search Server by Armen Polischuk
Introduction Java Web Application (Http/XML)
Uses Apache Lucene as text search engine
Inverted Index Data Structure November, 30  2010
Common Usage November, 30  2010
Lucene Features November, 30  2010 A text-based inverted index persistent storage for efficient retrieval of
documents by indexed terms
A rich set of text analyzers to transform a string of text into a series of terms (words), which are the fundamental units indexed and searched
A query syntax with a parser and a variety of query types
Lookup to exotic fuzzy matches
A good scoring algorithm based on sound Information Retrieval (IR)
principles to produce the more likely candidates first, with flexible means
to affect the scoring
A highlighter feature to show words found in context A query spellchecker based on indexed content

Solr: Enterprise Search Server