RE: DIH questions

2010-04-15 Thread Blargy
Can you please explain how you solved your problem. Im going crazy over here! :) -- View this message in context: http://n3.nabble.com/DIH-questions-tp719892p722710.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: DIH questions

2010-04-15 Thread caman
see if anything can be done Thanks James http://www.click2money.com From: Blargy [via Lucene] [mailto:ml-node+722651-1893075853-124...@n3.nabble.com] Sent: Thursday, April 15, 2010 4:28 PM To: caman Subject: Re: DIH questions Is there anyway that a sub-entity can delete/rewrite

Re: DIH questions

2010-04-15 Thread Blargy
Is there anyway that a sub-entity can delete/rewrite fields from the document? Is there anyway sub-entities can get access to what the documents current value for a current field? -- View this message in context: http://n3.nabble.com/DIH-questions-tp719892p722651.html Sent from the Solr - User

DIH questions

2010-04-14 Thread Blargy
. In this example I need the final_column to run a ScriptTransformer using the values from sub1 and sub2. Is this possible? If not, what would be an alternative method? Thanks -- View this message in context: http://n3.nabble.com/DIH-questions

Re: DIH questions

2010-03-18 Thread Shawn Heisey
I gave this config idea a try, looks like it works perfectly. I thought at first that it wasn't working, but as is usual with such things, my XML was faulty. Many many thanks! Shawn On 3/18/2010 5:19 PM, Shawn Heisey wrote: That looks very useful. So does this mean that this will work? U

Re: DIH questions

2010-03-18 Thread Shawn Heisey
That looks very useful. So does this mean that this will work? URL text: ?command=full-import&numShards=6&modValue=0&minDid=229615984 XML: query="SELECT * FROM [table] WHERE (did % ${dataimporter.request.numShards}) = ${dataimporter.request.modValue} AND ${dataimporter.request.minDid} >= did"

Re: DIH questions

2010-03-18 Thread Lukas Kahwe Smith
On 18.03.2010, at 23:12, Shawn Heisey wrote: > Below is my data-config.xml file, which I am using to build an index for my > first shard. I have a couple of questions. > > Can Solr include the hostname (short version) it's running on in the query? > Alternatively, is there a way to override

DIH questions

2010-03-18 Thread Shawn Heisey
Below is my data-config.xml file, which I am using to build an index for my first shard. I have a couple of questions. Can Solr include the hostname (short version) it's running on in the query? Alternatively, is there a way to override the query with a URL parameter before or when doing the