Re: LanguageDetection inside of ExtractingRequestHandler

2012-06-20 Thread Jan Høydahl
Hi, In my opinion, instead of hardcoding such functionality into multiple request handlers, we should go the opposite direction -> modularization, factoring out Tika extraction into its own UpdateProcessor (https://issues.apache.org/jira/browse/SOLR-1763). Then the ExtractingRequestHandler wou

LanguageDetection inside of ExtractingRequestHandler

2012-06-19 Thread Martin Ruckli
Hi all, I just wanted to check if there is a demand for this feature. I had to implement this functionality for one of our customers and would like to contribute it. Here is the use case: We are using the ExtractingRequestHandler with the extractOnly=true flag set. With a request to this handle