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: additional highlighter ideas ------------------------------------------------------------------------------ * alternate ways of indexing (it currently requires an HTTP POST of an XML document * be able to load a text file, with variable delimiters * point it at a database and give it SQL - * try and clean up css for IE + * [DONE] try and clean up css for IE * [DONE] clean up the admin pages more, refactor repeated code, remove stuff that doesn't work * figure out how user can supply a plugin, since we can't depend on the previous method we had used with resin (which added a webapp external directory to the classpath). .. java code is just a classpath issue that can be documented, but what about stylesheets or other types of files? * Simple faceted browsing (grouping) support in the standard query handler * 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> + * 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? * [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)
