SOLR is a stand-alone enterprise Search application server that provides API interfaces similar to Web-service. The user can submit an XML file of a certain format to the search engine server via an HTTP request, generate an index, or make a lookup request through an HTTP GET operation and get the returned result in XML format.
1features
SOLR is a high performance, developed using JAVA5,
SOLR -based full-text Search server for Lucene. At the same time, it is extended to provide a richer query language than Lucene, while it can be configured, extensible and optimized for query performance, and provides a perfect function management interface, is a very good full-text search engine.
2Working Style
Documents are added to a search collection through HTTP using XML.
SOLR Queries the collection is also implemented via HTTP to receive a Xml/json response. Its main features include: efficient, flexible caching, vertical search, highlighting search results, improving usability through index replication, providing a powerful data schema for defining fields, types and setting up text analysis, providing web-based management interfaces, and more.
3 Basic Tutorials
Getting Started with SOLR-5 minutes Learn about SOLR
SOLR Getting Started-tomcat deploying SOLR
Getting started with SOLR-source structure
Getting started with SOLR-Chinese participle
Getting started with SOLR-importing MySQL data
About SOLR Getting Started-solrconfig.xml profiles
About SOLR Getting Started-SCHEMA.XM
Getting started with SOLR-client SOLRJ
Getting Started with SOLR-group queries/statistics
SOLR Getting Started Tutorial