Re: Version conflict during data import from another Solr instance into clean Solr

2013-03-13 Thread Artem OXSEED
.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Wed, Mar 13, 2013 at 6:43 AM, Artem OXSEED wrote: Hi, I've configured data import handler: data

Version conflict during data import from another Solr instance into clean Solr

2013-03-13 Thread Artem OXSEED
Hi, I've configured data import handler: class="org.apache.solr.handler.dataimport.DataImportHandler"> data-config.xml data-config.xml: http://host:8080/index"; query="*:*" wt="javabin"/> Both Solr instances are of the same version - 4.1. Target Solr instance

Re: 170G index, 1.5 billion documents, out of memory on query

2013-02-25 Thread Artem OXSEED
Hello, adding my 5 cents here as well: it seems that we experienced similar problem that was supposed to be fixed or not appear at all for 64-bit systems. Our current solution is custom build of Solr with DEFAULT_READ_CHUNK_SIZE set t0 10MB in FSDirectory class. This fix was done however not

Re: Upgrading indexes from Solr 1.4.1 to 4.1.0

2013-02-06 Thread Artem OXSEED
ad the indexes of the previous major version. Given you are two major versions behind, you'd have to do it in two steps. Upayavira On Mon, Feb 4, 2013, at 03:18 PM, Shawn Heisey wrote: On 2/4/2013 7:20 AM, Artem OXSEED wrote: I need to upgrade our Solr installation from 1.4.1 to the latest 4.

Upgrading indexes from Solr 1.4.1 to 4.1.0

2013-02-04 Thread Artem OXSEED
Hi, I need to upgrade our Solr installation from 1.4.1 to the latest 4.1.0 version. The question is how to deal with indexes. AFAIU there are two things to be aware of: file format and index format (excuse me for possible term mismatch, I'm new to Solr) - and while file format can (and will a