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 ------------------------------------------------------------------------------ == Near Term Tasks == * [DONE] Move webapp from ROOT to solr * Allow multiple independent Solr webapps in the same app server. - * [DONE[ 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) * 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 @@ -28, +28 @@ * result XML format - needed, or self-explanatory? * [DONE] update XML format * [DONE] analysis stuff (available tokenizers and filters) + * Java Docs + * good overview.html + * pacakge.html for every package + * class level documentation for every class + * detailed method javadocs for every method in all of the "plugable" classes... + * !SolrRequestHandler + * !SolrCache + * !SolrEventListener + * !SolrInfoMBean + * !CacheRegenerator + * !TokenizerFactory + * !TokenFilterFactory + * !UpdateHandler + * !FieldType + * detailed javadocs all methods in the key classes used when dealing with a request + * !SolrIndexSearcher + * !SolrQueryRequest + * !SolrQueryResponse + * !DocList + * !DocSet + * !DocIterator + * !IndexSchema + * Wiki page giving an overview of what things are "plugable" * Replication * [DONE] clean up the scripts, provide an alternate configuration mechanism (in the CNET internal version, they had macro expansion performed on them)
