On 7/31/2013 11:20 AM, Simonian, Marta M (US SSA) wrote:
Does anybody know if Solr performs better on Jetty vs Tomcat?
Jetty has less complexity than tomcat. It is likely to use less memory.
If you went with default settings for both, jetty is likely to perform
better, but the difference wo
Does anybody know if Solr performs better on Jetty vs Tomcat?
-Original Message-
From: David Smiley (@MITRE.org) [mailto:dsmi...@mitre.org]
Sent: Tuesday, July 30, 2013 9:08 PM
To: solr-user@lucene.apache.org
Subject: Re: Ingesting geo data into Solr very slow
Hi Marta,
Presumably you
2013 9:08 PM
To: solr-user@lucene.apache.org
Subject: Re: Ingesting geo data into Solr very slow
Hi Marta,
Presumably you are indexing polygons -- I suspect complex ones. There isn't
too much that you can do about this right now other than index them in
parallel. I see you are doing this in
to do some
> conversion?
>
> Can you please let me know what are the best settings for Solr? Maybe some
> changes in the solrconfig.xml or the schema.xml?
> What are the preferred environment settings and resources?
>
> Thank you!
> Marta
-
Author: http://www.pack
Hi,
We are using Solr 4.4 to ingest geo data and it's really slow. When we don't
index the geo it takes seconds to ingest 100, 000 records but as soon as we add
it takes 2 hours.
Also we found that when changing the distErrPct from 0.025 to 0.1, 1000 rows
are ingested in 20 sec vs 2 min. But w
Hi,
We are using Solr 4.4 to ingest geo data and it's really slow. When we don't
index the geo it takes seconds to ingest 100, 000 records but as soon as we add
it takes 2 hours.
Also we found that when changing the distErrPct from 0.025 to 0.1, 1000 rows
are ingested in 20 sec vs 2 min. But w