RE: How to create highlight search component using Config API

2016-07-15 Thread Alexandre Drouin
as accepted by Solr and I can see it when going to the url "solr//config". As you can see I use the 'highlight' name to override the default one however my highlighter is not picked up by my request handler. If I remove my highlight search component from the API and add it

Re: How to create highlight search component using Config API

2016-07-08 Thread Cassandra Targett
If you already have highlighting defined from one of the default configsets, you can see an example of how the JSON is structured with a Config API request. I assume you already tried that, but pointing it out just in case. Defining a highlighter with the Config API is a bit confusing to be honest