Date: 2004-11-04T01:39:36
   Editor: ErikHatcher <[EMAIL PROTECTED]>
   Wiki: Jakarta Lucene Wiki
   Page: Lucene2Whiteboard
   URL: http://wiki.apache.org/jakarta-lucene/Lucene2Whiteboard

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -32,7 +32,7 @@
 
  12. Modify MultiFieldQueryParser so that it behaves as most people expect: searching 
for A AND B in the fields body, title means that both terms must occur, but it doesn't 
matter whether they occur in title or body. The old behaviour must still be available 
by default so we stay compatible.
 
- 13. Deprecate PorterStemFilter, in favor of the Snowball analyzers.  This should 
also coincide with folding the Snowball codebase into the main Lucene CVS tree.
+ 13. Deprecate PorterStemFilter, in favor of the Snowball analyzers.  This should 
also coincide with folding the Snowball codebase into the main Lucene CVS tree (to be 
built as a separate JAR but released with the main Lucene distributions).
 
 == Other Changes ==
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to