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 NERmodelFile
from the values found in any matchingsource
field into a configureddest
field, after first tokenizing the source text using the index analyzer on the configuredanalyzerFieldType
, which must includesolr.OpenNLPTokenizerFactory
as the tokenizer.