-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
We need to add full text configurations to make Babelfish's full text search behaviors match more closely with SQL Server. This commit adds a stopwords file and a synonym file that are used by Babelfish to create its full text configurations. Task: BABEL-4246 Signed-off-by: Robin Li <[email protected]>
- Loading branch information
1 parent
cc4936b
commit 4493423
Showing
4 changed files
with
985 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
$ | ||
0 | ||
1 | ||
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 | ||
A | ||
B | ||
C | ||
D | ||
E | ||
F | ||
G | ||
H | ||
I | ||
J | ||
K | ||
L | ||
M | ||
N | ||
O | ||
P | ||
Q | ||
R | ||
S | ||
T | ||
U | ||
V | ||
W | ||
X | ||
Y | ||
Z | ||
about | ||
after | ||
all | ||
also | ||
an | ||
and | ||
another | ||
any | ||
are | ||
as | ||
at | ||
be | ||
because | ||
been | ||
before | ||
being | ||
between | ||
both | ||
but | ||
by | ||
came | ||
can | ||
come | ||
could | ||
did | ||
do | ||
does | ||
each | ||
else | ||
for | ||
from | ||
get | ||
got | ||
had | ||
has | ||
have | ||
he | ||
her | ||
here | ||
him | ||
himself | ||
his | ||
how | ||
if | ||
in | ||
into | ||
is | ||
it | ||
its | ||
just | ||
like | ||
make | ||
many | ||
me | ||
might | ||
more | ||
most | ||
much | ||
must | ||
my | ||
never | ||
no | ||
now | ||
of | ||
on | ||
only | ||
or | ||
other | ||
our | ||
out | ||
over | ||
re | ||
said | ||
same | ||
see | ||
should | ||
since | ||
so | ||
some | ||
still | ||
such | ||
take | ||
than | ||
that | ||
the | ||
their | ||
them | ||
then | ||
there | ||
these | ||
they | ||
this | ||
those | ||
through | ||
to | ||
too | ||
under | ||
up | ||
use | ||
very | ||
want | ||
was | ||
way | ||
we | ||
well | ||
were | ||
what | ||
when | ||
where | ||
which | ||
while | ||
who | ||
will | ||
with | ||
would | ||
you | ||
your |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.