Re: Choosing what document to return.

2010-01-24 Thread Noam G.
Hi Mei Thank you very much - looks good :-) Noam. -- View this message in context: http://old.nabble.com/Choosing-what-document-to-return.-tp27259310p27293083.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Replication Handler Severe Error: Unable to move index file

2010-01-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Fri, Jan 22, 2010 at 4:24 AM, Trey solrt...@gmail.com wrote: Unfortunately, when I went back to look at the logs this morning, the log file had been blown away... that puts a major damper on my debugging capabilities - so sorry about that.  As a double whammy, we optimize nightly, so the

after migration to solr 1.4, queries always return 0 items

2010-01-24 Thread athir nuaimi
We have a working system based on Solr 1.3 that I tried to upgrade to 1.4 with no luck. The new 1.4 Solr server is up and running but always returns 0 results when you query it. It seems to have the correct schema but the number of documents is 0 even though I used a backup of the production

Re: after migration to solr 1.4, queries always return 0 items

2010-01-24 Thread Erik Hatcher
You omitted the details. Is there an index directory under your data directory? That's the heart of the Lucene index there. Look at Solr's admin, it'll tell you the data directory location it is using, be sure it is set where you think it should be. Erik On Jan 24, 2010, at

Re: after migration to solr 1.4, queries always return 0 items

2010-01-24 Thread athir nuaimi
Hi Eric. Thanks for the quick reply. I though the backup went in /data. I have restored the backup to /data/index and am now getting results. On 2010-01-24, at 9:46 AM, Erik Hatcher wrote: You omitted the details. Is there an index directory under your data directory? That's the heart

strategy for snapshottig Solr data directory on EC2

2010-01-24 Thread athir nuaimi
We are running two Solr servers (master/slave) on EC2 and have the solr home directories on EBS drives that we snapshot every 12 hours. While that will mean that we will lose at most 12 hours of data, I wondered if there was a way I could reduce the window of data loss. With our mysql

Re: strategy for snapshottig Solr data directory on EC2

2010-01-24 Thread William Pierce
Our setup on ec2 is as follows: a) mysql master on ebs volume. b) solr master on its own ebs volume c) solr slaves do not use ebs -- but rather use the ephemeral instance stores. There is a small period of time where the solr slave has to re-sync the data from the solr master. Cheers, Bill

Default value attribute in RSS DIH

2010-01-24 Thread David Stuart
Hey All, Can anyone tell me what the attribute name is for defining a default value in the field tag of the RSS data import handler?? Basically I want to do something like field column=type value=external_source commonField=true/ Any Ideas? Regards, Dave

Retrieve Field Names:

2010-01-24 Thread Kumaravel Kandasami
How to retrieve field names from the dynamic schema in the client side program ? Any links or reference would be helpful. (Similar to the schema browser on the SOLR admin screen.) Kumar_/|\_ www.saisk.com ku...@saisk.com making a profound difference with knowledge and creativity...

using bq with standard request handler

2010-01-24 Thread gunjan_versata
Hi all, I am using a query like: http://localhost:8080/solr/select?q=product_category:Groceryfq=in_stock:truedebugQuery=true; sort=display_priority+desc,prop_l_price+asc To first sort on display_priority and then on price.. Is it possible to use display_priority/price fields in bq itself to