Re: I Became a Solr Committer in 4662 Days. Here’s how you can do it faster!

2020-07-10 Thread Wesley
thanks for share. nice article. Charlie Hull wrote: Thought you might enjoy Eric's blog, it's taken him a while! Some good hints here for those of you interested in contributing more to Solr.

dataimport.properties; configure writable location?

2009-05-20 Thread Wesley Small
the dataimport.properties obviously cannot be created/written to. Thanks, Wesley

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 giovanni.destef...@gmail.com wrote: Doh, can you please rephrase? Giovanni On Wed, May 20, 2009 at 3:47 PM, Wesley Small

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 field name=premierDate_dt type=date indexed=true stored=true multiValued=false default=NOW/ While indexing if I

DIH API for specifying a either specific or all configurations imported

2009-04-06 Thread Wesley Small
not seeing that behaviour at present. Thanks, Wesley

Re: DIH Date conversion from a source column skews time

2009-04-03 Thread Wesley Small
PM, Wesley Small wesley.sm...@mtvstaff.com wrote: 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. field column=original_air_date_d xpath=/add/doc/fie...@name

DIH Date conversion from a source column skews time

2009-04-01 Thread Wesley Small
indexed=true stored=true/ Thanks, Wesley.

Re: DIH Date conversion from a source column skews time

2009-04-01 Thread Wesley Small
xpath=/add/doc/fie...@name='original_air_date_d'] / However, when I do that, the first field original_air_date_d does not make it into the index. Is seems that you cannot have two identical xpath statements in the data input config file. Is this by design? On 4/1/09 7:45 AM, Small, Wesley

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 നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: use TemplateTransformer field column=content_type_s template=Video / On Tue, Mar 31, 2009 at 9:20 PM

DIH; Hardcode field value/replacement based on source column

2009-03-31 Thread Wesley Small
, the value in the index was set to VideoVideo for all documents. Any idea why this DIH instruction would see constant value appear twice?? Thanks, Wesley.

Test

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

Re: Solr 1.3; Data Import w/ Dynamic Fields

2009-03-12 Thread Wesley Small
in Solr 1.3, but that was unnecessary work. Continuing my testing with this customized distributing. Thanks again, Wesley. On 3/11/09 6:35 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Wed, Mar 11, 2009 at 4:01 PM, Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: I guess

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
, 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 wesley.sm...@mtvstaff.comwrote: Good morning, I reviewed a Solr Patch-742, which corrects an issue with the data import process properly ingesting/commiting

Re: Solr 1.3; Data Import w/ Dynamic Fields

2009-03-11 Thread Wesley Small
). 4 out of 5 hunks FAILED -- saving rejects to file contrib/dataimporthandler/src/main/java/org/apache/solr/handler/dataimport/D ocBuilder.java.rej Regards, Wesley. On 3/11/09 6:07 AM, Small, Wesley wesley.sm...@mtvstaff.com wrote: Thanks for the feedback Shalin. I will investigate

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

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 shalinman...@gmail.com wrote: Which nightly build are you using? You can see this in the INFO page on solr admin.