A C D E F G I L M N O P R S T 
All Classes All Packages

A

allMapFieldsSet - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
appends - Variable in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
appends - Variable in class org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessorFactory
 
appends - Variable in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
asString(Reader) - Static method in class org.apache.solr.update.processor.SolrInputDocumentReader
Gets the whole reader as a String

C

close() - Method in class org.apache.solr.update.processor.SolrInputDocumentReader
 
concatFields(SolrInputDocument) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Concatenates content from input fields defined in langid.fl.

D

defaults - Variable in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
defaults - Variable in class org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessorFactory
 
defaults - Variable in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
DetectedLanguage - Class in org.apache.solr.update.processor
Bean holding a language and a detection certainty
detectLanguage(Reader) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessor
Detects language(s) from a reader, typically based on some fields in SolrInputDocument Classes wishing to implement their own language detection module should override this method.
detectLanguage(Reader) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Detects language(s) from a reader, typically based on some fields in SolrInputDocument Classes wishing to implement their own language detection module should override this method.
detectLanguage(Reader) - Method in class org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessor
 
detectLanguage(Reader) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessor
 
detectLanguage(SolrInputDocument) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Detects language(s) from all configured fields
DOCID_FIELD_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
DOCID_LANGFIELD_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
DOCID_LANGSFIELD_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
DOCID_PARAM - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
DOCID_THRESHOLD_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
docIdField - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 

E

enabled - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
enableMapping - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
ENFORCE_SCHEMA - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
enforceSchema - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 

F

FALLBACK - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
FALLBACK_FIELDS - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
fallbackFields - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
fallbackValue - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
FIELDS_PARAM - Static variable in interface org.apache.solr.update.processor.LangIdParams
 

G

getCertainty() - Method in class org.apache.solr.update.processor.DetectedLanguage
Returns the detected certainty for this language
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessorFactory
 
getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
getLangCode() - Method in class org.apache.solr.update.processor.DetectedLanguage
Returns the detected language code
getMappedField(String, String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Returns the name of the field to map the current contents into, so that they are properly analyzed.
getStringFields(SolrInputDocument) - Static method in class org.apache.solr.update.processor.SolrInputDocumentReader
 

I

inform(SolrCore) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessorFactory
 
inform(SolrCore) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
init(NamedList<?>) - Method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
The UpdateRequestProcessor may be initialized in solrconfig.xml similarly to a RequestHandler, with defaults, appends and invariants.
init(NamedList<?>) - Method in class org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessorFactory
 
init(NamedList<?>) - Method in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
The UpdateRequestProcessor may be initialized in solrconfig.xml similarly to a RequestHandler, with defaults, appends and invariants.
inputFields - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
invariants - Variable in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
invariants - Variable in class org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessorFactory
 
invariants - Variable in class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
isEnabled() - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Tells if this processor is enabled or not

L

LANG_ALLOWLIST - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
LANG_FIELD - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
LANG_WHITELIST - Static variable in interface org.apache.solr.update.processor.LangIdParams
Deprecated.
langAllowlist - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LangDetectLanguageIdentifierUpdateProcessor - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using https://github.com/shuyo/language-detection
LangDetectLanguageIdentifierUpdateProcessor(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessor
 
LangDetectLanguageIdentifierUpdateProcessorFactory - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using http://code.google.com/p/language-detection
LangDetectLanguageIdentifierUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 
langField - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LangIdParams - Interface in org.apache.solr.update.processor
 
langPattern - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LANGS_FIELD - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
langsField - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LANGUAGE_ID - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
LanguageIdentifierUpdateProcessor - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields.
LanguageIdentifierUpdateProcessor(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
lcMap - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
LCMAP - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
loadData() - Static method in class org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory
 

M

MAP_ENABLE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_FL - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_INDIVIDUAL - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_INDIVIDUAL_FL - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_KEEP_ORIG - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_LCMAP - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_OVERWRITE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_PATTERN - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_PATTERN_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_REPLACE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAP_REPLACE_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
mapFields - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapIndividual - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapIndividualFieldsSet - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapKeepOrig - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapLcMap - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapOverwrite - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapPattern - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
mapReplaceStr - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
MAX_FIELD_VALUE_CHARS - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAX_FIELD_VALUE_CHARS_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAX_TOTAL_CHARS - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
MAX_TOTAL_CHARS_DEFAULT - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
maxFieldValueChars - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
maxTotalChars - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 

N

normalizeLangCode(String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Looks up language code in map (langid.lcmap) and returns mapped value

O

OpenNLPLangDetectUpdateProcessor - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using Apache OpenNLP.
OpenNLPLangDetectUpdateProcessor(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor, LanguageDetectorModel) - Constructor for class org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessor
 
OpenNLPLangDetectUpdateProcessorFactory - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using Apache OpenNLP.
OpenNLPLangDetectUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessorFactory
 
org.apache.solr.update.processor - package org.apache.solr.update.processor
Various implementations of LanguageIdentifierUpdateProcessor and their factories.
overwrite - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
OVERWRITE - Static variable in interface org.apache.solr.update.processor.LangIdParams
 

P

process(SolrInputDocument) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
This is the main process method called from processAdd()
processAdd(AddUpdateCommand) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 

R

read(char[], int, int) - Method in class org.apache.solr.update.processor.SolrInputDocumentReader
 
ready() - Method in class org.apache.solr.update.processor.SolrInputDocumentReader
 
resolveLanguage(String, String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Chooses a language based on the list of candidates detected
resolveLanguage(List<DetectedLanguage>, String) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Chooses a language based on the list of candidates detected

S

schema - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
setEnabled(boolean) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
setEodReturnValue(int) - Method in class org.apache.solr.update.processor.SolrInputDocumentReader
Choose another return value than -1 for end of document reached.
solrDocReader(SolrInputDocument, String[]) - Method in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
Returns a reader that streams String content from fields.
SolrInputDocumentReader - Class in org.apache.solr.update.processor
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.
SolrInputDocumentReader(SolrInputDocument, int, int) - Constructor for class org.apache.solr.update.processor.SolrInputDocumentReader
Creates a character-stream reader that streams all String fields in the document with space as separator
SolrInputDocumentReader(SolrInputDocument, String[], int, int, String) - Constructor for class org.apache.solr.update.processor.SolrInputDocumentReader
Creates a character-stream reader that reads the listed fields in order, with max lengths as specified.

T

threshold - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
THRESHOLD - Static variable in interface org.apache.solr.update.processor.LangIdParams
 
TikaLanguageIdentifierUpdateProcessor - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using Tika's LanguageIdentifier.
TikaLanguageIdentifierUpdateProcessor(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) - Constructor for class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessor
 
TikaLanguageIdentifierUpdateProcessorFactory - Class in org.apache.solr.update.processor
Identifies the language of a set of input fields using Tika's LanguageIdentifier.
TikaLanguageIdentifierUpdateProcessorFactory() - Constructor for class org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory
 
tikaSimilarityPattern - Variable in class org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor
 
A C D E F G I L M N O P R S T 
All Classes All Packages