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.
  • Classes
    Class
    Description
    Classifies text in fields using a model via OpenNLP modelFile from the values found in any matching source field into a configured dest field.
    Extracts named entities using an OpenNLP NER modelFile from the values found in any matching source field into a configured dest field, after first tokenizing the source text using the index analyzer on the configured analyzerFieldType , which must include solr.OpenNLPTokenizerFactory as the tokenizer.