[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-22 Thread Timothy055
Github user Timothy055 commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r89227253 --- Diff: solr/core/src/java/org/apache/solr/handler/component/HighlightComponent.java --- @@ -184,6 +185,20 @@ public void process(ResponseBuilder rb

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r89039004 --- Diff: solr/core/src/java/org/apache/solr/handler/component/HighlightComponent.java --- @@ -184,6 +185,20 @@ public void process(ResponseBuilder rb) t

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87741032 --- Diff: solr/core/src/java/org/apache/solr/highlight/UnifiedSolrHighlighter.java --- @@ -0,0 +1,366 @@ +/* + * Licensed to the Apache Software

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87738726 --- Diff: solr/core/src/java/org/apache/solr/highlight/UnifiedSolrHighlighter.java --- @@ -0,0 +1,366 @@ +/* + * Licensed to the Apache Software

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87740491 --- Diff: solr/core/src/test/org/apache/solr/highlight/TestUnifiedSolrHighlighter.java --- @@ -0,0 +1,222 @@ +/* + * Licensed to the Apache Softw

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87740728 --- Diff: solr/core/src/test/org/apache/solr/highlight/TestUnifiedSolrHighlighter.java --- @@ -0,0 +1,222 @@ +/* + * Licensed to the Apache Softw

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87740749 --- Diff: solr/core/src/test-files/solr/collection1/conf/solrconfig-unifiedhighlight.xml --- @@ -0,0 +1,35 @@ + + + + + --- End

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87743142 --- Diff: solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java --- @@ -373,6 +373,11 @@ protected BoundaryScanner getBoundaryScanner(

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87740550 --- Diff: solr/core/src/test/org/apache/solr/highlight/TestUnifiedSolrHighlighter.java --- @@ -0,0 +1,222 @@ +/* + * Licensed to the Apache Softw

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-10-31 Thread Timothy055
GitHub user Timothy055 opened a pull request: https://github.com/apache/lucene-solr/pull/107 SOLR-9708 UnifiedHighlighter Solr Plugin An initial implementation of a solr plugin for the unified highlighter. You can merge this pull request into a Git repository by running: $ git