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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
