Doug Cutting wrote: > 3. Replace public IndexWriter fields (mergeFactor, minMergeDocs, etc.) > with get/set accessors. Also, minMergeDocs should be renamed > maxBufferedDocs.
I'd also suggest changing the static field maxClauseCount in BooleanQuery to use a getter/setter and eliminate the System.getProperty call (as in IndexWriter). The System.getProperty calls prevent the use of Lucene as a search engine in an unsigned applet. Thanks, Jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]