#104 closed enhancement (fixed)
Wildcard queries should use synonym instead of OR
| Reported by: | Richard Boulton | Owned by: | Richard Boulton |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.1 |
| Component: | QueryParser | Version: | SVN trunk |
| Severity: | minor | Keywords: | |
| Cc: | Blocked By: | #50 | |
| Blocking: | Operating System: | All |
Description (last modified by )
When the synonym query operator, and synonym postlists, are implemented, the queryparser should build wildcard queries using the synonym operator instead of the OR operator.
Change History (8)
comment:1 by , 19 years ago
| Blocked By: | 50 added |
|---|
comment:2 by , 19 years ago
| Operating System: | → All |
|---|---|
| Status: | new → assigned |
comment:3 by , 18 years ago
comment:4 by , 18 years ago
Also, so should queries generated from a single query term which has multiple prefixes assigned to it.
comment:6 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | → 1.1 |
comment:7 by , 17 years ago
| Milestone: | 1.1.0 → 1.1.1 |
|---|
Bumping milestone to 1.1.1 as there's no patch yet and isn't an incompatible change.
comment:9 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
This is fixed by a merge from the opsynonym branch in r12612.
Note:
See TracTickets
for help on using tickets.

"Partial" queries should also use the synonym operator, of course.