
|
If you were logged in you would be able to see more operations.
|
|
|
| Lucene Fields: |
New
|
| Resolution Date: |
21/Sep/08 10:43 AM
|
|
PhraseQuery.toString() is overly simplistic, in that it doesn't correctly show phrases with gaps or overlapping terms. This may be misleading when presenting phrase queries built using complex analyzers and filters.
|
|
Description
|
PhraseQuery.toString() is overly simplistic, in that it doesn't correctly show phrases with gaps or overlapping terms. This may be misleading when presenting phrase queries built using complex analyzers and filters. |
Show » |
|
Gaps are represented as "?" and overlapping terms are separated by a vertial bar sign. Example:
"hi this is a test"
"hi ? ? ? test"
"hi hello ? ? test"
"hi|hello ? ? ? test"