elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.55k stars 24.61k forks source link

Add a segmenter to the FVH using BreakIterator #5382

Closed nik9000 closed 10 years ago

nik9000 commented 10 years ago

It'd be useful to have a segmenter that spits out full sentences (if possible) using the BreakIterator. BreakIterator is nice here because it should be reasonably quick and it spits out very pretty results.

nik9000 commented 10 years ago

Abandoning in favor of getting this Elasticsearch plugin released which has this: https://github.com/nik9000/expiremental-highlighter