Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: ruby-dev

Outdated readme file solr-ruby's repository

 

 

Lucene ruby-dev RSS feed   Index | Next | Previous | View Threaded


tjackiw at gmail

Jun 15, 2007, 8:24 PM

Post #1 of 1 (836 views)
Permalink
Outdated readme file solr-ruby's repository

The current readme file on solr-ruby's repository is outdated. If you
follow the example provided Solr will throw an exception (SEVERE:
org.apache.solr.core.SolrException: ERROR:unknown field 'title_text')
because its trying to insert an unknown field type:

# add a document to the index
conn.add(:id => 123, :title_text => 'Lucene in Action')

which should be (as described on the wiki)
# add a document to the index
conn.add(:id => 123, :title_t => 'Lucene in Action')

--
Thiago Jackiw
acts_as_solr => http://acts-as-solr.railsfreaks.com

Lucene ruby-dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.