Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Solr5 query highlighting. Fixes #130 #144

Merged
merged 1 commit into from
Aug 27, 2015

Conversation

luketaverne
Copy link
Collaborator

Written based on the StandardHighlighter specification on the Solr wiki here.

There are also FastVectorHighlighter and PostingsHighlighter which I did not include. They use many of the same parameters as the StandardHighlighter. However, there are certain parameters that are only valid for certain highlighters. I'm thinking I will just add these two highlighters, and their special parameters, as options to this hl function. This project seems to leave it up to the user to use the proper Solr query parameters. If anyone wants me to add some kind of special parameter checking for this based on the selected highlighter, let me know.

luketaverne added a commit that referenced this pull request Aug 27, 2015
Added support for Solr5 query highlighting. Fixes #130
@luketaverne luketaverne merged commit 92470e1 into lbdremy:master Aug 27, 2015
@luketaverne luketaverne deleted the query-highlighting branch September 7, 2015 09:27
@ghost
Copy link

ghost commented Feb 6, 2018

Hi luketaverne,

could we use this node module in Angular ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant