Delta Query Exception

2011-11-19 Thread David T. Webb
Im sure that my deltaQueries are causing this issue, but I have the logging turned on the FINEST. It would be great if this Exception was handles properly and the failing PK test was also displayed. I will open a Jira for this request, but does anyone have any pointers on how to determine which d

Index Update Strategy

2011-11-18 Thread David T. Webb
What are the general schools of thought on how to update an index? I have a medium volume OLTP SaaS system. I think my options are: 1) Run the DIH delta-query every minutes to pull in changes 2) Use "Update" events on the app to asynchronously create a bean that represents my so

RE: TikaEntityProcesor Exception Handling

2011-11-12 Thread David T. Webb
Same result on onError="continue" . Any help is appreciatedthank you. -- Sincerely, David Webb -Original Message----- From: David T. Webb [mailto:david.w...@brightmove.com] Sent: Saturday, November 12, 2011 10:27 AM To: solr-user@lucene.apache.org Subject: RE: TikaEnti

RE: TikaEntityProcesor Exception Handling

2011-11-12 Thread David T. Webb
teHandler2 rollback INFO: start rollback Nov 12, 2011 10:22:16 AM org.apache.solr.update.DirectUpdateHandler2 rollback INFO: end_rollback -- Sincerely, David Webb -Original Message----- From: David T. Webb [mailto:david.w...@brightmove.com] Sent: Saturday, November 12, 2011 10:08 AM To:

TikaEntityProcesor Exception Handling

2011-11-12 Thread David T. Webb
When indexing over 2MM documents with Solr and the TikaEntityProcessor, the indexing fails if Tika encounters an exception with one of the documents. How can I tell Solr to keep going and just ignore the failed documents from the Tika Processor? Thanks. -- Sincerely, David Webb

Re: Search Correlated Data between Multivalued Fields

2011-11-09 Thread David T. Webb
? Not sure if this is > doable. > > Andre > > David T. Webb wrote: >> I have a normalized database schema that I have flattened out to create >> a Solr schema. My question is with regards to searching the multivalued >> fields that are correlated from the sub-entity in

Search Correlated Data between Multivalued Fields

2011-11-08 Thread David T. Webb
I have a normalized database schema that I have flattened out to create a Solr schema. My question is with regards to searching the multivalued fields that are correlated from the sub-entity in the DataInputHandler. Example I have 2 tables CUSTOMER and NOTE Customer can have one to many n