Project

General

Profile

Actions

Bug #17482

closed

Stop Words in Indexed Search

Added by Christoph Eisenmann almost 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2007-07-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

There seems to be no support for adding stop words for the indexed search.
Even a field exists in the table index_words I could not find any evidence that this field is used outside of statistics. Stop words should not be used at all in the search. They should not get indexed at all... Big index tables can lead to database and server crashes.

There should be a possiblility to import stop words from files. It is very important that a search engines tries to minimize its database size by using stop words properly.

(issue imported from #M5991)

Actions #1

Updated by Alexander Opitz over 10 years ago

  • Category set to Indexed Search
  • Target version deleted (0)
  • Is Regression set to No
Actions #2

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Resolved
Steps:
  • Truncate index_words
  • insert words from stopword_list
  • set is_stopword to 1
  • re-index your data
Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF