changes.txt for SOLR-162

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-04-27 06:02:58 +00:00
parent 593e218d6d
commit ed76c23e70
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ New Features
22. SOLR-211: Added a regex PatternTokenizerFactory. This extracts tokens
from the input string using a regex Pattern. (Ryan McKinley)
23. SOLR-162: Added a "Luke" request handler and other admin helpers.
This exposes the system status through the standard requestHandler
framework. (ryan)
Changes in runtime behavior
1. Highlighting using DisMax will only pick up terms from the main
user query, not boost or filter queries (klaas).