fergiemcdowall / norch

A search server that can be installed with npm
655 stars 45 forks source link

Hit highlighting via term-cluster: query-pipeline story #124

Closed eklem closed 5 years ago

eklem commented 7 years ago

We need support for hit highlighting via search-index' term-cluster.

fergiemcdowall commented 7 years ago

Agreed. And in the general case, allow query/result pipelines in Norch

eklem commented 7 years ago

synonyms (swap one word for another & expand to several other words) could be a nice pipeline part.

eklem commented 5 years ago

Thinking this could be something happening in the frontend and not norch / search-index. Going to create a small library for this: hit-highlighter which will be part of daq-proc (document and query processing). Closing for now, open again if you disagree 😄

eklem commented 5 years ago

Or use the term-cluster library, but just in the frontend, outside norch / search-index.