Package org.apache.solr.update.processor
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.
-
ClassesClassDescriptionClassifies text in fields using a model via OpenNLP
modelFilefrom the values found in any matchingsourcefield into a configureddestfield.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.