Spring Data Solr

Authors

Christoph Strobl, Oliver Gierke, Mark Pollack, Thomas Risberg

Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.


Table of Contents

Preface
1. Project Metadata
2. Requirements
I. Reference Documentation
1. Solr Repositories
1.1. Introduction
1.1.1. Spring Namespace
1.1.2. Annotation based configuration
1.1.3. Multicore Support
1.1.4. Solr Repositores using CDI
1.1.5. Transaction Support
1.2. Query methods
1.2.1. Query lookup strategies
1.2.2. Query creation
1.2.3. Using @Query Annotation
1.2.4. Using NamedQueries
1.3. Document Mapping
1.3.1. Mapping Solr Converter
2. Miscellaneous Solr Operation Support
2.1. Partial Updates
2.2. Projection
2.3. Faceting
2.4. Terms
2.5. Filter Query
2.6. Time allowed for a search
2.7. Boost document Score
2.7.1. Index Time Boosts
2.8. Select Request Handler
2.9. Using Join
2.10. Highlighting
2.11. Using Functions
II. Appendix