Hello.

When Text Extraction on Solr side,  I executed the following to get metadata of 
xls/doc/pdf files in Solr Example.
I could get metadata(name,size,etc.) on Solr, but could not get content 
extracted text .
I couldn't find string field like "s_content".

1. solrconfig.xml
   In ExtractingRequestHandler
   <str name="uprefix">s_</str>
2. schema.xml
   <dynamicField name="s_*"  type="text"  indexed="true"  stored="true"/>   
3. On ManifoldCF, it processed the Job(Windows shares (or filesystem) 
repository to Solr output connector).

I guess it have to set up using Solr Cell setting for get content .
What do I need to do?(Solr user's question?)

Regards,
Abe
 

Reply via email to