changes.txt for SOLR-212

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-04-29 18:38:55 +00:00
parent 82dffa7446
commit 3bf5bb67d5
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ New Features
This exposes the system status through the standard requestHandler
framework. (ryan)
24. SOLR-212: Added a DirectSolrConnection class. This lets you access
solr using the standard request/response formats, but does not require
an HTTP connection. It is designed for embedded applications. (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).