mirror of https://github.com/apache/lucene.git
SOLR-2417: updated syntax for [explain]
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3bec90e9eb
commit
1d2d790bc3
|
@ -113,8 +113,6 @@ New Features
|
|||
for more complex results in responses and open the door for function queries
|
||||
as results. (ryan with patches from grant, noble, cmale, yonik, Jan Høydahl)
|
||||
|
||||
* SOLR-2417: Add explain info directly to return documents using ?fl=_explain_ (ryan)
|
||||
|
||||
* SOLR-2396: Add CollationField, which is much more efficient than
|
||||
the Solr 3.x CollationKeyFilterFactory, and also supports
|
||||
Locale-sensitive range queries. (rmuir)
|
||||
|
@ -158,6 +156,10 @@ New Features
|
|||
|
||||
* SOLR-705: Optionally return shard info with each document in distributed
|
||||
search. Use fl=id,[shard] to return the shard url. (ryan)
|
||||
|
||||
* SOLR-2417: Add explain info directly to return documents using
|
||||
?fl=id,[explain] (ryan)
|
||||
|
||||
|
||||
|
||||
Optimizations
|
||||
|
|
Loading…
Reference in New Issue