Skip to content

Commit deb313a

Browse files
committed
Up min-length to 8
1 parent fa05129 commit deb313a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/conf/schema.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
Throw away everything else, and stick a '***' on the front as an anchor
233233
-->
234234
<filter class="solr.PatternReplaceFilterFactory"
235-
pattern="^.*?(\p{N}[\p{N}\-\.]{4,}\p{N}[xX]?).*$" replacement="***$1"
235+
pattern="^.*?(\p{N}[\p{N}\-\.]{6,}\p{N}[xX]?).*$" replacement="***$1"
236236
/>
237237

238238
<!-- This is a little silly, but basically we find anything that does *not*

0 commit comments

Comments
 (0)