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/07/11 06:32:47 UTC

[Solr Wiki] Trivial 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

The comment on the change is:
make new wiki for federated search design

------------------------------------------------------------------------------
    * 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.
    * support for composite keys ... either with some explicit change to the `<uniqueKey>` declaration or perhaps just copyField with some hidden magic that concats the resulting terms into a single key Term
    * investigate this "[http://mail-archives.apache.org/mod_mbox/lucene-java-user/200603.mbox/%3c39B0FB508E5D7540ACA5AD57225E150D39203D@xmail.me.corp.entopia.com%3e SynonymQuery]" and how !SynonymFilter might be modified to set token types to trigger it's use automatically in !SolrQueryParser
-   * Federated Search
+   * FederatedSearch
-     * Following Lucene Design? SolrMultiSearcher, SolrRemoteSearcher, SolrSearchable
-     * RMI? XML?
-     * optional global idf calculations
-     * HA (backups, failover, etc)