Besides the other replies on this thread, there is another really
nice way to tie a database dynamically to Solr. Use acts_as_solr.
The prerequisites are that you be using Ruby and ActiveRecord to
model your database tables. But its as easy as this:
class Book < ActiveRecord::Bas
Hi Danny,
On 5/8/07, Danny Huang <[EMAIL PROTECTED]> wrote:
Can Solr index database records directly by accessing whatever db server
I have, or does it only index web documents (via http)?
Solr doesn't collect documents, you build documents and post them to Solr.
So you can query your datab
Danny Huang wrote:
I am really new to the search space and to Solr, so I apologize if my
question seems primitive.
Can Solr index database records directly by accessing whatever db server
I have, or does it only index web documents (via http)?
Take a look at the tutorial:
http://lucene.