mirror of https://github.com/apache/lucene.git
example: make it harder to hit test synonyms accidentally
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb20497e42
commit
00a3df84d4
|
@ -12,11 +12,9 @@
|
|||
|
||||
#-----------------------------------------------------------------------
|
||||
#some test synonym mappings unlikely to appear in real input text
|
||||
aaa => aaaa
|
||||
bbb => bbbb1 bbbb2
|
||||
ccc => cccc1,cccc2
|
||||
a\=>a => b\=>b
|
||||
a\,a => b\,b
|
||||
aaafoo => aaabar
|
||||
bbbfoo => bbbfoo bbbbar
|
||||
cccfoo => cccbar cccbaz
|
||||
fooaaa,baraaa,bazaaa
|
||||
|
||||
# Some synonym groups specific to this example
|
||||
|
|
Loading…
Reference in New Issue