You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2006/04/08 04:33:17 UTC

[Solr Wiki] Update of "TaskList" by YonikSeeley

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

------------------------------------------------------------------------------
  
  == Near Term Tasks ==
   * [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)
+  * [DONE[ 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
+  * alternate ways of indexing (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
@@ -27, +27 @@

     * [DONE] update XML format
     * [DONE] analysis stuff (available tokenizers and filters)
   * Replication
-    * clean up the scripts, provide an alternate configuration mechanism (in the CNET internal version,
+    * [DONE] clean up the scripts, provide an alternate configuration mechanism (in the CNET internal version,
       they had macro expansion performed on them) 
   * Testing (see [https://issues.apache.org/jira/browse/SOLR-3 SOLR-3])
     * make more JUnit tests
@@ -38, +38 @@

  == Ideas for the future ==
    * Alternate replication strategy that can work on Windows?
    * A more powerful query language allowing one to express complicated logic without resorting to a custom Java query handler plugin.
+   * Make use of HiveMind or Spring for configuration & dependency injection
+   * Alternate output formats (JSON?)
    * Implement some ideas for ComplexFacetingBrainstorming
    * Implement some ideas to MakeSolrMoreSelfService