Hi, I'm trying to use the Solr Tika language detection. I added to the Solrconfig.xml:
<updateRequestProcessorChain name="langid"> <processor class="org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory"> <str name="langid.fl">content</str> <str name="langid.threshold">0.1</str> <str name="langid.langField">language_t</str> <str name="langid.fallback">en</str> </processor> And I have in the schema dynamic text field *_t And I also added the lib. I ran the nutch on single site, written in English All succeed in success, the site added to Solr, but no language field added Am I missing something? There is anything else that I should do in order to see the language field? Thanks. --------------------------------------------------------------------- Intel Electronics Ltd. This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.