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. + * Current plan: [http://www.nabble.com/multiple+solr+webapps-t1469811.html#a3991310 use JNDI] * [DONE] provide alternate way to specify where solr configuration and index directories are (don't have to depend on cwd) + * (solr.solr.home system property implimented ... JNDI would provide a second method) * 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 * [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). + * 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). .. java code is just a classpath issue that can be documented, but what about stylesheets or other types of files? * Simple faceted browsing (grouping) support in the standard query handler * group by field (provide counts for each distinct value in that field) * group by (query1, query2, query3, query4, query5) * Highlighter integration/support * a !DateTime field that allows flexible input for easier human entered queries - * good multi-field querying support integrated with standard request handler, or as a separate handler + * [DONEish?] good multi-field querying support integrated with standard request handler, or as a separate handler + * see: DisMaxRequestHandler - * support for max disjunction and threshold (really a Lucene item) + * support for max disjunction and minNrShouldMatch in query parser (really a Lucene item) * Documentation * [DONE] Analyzer components available from the schema * [DONE] Document how to set up distribution/replication
