Loading Solr Analyzer from RuntimeLib Blob

2015-09-10 Thread Steve Davids
Hi, I am attempting to migrate our deployment process over to using the recently added "Blob Store API" which should simplify things a bit when it comes to cloud infrastructures for us. Unfortunately, after loading the jar in the .system collection and adding it to our runtimelib config overlay an

Re: Only highlight terms that caused a search hit/match

2014-02-19 Thread Steve Davids
then you need to follow the query tree while you > highlight so that in your first example a OR (b AND z), having picked a > snippet or two for a, you then also go and pick a snippet or two for the b > AND z clause, and then present them both together. > > It's a hard problem but it

Only highlight terms that caused a search hit/match

2014-02-14 Thread Steve Davids
Hello, I have recently been given a requirement to improve document highlights within our system. Unfortunately, the current functionality gives more of a best-guess on what terms to highlight vs the actual terms to highlight that actually did perform the match. A couple examples of issues that