Date: 2004-12-16T10:36:21
   Editor: DanielNaber <[EMAIL PROTECTED]>
   Wiki: Jakarta Lucene Wiki
   Page: Lucene2Whiteboard
   URL: http://wiki.apache.org/jakarta-lucene/Lucene2Whiteboard

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -30,7 +30,7 @@
 
  11. (Hard) Make indexing more flexible, so that one could e.g., not store 
positions or even frequencies, or alternately, to store extra information with 
each position, or to even use different posting compression algorithms.  This 
could be implemented by extending Field to specify a FieldIndexer.  A 
FieldIndexer would be passed each token and decide what about it to record, how 
to record it, etc.  All fields with the same name must use the same 
FieldIndexer implementation.  The FieldIndexer implementation would be 
serialized with the index.  Detailed specification of a FieldIndexer API is 
required before this proposal can be seriously considered.
 
- 12. In PROGRESS: 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.
+ 12. DONE: 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 (to be built as a separate JAR but released with the main Lucene 
distributions).
 

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

Reply via email to