On 4/1/2017 4:17 PM, marotosg wrote:
> I am trying to load a big table into Solr using DataImportHandler and Mysql.
> I am getting OutOfMemory error because Solr is trying to load the full
> table. I have been reading different posts and tried batchSize="-1".
> https://wiki.apache.org/solr/DataIm
Hi all,
I am migrating Solr 4 index to Solr 5. The upgrade tool/script works well.
But ran out disk space upgrading 4 GB index. The server had at least 8 GB
free then. On production, the index is about 200 GB.
How much disk space is needed for indexing? Also, how long does it take to
upgrade larg
On 4/2/2017 8:16 AM, Putul S wrote:
> I am migrating Solr 4 index to Solr 5. The upgrade tool/script works well.
> But ran out disk space upgrading 4 GB index. The server had at least 8 GB
> free then. On production, the index is about 200 GB.
>
> How much disk space is needed for indexing? Also
Thanks, Shawn for getting back with detail explanation. I will run tests
upfront with large index and space, and see if fast disk is needed.
- Putul
--
View this message in context:
http://lucene.472066.n3.nabble.com/Index-upgrade-time-and-disk-space-tp4328003p4328040.html
Sent from the Solr -
Hi Edwin,
I had to replace <> value with <> in
in my data-source-config file and was able to index the data.
However w
ith IP address it is still not working.
In solr-config.xml I am not seeing anywhere to mention schema.xml or
managed-schema.xml.
Meanwhile going back to my original ques
Thanks Shwan, that was good point to consider but we had porblem with
holdability param in data-config.xml and Oracle 12c version of DB and
client.
BY remove Holdability parameter we are able to solve the issue.
On 28 March 2017 at 18:19, Shawn Heisey wrote:
> On 3/27/2017 7:13 PM, santosh sidn