Suppressing logging for /admin/ping requests

2009-01-21 Thread Todd Breiholz
Is there anyway to suppress the logging of the /admin/ping requests? We have HAProxy configured to do health checks to this URI every couple of seconds and it is really cluttering our logs. I'd still like to see the logging from the other requestHandlers. Thanks! Todd

Re: DIH - Document missing required field error

2008-08-21 Thread Todd Breiholz
That was it. Thanks! On Thu, Aug 21, 2008 at 9:30 AM, Noble Paul നോബിള്‍ नोब्ळ् < [EMAIL PROTECTED]> wrote: > oh the names are in CAPS. And in your dataconfig it is in small it > must be something like this > > > > > On Thu, Aug 21, 2008 at 7:33 PM, Todd Breihol

Re: DIH - Document missing required field error

2008-08-21 Thread Todd Breiholz
08:55:21 0:0:0.563 This response format is experimental. It is likely to change in the future. > > On Thu, Aug 21, 2008 at 2:12 AM, Todd Breiholz <[EMAIL PROTECTED]> wrote: > > > I am testing out DataImportHandler (Nightly 08-18-2008) in our > environm

DIH - Document missing required field error

2008-08-20 Thread Todd Breiholz
I am testing out DataImportHandler (Nightly 08-18-2008) in our environment with a simple schema. One database view with 10 columns mapped to an index in Solr. When running the full-import command, I get the error below for each row. I'm sure I'm missing something, but I can't figure it out. WARNI

Proposed Solr architecture - does this make sense?

2008-07-01 Thread Todd Breiholz
Hi all New to Solr/Lucene. Our current search is done with Verity and we are looking to move towards open-source products. Our first application would have less than 500,000 documents indexed at the outset. Additions/updates to the index would occur at 2,000-3,000 per minute. We are currently upd

Minimum JDK for SolrJ?

2008-06-30 Thread Todd Breiholz
What is the minimum JDK that can be used for developing clients that use SolrJ? I am stuck on JDK 1.4.2 at the moment and am wondering if SolrJ is an option for me. Thanks! Todd