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

------------------------------------------------------------------------------
    * Implement flexible autoCommit/autoOptimize criteria (see  
[http://issues.apache.org/jira/browse/SOLR-65 SOLR-65] for some discussion)
    * Implement some ideas for ComplexFacetingBrainstorming
    * Implement some ideas to MakeSolrMoreSelfService
-   * support for an an optional "timestamp" style field in schemas which 
always 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.
+   * [DONE via defaults and DateMath] support for an an optional "timestamp" 
style field in schemas which always 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/[EMAIL 
PROTECTED] SynonymQuery]" and how !SynonymFilter might be modified to set token 
types to trigger it's use automatically in !SolrQueryParser
    * FederatedSearch

Reply via email to