Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by HossMan:
http://wiki.apache.org/solr/TaskList

------------------------------------------------------------------------------
  
  This section is for ideas that are relatively straight forward or don't 
involve major changes to the Solr codebase.  People who are eager to "give 
back" to the Solr community but don't have a lot of familiarity with the Solr 
code base may be interested in taking on these Tasks...
  
+  * Build a development tool that can run against the lucene jar (and contrib 
jars) and generate (stub) Factories for any Tokenizers or TokenFilters found 
that don't already exist in the solr code base ... this can be used anytime we 
update the version of lucene used, and the stubs could then be manually tweaked 
if the classes need additional options in their constructors.
   * the bf param of dismax should be smarter then just splitting on whitespace 
(ie: don't split in the middle of parens)
   * make delete support a list of Ids. .. perhaps let is support a mix of 
multiple ids or queries?, ie... 
{{{<delete><id>42</id><query>foo:bar</query><query>bax:yak</query><id>65</id><id>78</id></delete>}}}
 
   * "Build Instructions" should probably be moved out of README.txt and into a 
BUILD.txt and expanded on.

Reply via email to