システムは頻繁に出現する単語を自動的に無視しようとしているに違いありません。それはあなたが「だけ」を見つけることができない理由を説明するでしょう、しかし「onnly」は見つけることができます。'a'、'an'、..を検索できますか
うまくいかない単語のリストは、文の主要な単語ではないことが多い非常に一般的な単語のように見えます。これを考えると、それらは全文検索で検索している単語ではない可能性があります。
'that'という単語を含む記事を探している確率はどれくらいですか?その単語を含めることが記事にある唯一の事実ですか?
私はあなたのリストを見つけたと思います....皮肉なことに、私が始めた最後の会社のwikiページから..:http ://www.sugarcrm.com/wiki/index.php?title = Overview_of_Full_Text_Stop_Words#Default_Stop_Words_.28for_English.29
2.10.3 Modifying the Default Stoplist The default stoplist is always named CTXSYS.DEFAULT_STOPLIST. You can use the following procedures to modify this stoplist:
• CTX_DDL.ADD_STOPWORD
• CTX_DDL.REMOVE_STOPWORD
• CTX_DDL.ADD_STOPTHEME
• CTX_DDL.ADD_STOPCLASS
When you modify CTXSYS.DEFAULT_STOPLIST with the CTX_DDL package, you must re-create your index for the changes to take effect.
デフォルトのストップワードリスト:
a he out up
be more their at
had one will from
it than and is
only when corp not
she also in says
was by ms to
about her over
because most there
has or with
its that are
of which could
some an inc
we can mz
after his s
been mr they
have other would
last the as
on who for
such any into
were co no
all if so
but mrs this
更新-全文検索の仕組みを含むOracleの優れたホワイトペーパーは、http ://www.oracle.com/technology/products/text/pdf/text_techwp.pdfからダウンロードできます。彼らはストップワードとデフォルトリストがあるという事実に言及していますが、単語自体には言及していません。