DIH Solr1.4

2009-03-06 Thread Wesley Small
I am evaluating the DIH in Solr 1.4-DEV and am receiving a Null Pointer Exception when the import process begins. Here are the details: [LOG MESSAGE] 2009-03-06 11:06:04,635 ERROR [STDERR] (http-0.0.0.0-20080-Processor3) Mar 6, 2009 11:06:04 AM org.apache.solr.handler.dataimport.DataImporter doF

Re: DIH Solr1.4

2009-03-06 Thread Wesley Small
I am using: Solr Implementation Version: 1.4-dev 750448 - smallwes - 2009-03-05 08:01:30 On 3/6/09 11:35 AM, "Shalin Shekhar Mangar" wrote: > Which nightly build are you using? You can see this in the INFO page on solr > admin.

Solr 1.3; Data Import w/ Dynamic Fields

2009-03-11 Thread Wesley Small
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 around? Cheers, Wesley

Re: Solr 1.3; Data Import w/ Dynamic Fields

2009-03-11 Thread Wesley Small
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 co

Re: Solr 1.3; Data Import w/ Dynamic Fields

2009-03-11 Thread Wesley Small
Shalin Shekhar Mangar < >> > shalinman...@gmail.com> wrote: >> > >>>> >> > On Wed, Mar 11, 2009 at 2:28 PM, Wesley Small >>> >> wrote: >>>> >> > >>>>>> >>> >> Good morning, >>

Re: Solr 1.3; Data Import w/ Dynamic Fields

2009-03-12 Thread Wesley Small
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

Test

2009-03-27 Thread Wesley Small
Sorry, I am having trouble sending a message to this Distribution list. This is a test.

DIH; Hardcode field value/replacement based on source column

2009-03-31 Thread Wesley Small
I am trying to find a clean way to *hardcode* a field/column to a specific value during the DIH process. It does seems to be possible but I am getting an slightly invalid constant value in my index. However, the value in the index was set to "VideoVideo" for all documents. Any idea why this DI

DIH Date conversion from a source column skews time

2009-04-01 Thread Wesley Small
I have noticed that setting a dynamic date field from source column changes the time within the date. Can anyone confirm this? For example, the document I import has the following xml field. 2002-12-18T00:00:00Z In my data-inport-config file I define the following instructions: What is

Re: DIH Date conversion from a source column skews time

2009-04-01 Thread Wesley Small
Was there any follow up to this issue I found? Is this a legitimate bug with the time of day changing? I could try to solve this by executing same xpath statement twice. However, when I do that, the first field original_air_date_d does not make it into the index. Is seems that you cannot hav

Re: DIH; Hardcode field value/replacement based on source column

2009-04-01 Thread Wesley Small
Thanks for the feedback. The templateTransformer is pretty straightforward solution. Perfect. Wesley. > > On 4/1/09 12:14 AM, "Noble Paul നോബിള്‍ नोब्ळ्" wrote: > >> use TemplateTransformer >> >> >> >> >> On Tue, Mar 31, 2009 at 9

Re: DIH Date conversion from a source column skews time

2009-04-03 Thread Wesley Small
late="${.original_air_date_d}"/> > this would add an extra field as string to the index > > > > On Wed, Apr 1, 2009 at 11:31 PM, Wesley Small > wrote: >> Was there any follow up to this issue I found?  Is this a legitimate bug >> with the time of day chang

DIH API for specifying a either specific or all configurations imported

2009-04-06 Thread Wesley Small
Good Morning, Is there any way to specify or debug a specific DIH configuration via the API/http request? I have the following: dih_pc_default_feed.xml dih_pc_cms_article_feed.xml dih_pc_local_event_feed.xml For example, is there any to specific only the "pc_local_event" be process (impor

Solr - clarification on date & sortable fields

2009-04-21 Thread Wesley Small
I am sending this question out on behalf a college. Which needs a clarification on solr indexing on date and sortable fields. We have declared a field date in schema.xml like below While indexing if I don't pass any value to this field like or , I am getting the below error SEVERE: org.ap

dataimport.properties; configure writable location?

2009-05-20 Thread Wesley Small
In Solr 1.3, is there a setting that allows one to modified the where the dataimport.properties file resides? In a production environment, the solrconfig directory needs to be read-only. I have observed that the DIH process works regards, but a whooping errors is put in the logs when the dataimpor

Re: dataimport.properties; configure writable location?

2009-05-20 Thread Wesley Small
Is a place in a core's solrconfig, where one can set the directory/path where the dataimport.properties file is written to? On 5/20/09 2:09 PM, "Giovanni De Stefano" wrote: > Doh, > > can you please rephrase? > > Giovanni > > On Wed, May 20, 2009 at 3:4