olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.96k stars 548 forks source link

Get surrounding text for search. #158

Closed Tombert closed 9 years ago

Tombert commented 9 years ago

Hello! I am curious about this...when you search on Google for something, you get the results (obviously), and then a little excerpt of the page with the surrounding text. Is there any mechanism in which to do this in Lunr.js?

olivernn commented 9 years ago

Currently, no :disappointed:

This is a very popular request, the trouble is that it is completely incompatible with the current way lunr stores its index of documents and performs searches. As such implementing it is not easy, not to say it is something that will never happen, just that it probably won't be available anytime soon.