Ordinal Field value and exact value for date.

2008-12-10 Thread amit rohatgi
Hi All, I am trying to use ord() function query ord() on created_date. I am concrened with the warning of ord behaviour as it uses actual entry creation in indices instead of created_date value. Does all entries created initially with different created_date will have same or nearly ordinal value

Re: [acts_as_solr] Few question on usage

2007-04-17 Thread amit rohatgi
ct and was not terribly impressed with it. -Nathan On 4/17/07, amit rohatgi <[EMAIL PROTECTED]> wrote: > 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 pl

[acts_as_solr] Is this correct way to change solr_configuration

2007-04-17 Thread amit rohatgi
Hi I am new acts_as_solr plug in and exploring the plug in potential. I tried to experiment the plug in with existing table having primary key as string. Earlier it failed to get me correct results and complain for primary not to be integer. Thereafter I modified model solr_configuration Model.s

[acts_as_solr] Few question on usage

2007-04-17 Thread amit rohatgi
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