AW: Re: update/extract override ExtractTyp

2017-01-05 Thread sn00py
: solr-user@lucene.apache.org Betreff: Re: update/extract override ExtractTyp On 1/4/2017 8:12 AM, sn0...@ulysses-erp.com wrote: > Is it possible to override the ExtractClass for a specific document? > I would like to upload a XML Document, but this XML is not XML conform > > I n

Re: update/extract override ExtractTyp

2017-01-04 Thread Shawn Heisey
On 1/4/2017 8:12 AM, sn0...@ulysses-erp.com wrote: > Is it possible to override the ExtractClass for a specific document? > I would like to upload a XML Document, but this XML is not XML conform > > I need this XML because it is part of a project where a corrupt XML is > need, for testing purpose.

Re: /update/extract error

2013-07-22 Thread franagan
I added to the schema.xml and now its working. * Thank you very much Jack. * -- View this message in context: http://lucene.472066.n3.nabble.com/update-extract-error-in-Solr-4-3-1-tp4079555p4079564.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: /update/extract error

2013-07-22 Thread Jack Krupansky
You need a dynamic field pattern for "ignored_*" to ignore unmapped metadata. -- Jack Krupansky -Original Message- From: franagan Sent: Monday, July 22, 2013 5:14 PM To: solr-user@lucene.apache.org Subject: /update/extract error Hi all, im testing solrcloud (version 4.3.1) with 2 sh

Re: /update/extract

2010-08-21 Thread Jayendra Patil
The Extract Request Handler invokes the classes from the extraction package. https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/contrib/extraction/src/main/java/org/apache/solr/handler/extraction/ExtractingRequestHandler.java This is package into the apache-solr-cell jar. Regards, Jayendra*