Re: feature question

2007-05-09 Thread Erik Hatcher
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

Re: feature question

2007-05-08 Thread Tom Hill
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

Re: feature question

2007-05-08 Thread Ryan McKinley
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.