I am using Spring Data (Mongo) for my web application (next to the social networking site). Now I want to provide a search on the content written in the application (for example, messages, tags, friends, etc.).
I believe Lucene / Solr is one of the best libraries for such cases, but I'm not sure how to use (integrate?) It with Spring Data (or maybe there is some internal support inside Spring for This).
Would thank for the help (documentation, links, blog posts, etc.) on this!
Saket source share