: <requestHandler name="/update/extract"
: class="org.apache.solr.handler.extraction.ExtractingRequestHandler">
:     <lst name="defaults">
:       <str name="map.content">content</str>
:       <str name="defaultField">content</str>
:     </lst>
:   </requestHandler>
: 
: I want to store only "content" into this field but it store other meta data
: of a document e.g. "Author", "timestamp", "document type" etc. how can I ask
: solr to store only body of document into this field and not other meta data?

change your defaultField?



-Hoss

Reply via email to