-
Notifications
You must be signed in to change notification settings - Fork 211
Reuters tutorial: wrap up
jpmckinney edited this page Jan 6, 2012
·
5 revisions
- Reuters tutorial
- Step 1: Talk to Solr
- Step 2: Add a results widget
- Step 3: Add a pager widget
- Step 4: Add a tagcloud widget
- Step 5: Display the current filters
- Step 6: Add a free-text widget
- Step 7: Add an autocomplete widget
- Step 8: Add a map widget
- Step 9: Add a calendar widget
- Step 10: Extra credit
That completes our tutorial. By now, we have a lot of JavaScript files in the head tag. In production, you should use a JavaScript packager and compressor to improve performance.
- To learn how to enable back button and bookmarking support, read the overview of the Parameter Store.
- Lean how to implement Solr grouping in your widgets (field collapsing).