use entity reference in solrconfig.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2010-04-11 04:43:54 +00:00
parent f80c40aec3
commit ac05e3a08a
1 changed files with 1 additions and 1 deletions

View File

@ -966,7 +966,7 @@
<!-- allow 50% slop on fragment sizes --> <!-- allow 50% slop on fragment sizes -->
<float name="hl.regex.slop">0.5</float> <float name="hl.regex.slop">0.5</float>
<!-- a basic sentence pattern --> <!-- a basic sentence pattern -->
<str name="hl.regex.pattern">[-\w ,/\n\"']{20,200}</str> <str name="hl.regex.pattern">[-\w ,/\n\&quot;&apos;]{20,200}</str>
</lst> </lst>
</fragmenter> </fragmenter>