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 ------------------------------------------------------------------------------ * [DONEish?] good multi-field querying support integrated with standard request handler, or as a separate handler * see: DisMaxRequestHandler * support for max disjunction and minNrShouldMatch in query parser (really a Lucene item) + * Refactor standard request handler to use the new PluginUtils * Documentation * [DONE] Analyzer components available from the schema * [DONE] Document how to set up distribution/replication @@ -75, +76 @@ * Implement some ideas to MakeSolrMoreSelfService * support for an an optional "timestamp" style field in schemas which allways want every doc to include the datetime the document was added to the index. This might be a special case (like the uniqueKey field) or it could involve more general "default" support for fields and fieldtypes (ie: `<field>` and `<fieldtype>` declarations could include a `default="..."` attribute that gets put into any document that doesn't already have a value for that field, with the underlying !FieldType parsing the text each time it's used, so that the !DateField class can convert `default="now"` to the current time. * investigate this "[http://mail-archives.apache.org/mod_mbox/lucene-java-user/200603.mbox/[EMAIL PROTECTED] SynonymQuery]" and how !SynonymFilter might be modified to set token types to trigger it's use automatically in !SolrQueryParser + * Federated Search + * Following Lucene Design? SolrMultiSearcher, SolrRemoteSearcher, SolrSearchable + * RMI? XML? + * optional global idf calculations + * HA (backups, failover, etc)
