Re: ExtractRH: How to strip metadata

2012-05-02 Thread Joseph Hagerty
is undocumented feature. I haven't checked the code > yet. > > > -- Jack Krupansky > > -Original Message- From: Joseph Hagerty > Sent: Wednesday, May 02, 2012 11:10 AM > To: solr-user@lucene.apache.org > Subject: Re: ExtractRH: How to strip metadata > >

Re: ExtractRH: How to strip metadata

2012-05-02 Thread Jack Krupansky
he code yet. -- Jack Krupansky -Original Message- From: Joseph Hagerty Sent: Wednesday, May 02, 2012 11:10 AM To: solr-user@lucene.apache.org Subject: Re: ExtractRH: How to strip metadata I do not. I commented out all of the copyFields provided in the default schema.xml that ships wi

Re: ExtractRH: How to strip metadata

2012-05-02 Thread Joseph Hagerty
I do not. I commented out all of the copyFields provided in the default schema.xml that ships with 3.5. My schema is rather minimal. Here is my fields block, if this helps: On Wed, May 2, 2012 at 10:59 AM, Jack Krupansky wrote: > Check to see if you have a CopyField

Re: ExtractRH: How to strip metadata

2012-05-02 Thread Jack Krupansky
Check to see if you have a CopyField for a wildcard pattern that copies to "meta", which would copy all of the Tika-generated fields to "meta." -- Jack Krupansky -Original Message- From: Joseph Hagerty Sent: Wednesday, May 02, 2012 9:56 AM To: solr-user@lucene.apache.org Subject: Extr