-
Notifications
You must be signed in to change notification settings - Fork 18
Home
nyeholt edited this page Jul 12, 2011
·
11 revisions
The Solr search module brings the power and simplicity of the Solr search engine to SilverStripe.
It features
-
Indexing and querying content in Solr using its REST interface, using immediate updates (no content synchronisation jobs against MySQL necessary).
-
Support for Lucene query syntax (Solr is actually built on top of Lucene)
-
Indexing and querying of content in Draft or Live site separately
-
Faceting
-
Standalone SearchPage type that allows for configuration of search functionality, and associated extensions for controllers and templates via $SearchForm
Release 1.0.0
- Index
- Search
- Faceting
- Querying Published / Draft separately
Release 2.0.0
- More Like This
- Boosting - user 'voting' on document for a particular search term?
- Faceting via relationships?
- Spell checking