Ticket #11 (closed defect: released)
Make stemming language configurable in omindex and scriptindex
| Reported by: | arjen | Owned by: | olly |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Omega | Version: | 0.7.4 |
| Severity: | minor | Keywords: | |
| Cc: | Blocked By: | ||
| Operating System: | All | Blocking: |
Description
As posted to the mailinglost:
When I do the simplest possible version of this query, I get these results: 0.6.5
All 10 matches OmQuery?((nos:(pos=1) AND meet:(pos=2))) Term frequencies: nos: 7,291, meeting: 97
1-10 of about 7,387 matches OmQuery?((nos:(pos=1) OR meet:(pos=2))) Term frequencies: nos: 7,291, meeting: 97
0.6.4
1-10 of about 52 matches OmQuery?((nos:(pos=1) AND meeting:(pos=2))) Term frequencies: nos: 7,291, meeting: 3,101
1-10 of about 10,360 matches OmQuery?((nos:(pos=1) OR meeting:(pos=2))) Term frequencies: nos: 7,291, meeting: 3,101
This is, of course, on the same database. The problem is in the number of found documents for the term 'meeting' (which gets stemmed to 'meet').
The problem only occurs with a 0.6.5 omega, an 0.6.4 with an 0.6.5 xapian-backend appears to be ok.
