-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.0.6
-
Component/s: Index Maintenance, Text Search
-
None
-
ALL
-
Real world example of issue: searching the phrase what the renders no results. Searching "what the" also renders no results. However, searching "what the hell" finds results.
It seems that quite simply, dropped words are not indexed at all, so even when you do an explicit search (ie, quoted phrase) you will always receive 0 results.
I am reporting this as a bug as I'm unsure if this was intentional. If it was, then this is an enhancement request to either:
- Let us disable or otherwise configure the drop words for a specific language
- Enhance indexing to handle this.
- duplicates
-
SERVER-10062 Add user configurable stop word lists for text search
- Backlog