
gcampbell1644 at attbi
Jun 24, 2002, 7:51 PM
Views: 98
Permalink
|
New to Lucene. If I index D:\jdk1.3.1_01\src\javax\swing\event\ListDataListener.java in the field "path". And search for path:D*ListDataListener.java I get that document above as the result - as expected. But, if do the following search, I get nothing, not even an error. path:D\:\\jdk1.3.1_01\\src\\javax\\swing\\event\\ListDataListener.java Using the WhitespaceAnalyzer. thoughts? I'm noticing other strange problems with query parsing. Should I send them to someone? Who? I'll start looking through the code for clues. thanks - gene -- To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe [at] jakarta> For additional commands, e-mail: <mailto:lucene-dev-help [at] jakarta>
|