mirror of https://github.com/apache/lucene.git
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:
parent
82dffa7446
commit
3bf5bb67d5
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue