[
https://issues.apache.org/jira/browse/SOLR-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186369#comment-13186369
]
Koji Sekiguchi commented on SOLR-2749:
--------------------------------------
Are you sure that you have boundaryScanner tag in your solrconfig.xml?
{code}
<boundaryScanner name="default"
default="true"
class="solr.highlight.SimpleBoundaryScanner">
<lst name="defaults">
<str name="hl.bs.maxScan">10</str>
<str name="hl.bs.chars">.,!? 	 </str>
</lst>
</boundaryScanner>
{code}
> use BoundaryScanner in Solr FVH
> -------------------------------
>
> Key: SOLR-2749
> URL: https://issues.apache.org/jira/browse/SOLR-2749
> Project: Solr
> Issue Type: New Feature
> Components: highlighter
> Affects Versions: 3.1, 3.2, 3.3, 3.4, 4.0
> Reporter: Koji Sekiguchi
> Assignee: Koji Sekiguchi
> Priority: Minor
> Fix For: 3.5, 4.0
>
> Attachments: SOLR-2749.patch, SOLR-2749.patch, SOLR-2749.patch
>
>
> After LUCENE-1824 committed, Solr FragmentsBuilder can snip off at the
> "natural" boundary by nature. But to bring out the full feature, Solr should
> take care of arbitrary BoundaryScanner in solrconfig.xml.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]