Your email is vague in terms of what you are actually *doing* and what 
behavior you are seeing.  

Providing specific details like "This is my schema.xml and this is my 
solrconfig.xml; when i POST this file to this URL i get this result and i 
would instead like to get this result" is useful for other people to 
provide you with meaningful help...

https://wiki.apache.org/solr/UsingMailingLists

My best guess is that you are refering specifically to the behavior of 
ExtractingRequestHandler and the fields it tries to include in documents 
that are exstracted, and how those fileds are indexed -- in which case you 
can use the "uprefix" option to add a prefix to the name of all fields 
generated by Tika that aren't already in your schema, and you can then 
define a dynamicField matching hat prefix to ontrol every aspect of the 
resulting fields...

https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Solr+Cell+using+Apache+Tika#UploadingDatawithSolrCellusingApacheTika-InputParameters


-Hoss

Reply via email to