Installing a standalone ZooKeeper
Choosing the right directory implementation
Configuring spellchecker to not use its own index
How to fetch and index web pages
How to set up the extracting request handler
Changing the default similarity implementation
Generating unique fields automatically
Extracting metadata from binary files
How to properly configure Data Import Handler with JDBC
Indexing data from a database using Data Import Handler
How to import data using Data Import Handler and delta query
How to use Data Import Handler with the URL data source
How to modify data while importing with Data Import Handler
Updating a single field of your document
Detecting the document's language
Optimizing your primary key field indexing
Storing additional information using payloads
Eliminating XML and HTML tags from text
Copying the contents of one field to another
Splitting text by whitespace only
Making plural words singular without stemming
Storing geographical points in the index
Preparing text to perform an efficient trailing wildcard search
Splitting text by numbers and non-whitespace characters
Using your own stemming dictionary
Protecting words from being stemmed
Asking for a particular field value
Sorting results by a field value
How to search for a phrase, not a single word
Positioning some documents over others on a query
Positioning documents with words closer to each other first
Sorting results by a distance from a point
Getting documents with only a partial match
Affecting scoring with functions
Using parent-child relationships
Ignoring typos in terms of performance
Detecting and omitting duplicate documents
Returning a value of a function in the results
Getting the number of documents with the same field value
Getting the number of documents with the same value range
Getting the number of documents matching the query and subquery
Removing filters from faceting results
Sorting faceting results in alphabetical order
Implementing the autosuggest feature using faceting
Getting the number of documents that don't have a value in the field
Having two different facet limits for two different fields in the same query
Calculating faceting for relevant documents in groups
Configuring the document cache
Configuring the query result cache
Improving Solr performance right after the startup or commit operation
Improving faceting performance for low cardinality fields
What to do when Solr slows down during indexing
Controlling the order of execution of filter queries
Improving the performance of numerical range queries
Creating a new SolrCloud cluster
Setting up two collections inside a single cluster
Managing your SolrCloud cluster
Understanding the SolrCloud cluster administration GUI
Distributed indexing and searching
Increasing the number of replicas on an already live cluster
Stopping automatic document distribution among shards
Using Additional Solr Functionalities
Getting more documents similar to those returned in the results list
How to highlight long text fields and get good performance
Sorting results by a function value
Searching words by how they sound
Computing statistics for the search results
Checking the user's spelling mistakes
Using field values to group results
Using queries to group results
Using function queries to group results
How to deal with too many opened files
How to deal with out-of-memory problems
How to sort non-English languages properly