Forgot to save CHANGES.txt prior to commit

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@439430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mike Klaas 2006-09-01 19:26:31 +00:00
parent a094b2bdbc
commit 4e01800d3c
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ Changes in runtime behavior
2. force read of document stored fields in QuerySenderListener 2. force read of document stored fields in QuerySenderListener
3. Solr now looks in ./solr/conf for config, ./solr/data for data 3. Solr now looks in ./solr/conf for config, ./solr/data for data
configurable via solr.solr.home system property configurable via solr.solr.home system property
4. Highlighter params changed to be prefixed with "hl."; allow fragmentsize
customization and per-field overrides on many options
(Andrew May via klaas, SOLR-37)
Optimizations Optimizations
1. getDocListAndSet can now generate both a DocList and a DocSet from a 1. getDocListAndSet can now generate both a DocList and a DocSet from a