Solrcloud Deployment and User manuals

Source: Internet
Author: User
Tags create index exception handling solr zookeeper tomcat

Solrcloud Deployment and user manuals

 

 

 

 

 

 

Document Revision Summary

 

Date

version

Description

author

Reviewed by

2013-12-23

0.1

Extract the txt simple template document to the Word template.

Zhang Le

2013-12-23

0.2

The URL in which the collection was created Createnodeset

Zhang Le

2013-12-29

0.3

1, Solr.war directly using SOLR published files, not to be modified.

2. Log jar and configuration are placed in the Tomcat/lib directory

3, the new command to maintain the document, provides a different way to delete or new index method

4, add the direct query SOLR log output file

Zhang Le

2014-2-22

0.4

1, the document format greatly modified.

2. New monitoring

3. Added maintenance and monitoring commands for zookeeper

4, refined the Tomcat/zookeeper operation command and script

5, new method to view zookeeper log

6. Added chapters: daily operation and maintenance

7, ADD Chapters: System environment description, including: Platform environment, software environment

Zhang Le

2014-3-3

0.5

1. Added chapters: document management.

2. The upconfig order of the ZK adjusted.

3. Refine the command description of SOLR collection.

4, frequently asked questions, added scheme.xml changes, new collection how to operate the steps.

Zhang Le

2014-3-28

0.6

1, FAQ directory, new How to delete index data

Zhang Le

2014-3-31

0.7

1. Rich Log Viewing method

2. Add Summary log Directory

Zhang Le

2014-4-6

0.8

1, for SOLR upgrade to 4.7.1 version, add common deployment script chapters

2, frequently Asked questions added: How to locate keywords in the log and output to a file.

Zhang Le

2014-4-20

0.9

1, frequently Asked Questions added: 6.2 Production environment release need to check or configure the content have those?

Zhang Le

2014-4-28

1.0

1, frequently Asked questions added: How to deploy New Sheme.xml

Zhang Le

2014-4-29

1.0.1

For the new sheme.xml how to deploy the problem, detailed description, and give specific examples.

Zhang Le

2014-7-23

1.1

1, for the ZK address changes, you need to configure the CS_CFG_SOLR corresponding tenant table

2, AICS.CS_CFG_SOLR changed to by the Tenant sub-table, it is described in detail.

Zhang Le

2014-8-15

1.2

1, in order to solve the problem of update, add the new section: Software exception handling

2, the question answer chapter, added: How to specify the field of atomic update file.

Zhang Le

2014-10-23

1.3

1. Detailed deployment plan

Zhang Le

2014-11-11

1.4

1. Refine ZK log Configuration

Zhang Le

2014-12-18

1.5

1, verify whether the environment is set up successfully, the interface is open normally, can query the data normally.

Zhang Le

2015-1-12

1.6

1. Frequently asked questions, remove the use of SOLR

Zhang Le

2015-1-28

1.7

1. New rapid re-build environment step, the first exploration of the environment for two IP deployment success.

Zhang Le

2015-2-10

1.8

1. If you configure the Zookeeper log output directory

Zhang Le

2015-3-6

1.9

1, modify the Zookeeper output log configuration method

2. Delete Environment Reset Command Chapter

Zhang Le

2015-3-9

2.0

1, modified the way to create collection and replica

2. Modify the section "If configuring the Zookeeper log output directory" To adjust the ZK log output mode, shielding zookeeper.out output content.

Zhang Le

2015-3-28

2.1

1. Add Optimization Chapters

2. Migrating exception handling to the FAQ section

3, add zookeeper detailed instructions for use

Zhang Le

2015-3-29

2.2

1, rich application chapters. NEW: Application overview, simple examples, planning design, search configuration, how to index operations, how to search, interface encapsulation

Zhang Le


Catalogue

1th Chapter Introduction ... 2

1.1 Document Use ... 2

1.2 Reading objects ... 2

1.3 Noun terms ... 2

1.4 References ... 3

The 2nd Chapter introduces ... 4

2.1 Introduction ... 4

2.2 Features ... 5

2.3 Concept ... 6

2.4 Architecture ... 7

2.4.1 Index (collection) logical diagram ... 7

2.4.2 SOLR and index contrast chart ... 8

2.4.3 CREATE INDEX process ... 9

2.4.4 Distributed Query ... 10

2.4.5 shardsplitting. 11

2.4.6 near real-time search and real-time access ... 11

3rd Chapter Deployment ... 12

3.1 System environment ... 12

3.1.1 Platform Environment ... 12

3.1.2 Software Environment ... 12

3.2 Deployment programme design ... 12

3.2.1 Deployment Mode ... 13

3.2.2 Deployment Diagram ... 13

3.2.3 Host and software ... 14

3.2.4 Storage Space Assessment ... 14

3.2.5 Memory Requirements ... 15

3.3 File Management ... 16

3.4 Zookeeper installation ... 16

3.4.1 Introduction ... 16

3.4.2 Software ... 16

3.4.3 stand-alone installation ... 17

3.4.4 Cluster installation ... 17

3.4.5 Configuring Zookeeper-based, distributed SOLR services ... 29

3.4.6 Solrcloud The basic process of using zookeeper to manage clusters ... 29

3.5 Simple Setup Steps ... 30

3.5.1 Preparing documents ... 30

3.5.2 Modify Configuration ... 30

3.5.3 Log configuration ... 31

3.5.4 Start Zookeeper31

3.5.5 Upload zookeeper file and link collection. 31

3.5.6 Start tomcat31

3.5.7 Create collection and replica. 32

3.5.8 Close Tomcat32

3.5.9 Close Zookeeper32

3.6 Detailed Setup Steps ... 33

3.6.1 Preparing Solrcloud File Package ... 33

3.6.2 Preparation Solr.war33

3.6.3 preparing to manage Scripts ... 33

3.6.4 Modifying the Tomcat configuration ... 33

3.6.5 Modifying the Zookeeper configuration ... 34

3.6.6 Log configuration ... 34

3.6.7 Start Zookeeper35

3.6.8 upload zookeeper file and link collection. 35

3.6.9 Start Tomcat35

3.6.10 Create collection and replica. 36

3.6.11 Close Tomcat37

3.6.12 Close Zookeeper37

The 4th Chapter applies ... 38

4.1 Application Overview ... 38

4.1.1 Application Mode ... 38

4.1.2 Use process description ... 39

4.2 Simple examples ... 39

1.1.1 SOLR Schema Design ... 39

1.1.2 Build Index ... 39

1.1.3 Search Test ... 40

4.3 Planning and design ... 41

4.3.1 defining the business model ... 42

4.3.2 Custom Indexing Service ... 43

4.4 Search Configuration ... 43

4.4.1 SOLR Schema Design (how do I customize the structure of an index?) 43

4.5 How to index the operation. ... 46

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.