I was successful at distributing the Solr-1.4-DEV data import functionality
within the Solr 1.3 war.
1. Copy the data import’s src directory from 1.4 to 1.3.
2. Made sure to used the data import’s build.xml already existing in Solr
1.3
3. Commented out all code within #SolrWriter.rollback method
4
: Subject: Solr 1.3; Data Import w/ Dynamic Fields
: In-Reply-To: <5e76b0ad0903110150h3e75bb68pd3603b8da4261...@mail.gmail.com>
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, please do not reply to
an existing
On Wed, Mar 11, 2009 at 4:01 PM, Noble Paul നോബിള് नोब्ळ् <
noble.p...@gmail.com> wrote:
> I guess you can take the trunk and comment out the contents of
> SolrWriter#rollback() and it should work with Solr1.3
>
>
I agree. Rollback is the only feature which depends on enhancements in
Solr/Lucene
I guess you can take the trunk and comment out the contents of
SolrWriter#rollback() and it should work with Solr1.3
On Wed, Mar 11, 2009 at 3:37 PM, Wesley Small wrote:
> Thanks for the feedback Shalin. I will investigate the backport of this 1.4
> fix into 1.3. Do you know of any other subs
I attempted a backport of Patch-742 on Solr-1.3. You can see the results
below with Hunk failures.
Is there specific method to obtain a list of patches may that occurred
specific to the data import functionality prior to PATCH-742. I suppose I
would need to ensure that these specific data impor
Thanks for the feedback Shalin. I will investigate the backport of this 1.4
fix into 1.3.Do you know of any other subsequent patches related to the
data import and dynamic fields that I also should located and backport as
well? I just ask if you happen to have this information handy.
I am re
On Wed, Mar 11, 2009 at 2:55 PM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> On Wed, Mar 11, 2009 at 2:28 PM, Wesley Small
> wrote:
>
>> Good morning,
>>
>> I reviewed a Solr Patch-742, which corrects an issue with the data import
>> process properly ingesting/commiting (solr add xml
On Wed, Mar 11, 2009 at 2:28 PM, Wesley Small wrote:
> Good morning,
>
> I reviewed a Solr Patch-742, which corrects an issue with the data import
> process properly ingesting/commiting (solr add xml) document with dynamic
> fields.
>
> Is this fix available for Solr 1.3 or is there a known work a