On Aug 10, 2009, at 5:28 AM, Eric Pugh wrote:

I was refreshing my mind on the newly updated parameters on Solr Cell, and noticed that the Configuration section on http://wiki.apache.org/solr/ExtractingRequestHandler is out of date. Before I fixed it, I wanted to confirm that

<requestHandler name="/update/extract" class="org.apache.solr.handler.extraction.ExtractingRequestHandler">
         <lst name="defaults">
         <str name="ext.map.Last-Modified">last_modified</str>
         <bool name="ext.ignore.und.fl">true</bool> </lst>

Should be changed to map.Last-Modified only, and that the ignore.und.fl capability is now implemented via uprefix:

uprefix=<prefix> - Prefix all fields that are not defined in the schema with the given prefix. This is very useful when combined with dynamic field definitions. Example: uprefix=ignored_ would effectively ignore all unknown fields generated by Tika given the example schema contains<dynamicField name="ignored_*" type="ignored"/>

That is my understanding, yes.

Reply via email to