By default, the date field is neither indexed nor queryable. You have to enable plugin query-more and index-more. Maybe that's your issue.
On 8/26/07, kevin chen <[EMAIL PROTECTED]> wrote: > > Hi, guys > > I am very puzzled by the searching by field. > > I can successfully do following query: > > site:lucene.apache.org "apache" > which returned 20 hits. > > But, following query retured 0 hit. > > date:20070101-20070701 "apache" > > Using luke, query the same index using query > date:20070101-20070701 apache > returned 2 documents. > > What did I miss here? is there some logics implemented for "site:" > keyword that I have to do for other keyword? > > --Kevin > > >
