[
https://issues.apache.org/jira/browse/LUCENE-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645801#comment-15645801
]
ASF GitHub Bot commented on LUCENE-7544:
----------------------------------------
Github user michaelbraun commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/111#discussion_r86893258
--- Diff:
lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighter.java
---
@@ -959,4 +961,84 @@ protected PassageFormatter getFormatter(String field) {
ir.close();
}
+ public void testBooleanWithSpanAndOverlappingTerms() throws IOException {
--- End diff --
I will fix the name of the test to clarify and move to the appropriate
file. Regarding PhraseHelper, that should probably be a separate issue/commit
I'd think, no? Agree it should be have package visibility rather than be public.
> UnifiedHighlighter should allow extension for custom query types
> ----------------------------------------------------------------
>
> Key: LUCENE-7544
> URL: https://issues.apache.org/jira/browse/LUCENE-7544
> Project: Lucene - Core
> Issue Type: Improvement
> Components: modules/highlighter
> Reporter: Michael Braun
> Assignee: David Smiley
> Fix For: 6.4
>
>
> In our use case, we have custom query types (both SpanQuery and
> non-SpanQuery) which are not provided by Lucene. UnifiedHighlighter needs
> extension points to handle some custom query types in order for highlighting
> to be accurate. This issue represents adding two extension point methods to
> support custom query types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]