Package org.apache.solr.update.processor
Update request processor invoking OpenNLP Named Entity Recognition over configured
    source field(s), populating configured target field(s) with the results.
- 
Class Summary Class Description OpenNLPExtractNamedEntitiesUpdateProcessorFactory Extracts named entities using an OpenNLP NERmodelFilefrom the values found in any matchingsourcefield into a configureddestfield, after first tokenizing the source text using the index analyzer on the configuredanalyzerFieldType, which must includesolr.OpenNLPTokenizerFactoryas the tokenizer.