Skip to content

Conversation

@gaurav981
Copy link

No description provided.

christophstrobl and others added 6 commits April 18, 2014 10:59
Initial project setup including all required components to bootstrap the
application and set up a basic search box using SolrCrudRepository.
Extend SolrRepository by custom implementation. Use Solr Faceting
capablities to provide autocomple for search box. Extend the application
by jquery autocomplete and return application/json using Spring MVC json
support via ResponseBody.
Use Solr specific Facet annotation to simplify code for autocomplete.
Custom Implementation can be removed, while method signature moves to
SolrRepository.
Using Highlight annotation to accentuate search input in result
documents. Highlighting options can be configured via various annotation
attribtes. By default all document fields will be target for
highlighting.
MappingSolrConverter allows usage of custom datatypes. It ships with
converters for jodatime and other types such as GeoLocation.
Multicore support allows much simpler configuration as the required templates are set up automatically using the information provided in the entities @document annotation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants