Thanks Paul, it's in. Otis ----- Original Message ---- From: Paul Elschot <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Saturday, February 25, 2006 7:09:25 AM Subject: Re: Lucene 1.9 RC1 release available: surround package.html files
On Saturday 25 February 2006 01:23, Chris Hostetter wrote: > ... > > ...Which means this weekend would be a good time for contrib module owners > to commit a quick one sentence "package.html" for each package in their > module. Now that the contrib classes are built/bundled/distributed along > with lucene-core, documenting what these modules do will be really handy. > > contrib packages that are currently lacking a package.html ... > .. At the moment issues.apache.org currently does not respond, so I'll inline them here, all APL 2: > surround org.apache.lucene.queryParser.surround.parser <html> <head> <title>Surround parser package</title> </head> <body> This package contains the QueryParser.jj source file for the Surround parser. <br> Parsing the text of a query results in a SrndQuery in the org.apache.lucene.queryParser.surround.query package. </body> </html> > surround org.apache.lucene.queryParser.surround.query <html> <head> <title>Surround query package</title> </head> <body> This package contains SrndQuery and its subclasses. <br> The parser in the org.apache.lucene.queryParser.surround.parser package normally generates a SrndQuery. <br> For searching an org.apache.lucene.search.Query is provided by the SrndQuery.makeLuceneQueryField method. For this, TermQuery, BooleanQuery and SpanQuery are used from Lucene. </body> </html> Regards, Paul Elschot --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]