文件名称:Apache-Solr-Reference-Guide-v3.5
文件大小:6.52MB
文件格式:PDF
更新时间:2015-05-19 04:09:16
Solr
Lucidworks for solr This guide includes the following sections: : This section guides you through the installation and setup of Solr. Getting Started : This section introduces the Solr Web-based Using the Solr Administration User Interface user interface. From your browser you can view configuration files, submit queries, view logfile settings and Java environment settings, and monitor and control distributed configurations. : This section describes how Solr organizes its data Documents, Fields, and Schema Design for indexing. It explains how a Solr schema defines the fields and field types which Solr use to organize data within the document files it indexes. : This section explains how Solr prepares Understanding Analyzers, Tokenizers, and Filters text for indexing and searching. Analyzers parse text and produce a stream of tokens, lexica units used for indexing and searching. Tokenizers break field data down into tokens. Filters perform other transformational or selective work on token streams. : This section describes the indexing process and basic Indexing and Basic Data Operations index operations, such as commit, optimize, and rollback. : This section presents an overview of the search process in Solr. It describes the Searching main components used in searches, including request handlers, query parsers, and response writers. It lists the query parameters that can be passed to Solr, and it describes features such as boosting and faceting, which can be used to fine-tune search results. : This section discusses performance tuning for Solr. It The Well-Configured Solr Instance begins with an overview of the file, then tells you how to configure cores solrconfig.xml with , how to configure the Lucene index writer, and more. solr.xml : This section discusses important topics for running and monitoring Solr. It Managing Solr describes running Solr in the Apache Tomcat servlet runner and Web server. Other topics include how to back up a Solr instance, and how to run Solr with Java Management Extensions (JMX). : This section tells you how to grow a Solr distribution by dividing a Scaling and Distribution large index into sections called shards, which are then distributed across multiple servers, or by replicating a single index across multiple services. : This section tells you how to access Solr through various client APIs, including Client APIs JavaScript, JSON, and Ruby.