hi all,
   
    Does lucene support all fields with a term?  Can I use "_all" intead 
"fieldname"?

   As Lucene's APIs example code:
     ...
    // Parse a simple query that searches for "text":
    QueryParser parser = new QueryParser(Version.LUCENE_CURRENT, "fieldname", 
analyzer);
    Query query = parser.parse("text");
     ...
   
Thanks
-- 
haiwei

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to