On pages where words AFTER a short word which are excluded by (SMALL_WORDS_SIZE = 2) separeted with
- ALL word after - are NOT indexed.
Example (for Demo 1.6.2) :
If-Modified -> Modified is NOT found in this page (other words on this page are indexed):
http://httpd.apache.org/docs/misc/perf-tuning.html
Okay, Modified is in index but NOT this "Modified" (don“t find an other word after - )!
:: Other example for test::
- add at a page the words:
or-juzutuziopa and index this page.
juzutuziopa was NOT found and
or-juzutuziopa was also not found
juzutuziopa is not in keywordtable !
Any hints ?