Hi all, I pass some strings to org.apache.nutch.searcher.Query#parse() method, but I got difference result like below:
parameter string: area:XX, returnedQuery.toString() is: area:XX. parameter string: subarea:YY, returnedQuery.toString() is: subarea YY. (Note: the ':' disappearred) parameter string: publishdate:ZZ, returnedQuery.toString() is: publishdate ZZ. (Note: the ':' disapperarred too) So I can't query any content in field subarea & publishdate. Why it is caused? Is it a bug or something I unknowed cuase it? Thanks all. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
