well, really anything with a #map
> method).
>
> Erik
>
>
>
>
>
--
View this message in context:
http://www.nabble.com/-acts_as_solr--Few-question-on-usage-tf3595245.html#a10152267
Sent from the Solr - User mailing list archive at Nabble.com.
On Apr 21, 2007, at 9:42 PM, Erik Hatcher wrote:
source = DataSource.new
mapping = {
:id => :isbn,
:name => :author,
:source => "BOOKS",
:year => Proc.new {|record| record.date[0,4] },
}
Solr::Indexer.index(source, mapper) do |orig_data, solr_document|
solr_document[:timestamp] = Tim
On Apr 20, 2007, at 2:30 PM, solruser wrote:
For pure Ruby access to Solr without a database, use solr-ruby. The
0.01 gem is available as "gem install solr-ruby", but if you can I'd
recommend you tinker with the trunk codebase too.
Well I say, considering use of solr with rails application.
Flare
>> http://wiki.apache.org/solr/SolRuby
>>
>> ...most of the people workign on it seem to hang out on the
>> [EMAIL PROTECTED] mailing list. as i understand it the "solr-ruby"
>> package
>> is a low level ruby<->solr API, with Flar
tell i don't know a
lot
about RUby or rails? ... i'm winging it)
: Date: Tue, 17 Apr 2007 10:52:00 -0700
: From: amit rohatgi <[EMAIL PROTECTED]>
: Reply-To: solr-user@lucene.apache.org
: To: solr-user@lucene.apache.org
: Subject: [acts_as_solr] Few question on usage
:
: Hi
:
:
From: amit rohatgi <[EMAIL PROTECTED]>
: Reply-To: solr-user@lucene.apache.org
: To: solr-user@lucene.apache.org
: Subject: [acts_as_solr] Few question on usage
:
: Hi
:
: Here are few question for solr integrating with ruby
:
: 1. What are other alternatives are available for ruby integration w
Hi Nathan,
Thanks for the quick reply. I am here using ferret but looking for advance
features like search result highlight, facet search and strong analyzer,
(synonym and stop word) capabilities. Which I believe solr server will be
able to provide. Considering that I plan to move from ferret to
I am using the Solr plugin to the Searchable module. I have made a
large number of enhancements to the library to support the application
that I am working on that I hope to contribute back to the community
soon (multiple indexes, faceted browsing, etc) but for basic stuff,
you should find what
Hi
Here are few question for solr integrating with ruby
1. What are other alternatives are available for ruby integration with solr
other than acts-as_solr plugin.
2. acts_as_solr plugin - does it support highlighting feature
3. performance benchmark for acts_as_solr plugin available if any
-t