What is a good stopword in full text indexation?
Posted
by
Benoit
on Programmers
See other posts from Programmers
or by Benoit
Published on 2011-02-04T13:19:48Z
Indexed on
2011/02/04
15:33 UTC
Read the original article
Hit count: 334
indexation
|stopword
When you go to the Appendix D in Oracle Text Reference they provide lists of stopwords used by Oracle Text when indexing table contents.
When I see the English list, nothing puzzles me. But the reason why the French list includes moyennant (French for in view of which) for example is unclear. Oracle has probably thought it through more than once before including it.
How would you constitute a list of appropriate stopwords if you were to design an indexer?
© Programmers or respective owner