Reputation: 127
I work on a project. I want to use mysql for storage all data and solr for search only a string in database. Is it possible ?
Upvotes: 0
Views: 107
Reputation: 8658
I had used it in my application. Only difference is... I have used Oracle database. For more information check this blog
Upvotes: 0
Reputation: 10394
Yes, it's relatively easy. You should look at:
and:
http://wiki.apache.org/solr/DIHQuickStart
A quick google and I found this gist:
https://gist.github.com/maxivak/3e3ee1fca32f3949f052
which looks pretty reasonable.
Upvotes: 1