srikanthv123 / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

Support per-field highlighting parameters #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add per-field highlighting parameters override. From 
http://wiki.apache.org/solr/HighlightingParameters :

Some parameters may be overriden on a per-field basis with the following 
syntax:

f.<fieldName>.<originalParam>=<value>

Test which parameters can be overriden.

Original issue reported on code.google.com by mauricio...@gmail.com on 17 Feb 2009 at 4:01

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 22 Feb 2009 at 8:44

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 7 Jun 2009 at 4:09

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 12 Jun 2011 at 9:58

GoogleCodeExporter commented 8 years ago
Recently needed to use the highlighting parameter, hl.q (missing in SolrNet). 
Made use of the ExtraParams option from the base CommonQueryOptions class. The 
same workaround should do for per-field overrides. 
Details posted here: 
http://teach-algo.blogspot.in/2013/05/solrnet-separate-highlighting-query-hlq.ht
ml

Original comment by alghos...@gmail.com on 1 Jun 2013 at 10:48

GoogleCodeExporter commented 8 years ago
Moved to https://github.com/mausch/SolrNet/issues/78

Original comment by mauricio...@gmail.com on 7 Sep 2013 at 10:30