Solr6
Introduction
About This Guide
1. Getting Started
1.1. Installing Solr
1.2. Running Solr
1.3. A Quick Overview
1.4. A step Closer
1.5. Solr Control Script Reference
2. Upgrading
3. Using the solr Administration User Interface
3.1. Overview of the Solr Admin UI
3.2. Getting Assistance
3.3. Logging
3.4. Cloud Screens
3.5. Collections / Core Admin
3.6. Java Properties
3.7. Thread Dump
3.8. Collection-Specific Tools
3.8.1. Analysis Screen
3.8.2. Dataimport Screen
3.8.3. Documents Screen
3.8.4. Files Screen
3.8.5. Query Screen
3.8.6. Stream Screen
3.8.7. Schema Browser Screen
3.9. Core-Specific Tools
3.9.1. Ping
3.9.2. Plugins & Stats Screen
3.9.3. Replication Screen
3.9.4. Segments Info
4. Documents, Fields, and Schema Design
4.1. Overview of Documents, Fields and Schema
4.2. Solr Field Types
4.2.1. Field Type Definitions and Properties
4.2.2. Field Types Included with Solr
4.2.3. Working with Currencies and Exchange Rates
4.2.4. Working with Dates
4.2.5. Working with Enum Fields
4.2.6. Working with External Files and Processes
4.2.7. Field Properties by Use Case
4.3. Defing Fields
4.4. Copying Fields
4.5. Dynamic Fields
4.6. Other Schema Elements
4.7. Schema Api
4.8. Putting the Pieces Together
4.9. DocValues
4.10. Schemaless Mode
5. Understanding Analyzers, Tokensizers, and Filters
5.1. Analyzers
5.2. About Tokenizers
5.3. About Filters
5.4. Tokenizers
5.5. Filter Descriptions
5.6. CharFilterFactories
5.7. Language Analysis
5.8. Phonetic Matching
5.9. Running Your Analyzer
6. Indexing and Basic Data Operations
6.1. Introduction to Solr Indexing
6.2. Post Tool
6.3. Uploading Data with index Handlers
6.3.1. Transforming and Indexing Custom JSON
6.4. Uploading Data with Solr Cell using Apache Tika
6.5. Uploading Structured Data Store Data with the Data import Handler
6.6. Updating Parts of Documents
6.7. Detecting Languages During Indexing
6.8. De-Duplication
6.9. Content Streams
6.10. UIMA Integration
7. Searching
7.1. Overview of Searching in Solr
7.2. Velocity Search UI
7.3. Relevance
7.4. Query Syntax and Parsing
7.4.1. Common Query Parameters
7.4.2. The Standard Query Parser
7.4.3. The DisMax Query Parser
7.4.4. The Extended DisMax Query Parser
7.4.5. Function Queries
7.4.6. Local Parameters in Queries
7.4.7. Other Parsers
7.5. Faceting
7.5.1. BlockJoin Faceting
7.6. Highlighting
7.7. Spell Checking
7.8. Query Re-Ranking
7.8.1 Learning To Rank
7.9. Transforming Result Documents
7.10. Suggester
7.11. MoreLikeThis
7.12. Paination of Results
7.13. Collapse and Expand Results
7.14. Result Grouping
7.15. Result Clustering
7.16. Spatial Search
7.17. The Terms Component
7.18. The Term Vector Component
7.19. The Stats Component
7.20. The Query Elevation Component
7.21. Response Writers
7.21.1. Velocity Response Writer
7.22. Near Real Time Searching
7.23. RealTime Get
7.24. Exporting Result Sets
7.25. Streaming Expressions
7.25.1. Graph Traversal
7.26. Parallel SQL Interface
7.26.1. Solr JDBC - DbVisualizer
7.26.2. Solr JDBC - SQuirreL SQL
7.26.3. Solr JDBC - Apache Zeppelin
7.26.4. Solr JDBC - Python/Jython
7.26.5. Solr JDBC - R
8. The Well-Configured Solr Instance
8.1. Configuring solrconfig.xml
8.1.1. DataDir and DirectoryFactory in SolrConfig
8.1.2. Lib Directives in SolrConfig
8.1.3. Schema Factory Definition in SolrConfig
8.1.4. IndexConfig in SolrConfig
8.1.5. RequestHandlers and SearchComponents in SolrConfig
8.1.6. InitParams in SolrConfig
8.1.7. UpdateHandlers in SolrConfig
8.1.8. Query Settings in SolrConfig
8.1.9. RequestDispatcher in SolrConfig
8.1.10. Update Request Processors
8.1.11. Codec Factory
8.2. Solr Cores and solr.xml
8.2.1. Format of solr.xml
8.2.2. Defining core.properties
8.2.3. CoreAdmin API
8.2.4. Config Sets
8.3. Configuration APIs
8.3.1. Blob Store API
8.3.2. Config API
8.3.3. Request Parameters API
8.3.4. Managed Resources
8.4. Implicit RequestHandlers
8.5. Solr Plugins
8.5.1. Adding Custom Plugins in SolrCloud Mode
8.6. JVM Settings
9. Managing Solr
9.1. Taking Solr to Production
9.2. Securing Solr
9.2.1. Authentication and Authorization Plugins
9.2.1.1. Basic Authentication Plugin
9.2.1.2. Hadoop Authentication Plugin
9.2.1.3. Kerberos Authentication Plugin
9.2.1.4. Rule-Based Authorization Plugin
9.2.2. Enabling SSL
9.3. Running Solr on HDFS
9.4. Making and Restoring Backups
9.5. Configuring Logging
9.6. Using JMX with Solr
9.7. MBean Request Handler
9.8. Performance Statistics Reference
9.9. Metrics Reporting
9.10. V2 API
10. SolrCloud
10.1. Getting Started with SolrCloud
10.2. How SolrCloud Works
10.2.1. Shards and Indexing Data in SolrCloud
10.2.2. Distributed Requests
10.2.3. Read and Write Side Fault Tolerance
10.3. SolrCloud Configuration and Parameters
10.3.1. Setting Up an External ZooKeeper Ensemble
10.3.2. Using ZooKeeper to Manage Configuration Files
10.3.3. Zookeeper Access Control
10.3.4. Collections API
10.3.5. Parameter Reference
10.3.6. Command Line Utilities
10.3.7. SolrCloud with Legacy Configuration Files
10.3.8. ConfigSets API
10.4. Rule-based Replica Placement
10.5. Cross Data Center Replication(CDCR)
11. Legacy Scaling and Distribution
11.1. Introduction to Scaling and Distribution
11.2. Distributed Search with Index Sharding
11.3. Index Replication
11.4. Combining Distribution and Replication
11.5. Merging Indexes
12. Client APIs
12.1. Introduction to Client APIs
12.2. Choosing an Output Format
12.3. Client API Lineup
12.4. Using JavaScript
12.5. Using Python
12.6. Using SolrJ
12.7. Using Solr From Ruby
13. Major Changes from Solr 5 to Solr 6
14. Upgrading a Solr Cluster
14.1. IndexUpgrader Tool
15. Further Assistance
16. Solr Glossary
17. Errata
Powered by
GitBook
10.3.1. Setting Up an External ZooKeeper Ensemble
10.3.1. Setting Up an External ZooKeeper Ensemble
results matching "
"
No results matching "
"