Monday, May 1, 2017

Training Document - Introduction to Solr



Introduction to Solr


A brief introduction to Solr for the resources who wants to get trained on Solr. 


Table of Content
1. Introduction to Solr 
2. Solr Terminologies 
3.Installation and Configuration 
4. Configuration files schema.xml and solrconfig.xml 
5. Features of SOLR 
    a. Hit Highlighting 
    b. Auto Complete / Suggester 
    c. Stop words 
    d. Synonyms 
    e. SpellCheck 
    f. Geo Spatial Search 
    g. Result Grouping 
    h. Query Syntax 
    i. Query Boosting 
    j. Content Spotlighting / Merchandising / Banner / Elevate 
    k. Block Record / Remove URL Feature 
6. Indexing the Data 
7. Search Queries 
8. DataImportHandler - DIH 
9. Plugins to index various types of Data (XML, CSV, DB, Filesystem) 
10. Solr Client APIs 
11. Overview of SOLRJ API 
12. Running Solr on Tomcat 
13. Enabling SSL on Solr 
14. Zookeeper Configuration 
15. Solr Cloud Deployment 
16. Production Indexing Architecture 
17. Production Serving Architecture 
18. Solr Upgradation 
19. References

No comments:

Post a Comment

Password Protected Solr Admin Page

As we all know Solr Admin Page is not password protected and anyone can get into Solr Admin Page. However this article will ...