We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa05129 commit deb313aCopy full SHA for deb313a
solr/conf/schema.xml
@@ -232,7 +232,7 @@
232
Throw away everything else, and stick a '***' on the front as an anchor
233
-->
234
<filter class="solr.PatternReplaceFilterFactory"
235
- pattern="^.*?(\p{N}[\p{N}\-\.]{4,}\p{N}[xX]?).*$" replacement="***$1"
+ pattern="^.*?(\p{N}[\p{N}\-\.]{6,}\p{N}[xX]?).*$" replacement="***$1"
236
/>
237
238
<!-- This is a little silly, but basically we find anything that does *not*
0 commit comments