Mailing List Archive

DO NOT REPLY [Bug 11636] New: - Special Characters inside a query resolve in wrong hits
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11636>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11636

Special Characters inside a query resolve in wrong hits

Summary: Special Characters inside a query resolve in wrong hits
Product: Lucene
Version: 1.0.2
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Major
Priority: Other
Component: Index
AssignedTo: lucene-dev@jakarta.apache.org
ReportedBy: cpinotossi@web.de


Sample:
Index got the key "e-documentation" one time.

query: e-documentation
result: wrong; hits = 0;
Lucene think it will be a boolean operator ( e -documentation);

query: "e-documentation"
result: correct, hits = 1

query: e\-documentation
result: correct, hits = 1;

query: e\-doc*
result: wrong; hits = 0;
Lucene is not able to find "e-documentation"

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>