Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Where are the default stop lists???
Hi all,
I am trying to SELECT a list of all stop words that ship with Oracle. The documentation states:
"The system supplies a list of stopwords called a stoplist for every language. By default during indexing, the system uses the Oracle Text default stoplist for your language." [1]
When I run SELECT * FROM CTX_STOPWORDS, I only get results for the DEFAULT_STOPLIST, which is in English. How can I access the stop lists for other languages?
[1] https://docs.oracle.com/database/121/CCAPP/GUID-71087894-0C0B-42CF-B37E-064401C54545.htm#CCAPP9094
Best Answer
-
Also, they can be found in: ORACLE_HOME\ctx\admin\defaults
Answers
-
They are referenced in the appendix:
https://docs.oracle.com/database/121/CCREF/astopsup.htm#CCREF1400
-
Also, they can be found in: ORACLE_HOME\ctx\admin\defaults