Indexing Microsoft Office files
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 URL Data Source
How to modify data while importing with Data Import Handler
Storing additional information using payloads
Eliminating XML and HTML tags from the text
Copying the contents of one field to another
Splitting text by whitespace only
Making plural words singular, but without stemming
Storing geographical points in the index
Preparing text to do efficient trailing wildcard search
Splitting text by numbers and non-white space characters
How to check how the data type or field behave
How to check Solr query handler usage
How to check Solr update handler usage
How to change Solr instance logging configuration
How to check the Java based replication status
How to check the script based replication status
Setting up a Java based index replication
Setting up script based replication
How to manage Java based replication status using HTTP commands
How to analyze your index structure
Asking for a particular field value
Sorting results by a field value
Choosing a different query parser
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 function
Getting the number of documents with the same field value
Getting the number of documents with the same date range
Getting the number of documents with the same value range
Getting the number of documents matching the query and sub query
How to remove filters from faceting results
How to name different faceting results
How to sort faceting results in an alphabetical order
How to implement the autosuggest feature using faceting
How to get the number of documents that don't have a value in the field
How to get all the faceting results, not just the first hundred ones
How to have two different facet limits for two different fields in the same query
Configuring the document cache
Configuring the query result cache
Improving Solr performance right after the startup or commit operation
Setting up a sharded deployment
Improving faceting performance
What to do when Solr slows down during indexing when using Data Import Handler
Getting the first top documents fast when having millions of them
Creating Applications that use Solr and Developing your Own Solr Modules
Choosing a different response format than the default one
Developing your own request handler
Developing your own search component
Developing your own field type
Using Additional Solr Functionalities
Getting more documents similar to those returned in the results list
Presenting search results in a fast and easy way
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 user's spelling mistakes
Using "group by" like functionalities in Solr
How to deal with a corrupted index
How to reduce the number of files the index is made of
How to deal with a locked index
How to deal with too many opened files
How to deal with out of memory problems
How to sort non-English languages properly
How to deal with the infinite loop exception when using shards
How to deal with garbage collection running too long
How to update only one field in all documents without the need of full indexation