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.
On Fri, Jan 22, 2010 at 4:24 AM, Trey 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 old index files h
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 d
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 8
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 he
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 servers
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
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
Any Ideas?
Regards,
Dave
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..."
The schema browser is actually an Ajax client to Solr itself, using
the luke request handler to retrieve the field info. Take a look at
your Solr logs as you peruse the schema browse and you'll see the
requests being made. Just do that :)
Erik
On Jan 24, 2010, at 9:44 PM, Kumara
Hi all,
I am using a query like:
http://localhost:8080/solr/select?q=product_category:Grocery&fq=in_stock:true&debugQuery=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
11 matches
Mail list logo