Hi. As I have described here (http://lucene.472066.n3.nabble.com/URL-redirection-and-zero-scores-td3085311.html) I have encountered a situation where some of my indexed documents have zero boost value.
I'd like to know if there's a way to search which ones have zero as their boost value. I have tried to do a Lucene query with Luke but it failed. The query was: boost:"00 00 00 00". (The boost field seems to be a binary one, so it may have something to do with the problem.) I allowed leading * in wildcard queries, and url:* returned me every document as it should. However, boost:* returned none. Can this boost field even be used as a search criteria? Best regards, Nutch User - 1

