OpenSextant / SolrTextTagger

A text tagger based on Lucene / Solr, using FST technology
Apache License 2.0
173 stars 37 forks source link

Tagging UpdateRequestProcessor #55

Open dsmiley opened 8 years ago

dsmiley commented 8 years ago

It would be cool to have a Solr URP that does text tagging and applies the results as fields. The referenced documents from tagging might include metadata that can be copied to the current document going through the URP. It might very well be demonstration in nature, as applications are likely to have specific needs here. Nonetheless it's great to start with something instead of from scratch.

Disclaimer: This is just a wish-list feature at this time. No plans yet.