mirror of https://github.com/apache/lucene.git
share the love...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@549176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
69095c5de0
commit
054a5b4406
|
@ -66,7 +66,10 @@ New Features
|
|||
replace XmlUpdateRequestHandler. (Thorsten Scherler, ryan)
|
||||
|
||||
9. SOLR-264: Added RandomSortField, a utility field with a random sort order.
|
||||
This field type should only be used for sorting. (ryan)
|
||||
The seed is based on a hash of the field name, so a dynamic field
|
||||
of this type is useful for generating different random sequences.
|
||||
This field type should only be used for sorting or as a value source
|
||||
in a FunctionQuery (ryan, hossman, yonik)
|
||||
|
||||
Changes in runtime behavior
|
||||
|
||||
|
|
Loading…
Reference in New Issue