Package org.apache.solr.update.processor
Various implementations of
LanguageIdentifierUpdateProcessor
and their factories.-
Interface Summary Interface Description LangIdParams -
Class Summary Class Description DetectedLanguage Bean holding a language and a detection certaintyLangDetectLanguageIdentifierUpdateProcessor Identifies the language of a set of input fields using https://github.com/shuyo/language-detectionLangDetectLanguageIdentifierUpdateProcessorFactory Identifies the language of a set of input fields using http://code.google.com/p/language-detectionLanguageIdentifierUpdateProcessor Identifies the language of a set of input fields.OpenNLPLangDetectUpdateProcessor Identifies the language of a set of input fields using Apache OpenNLP.OpenNLPLangDetectUpdateProcessorFactory Identifies the language of a set of input fields using Apache OpenNLP.SolrInputDocumentReader Reader on top of SolrInputDocument that can "stream" a document as a character stream in a memory efficient way, to avoid potentially large intermediate string buffers containing whole document content.TikaLanguageIdentifierUpdateProcessor Identifies the language of a set of input fields using Tika's LanguageIdentifier.TikaLanguageIdentifierUpdateProcessorFactory Identifies the language of a set of input fields using Tika's LanguageIdentifier.