Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5f3753

Browse files
committed
Fix typos.
Guillaume Lelarge
1 parentec1aafc commitf5f3753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/textsearch.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.29 2007/10/29 01:55:11 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.30 2007/11/05 15:55:53 mha Exp $ -->
22

33
<chapter id="textsearch">
44
<title id="textsearch-title">Full Text Search</title>
@@ -2060,7 +2060,7 @@ SELECT to_tsvector('english','in the list of stop words');
20602060
'list':3 'stop':5 'word':6
20612061
</programlisting>
20622062

2063-
Themising positions 1,2,4 are because of stop words. Ranks
2063+
Themissing positions 1,2,4 are because of stop words. Ranks
20642064
calculated for documents with and without stop words are quite different:
20652065

20662066
<programlisting>
@@ -2542,7 +2542,7 @@ CREATE TEXT SEARCH DICTIONARY english_stem (
25422542
<para>
25432543
A <application>Snowball</> dictionary recognizes everything, whether
25442544
or not it is able to simplify the word, so it should be placed
2545-
at the end of the dictionary list. Itit useless to have it
2545+
at the end of the dictionary list. Itis useless to have it
25462546
before any other dictionary because a token will never pass through it to
25472547
the next dictionary.
25482548
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp