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

------------------------------------------------------------------------------
     * [DONE] Allow specification of begin and end markup for highlighted 
regions, perhaps with namespace like query params highlight.start=<b> 
highlight.end=</b>
     * [DONE] Allow specification of default highlighter markup via init params 
in solrconfig.xml
     * [DONE] decide on the best default... <B></B>, <em></em>, or <SPAN 
class="highlight"></SPAN> 
-  * a !DateTime field that allows flexible input for easier human entered 
queries
+  * a !DateTime field (or Query Parser extension) that allows flexible input 
for easier human entered queries
+    * date math in the Query Parser would also be usefull for "baking" filter 
queries into configs, ie...
+      * `expireDate:[now TO *]`
+      * `expireDate:[dateround(now,DAY) TO *]`
+      * `date:[dateadd(now,-1,YEAR) TO dateadd(now,+1,YEAR)]`
   * allow alternate format for date output to ease client creation of date 
objects?
   * [DONEish?] good multi-field querying support integrated with standard 
request handler, or as a separate handler
     * see: DisMaxRequestHandler

Reply via email to