diff --git a/CHANGES.txt b/CHANGES.txt index d0e9181b57c..d0853332d02 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -87,6 +87,10 @@ New Features RequestHandlers, FieldTypes, and QueryResponseWriters to share the same base code for loading and initalizing plugins. (ryan) +14. SOLR-225: Enable pluggable highlighting classes. Allow configurable + highlighting formatters and Fragmenters. (ryan) + + Changes in runtime behavior Optimizations diff --git a/example/solr/conf/solrconfig.xml b/example/solr/conf/solrconfig.xml index b6a8c8d962b..d32eafe5512 100755 --- a/example/solr/conf/solrconfig.xml +++ b/example/solr/conf/solrconfig.xml @@ -431,6 +431,31 @@ + + + + + + 100 + + + + + + 70 + + + + + + + ]]> + ]]> + + + + + + + + 100 + + + + + + 70 + + + + + + + ]]> + ]]> + + + + +