Mailing List Archive

DO NOT REPLY [Bug 12950] New: - Query syntax.
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=12950>.
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=12950

Query syntax.

Summary: Query syntax.
Product: Lucene
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Other
Component: Search
AssignedTo: lucene-dev@jakarta.apache.org
ReportedBy: dominik@consol.pl


Hi.

This mail is just the short report from my tests on Lucene:
Basically lets say I have two strings indexed:
1. ??
2. test??

Now report:
- I wasn't able to find the first string by using any kind of query
(what I tried was: \??, \?\?)
- the second string I found using following queries: test\?\?, test??, tes???
but e.g. the queries tes?\?\?, test\?? failed.

Regards
Dominik

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