New to Solr? Work through these tutorials to ease your learning curve and discover Solr's features, starting with the basics.
- Indexing and searching a simple blog post by its title and body
- Searching for blog posts by author names
- Using basic Solr boosts to dial in search relevancy
- Filter your searches by a specific category
- Normalize Unicode characters in your searches
- Index and search a post's related comments
- A more advanced Solr boost to score results by age and activity
- Provide spelling hints with SpellcheckComponent
- Build Ajax search autocompletion with TermsComponent
- List similar articles with MoreLikeThis
More to come. Questions about a Solr use case? Open an issue on our GitHub repository.