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 YonikSeeley:
http://wiki.apache.org/solr/TaskList

------------------------------------------------------------------------------
- == Make things presentable to a wider audience (developers, like [EMAIL 
PROTECTED]) ==
-  * Migrate to Apache, change names to solr, make buildable
-  * let Solr find config via server's cwd by default (for easy setup)
-  * Example/Demo
-    * Do they have to build themselves, or can we provide a precompiled WAR & 
config (and maybe even servlet container?)
-  * Clean up straggling CNET links on admin pages, remove links that no longer 
apply (resin-status, etc)
-  * Minimum Documentation
-    * Feature List on Website
-    * Tutorial on Website (walk through install & demo)
-    * How to build (if not part of tutorial)
- 
  == Near Term Tasks ==
-  * Move webapp from ROOT to solr
+  * [DONE] Move webapp from ROOT to solr
   * provide alternate way to specify where solr configuration and index 
directories are (don't have to depend on cwd)
   * make indexing easier (it currently requires an HTTP POST of an XML document
     * be able to load a text file, with variable delimiters
     * point it at a database and give it SQL
   * try and clean up css for IE
-  * clean up the admin pages more, refactor repeated code, remove stuff that 
doesn't work
+  * [MOSTLY DONE] clean up the admin pages more, refactor repeated code, 
remove stuff that doesn't work
   * figure out how user can supply a plugin, since we can't depend on the 
previous method we had used with resin (which added a webapp external directory 
to the classpath).
   * Simple faceted browsing (grouping) support in the standard query handler
     * group by field (provide counts for each distinct value in that field)
@@ -28, +17 @@

   * good multi-field querying support integrated with standard request 
handler, or as a separate handler
   * support for max disjunction and threshold (really a Lucene item) 
   * Documentation
-    * Analyzer components available from the schema
+    * [DONE] Analyzer components available from the schema
     * Document how to set up distribution/replication
-    * Standard Query Handler: query params
+    * [DONE] Standard Query Handler: query params
-    * result XML format
+    * result XML format - needed, or self-explanatory?
-    * update XML format
+    * [DONE] update XML format
-    * analysis stuff (available tokenizers and filters)
+    * [DONE] analysis stuff (available tokenizers and filters)
   * Replication
     * clean up the scripts, provide an alternate configuration mechanism (in 
the CNET internal version,
       they had macro expansion performed on them) 

Reply via email to