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/09/01 22:46:06 UTC

[Solr Wiki] Update of "TaskList" by MikeKlaas

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 MikeKlaas:
http://wiki.apache.org/solr/TaskList

------------------------------------------------------------------------------
     * group by field (provide counts for each distinct value in that field)
     * group by (query1, query2, query3, query4, query5)
   * [DONEish] Highlighter integration/support
-    * 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 begin and end markup for highlighted regions, perhaps with namespace like query params highlight.start=<b> highlight.end=</b>
-    * Allow specification of default highlighter markup via init params in solrconfig.xml
+    * [DONE] Allow specification of default highlighter markup via init params in solrconfig.xml
     * 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
   * allow alternate format for date output to ease client creation of date objects?