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:
Yonik Seeley 2007-06-20 18:15:03 +00:00
parent 69095c5de0
commit 054a5b4406
1 changed files with 4 additions and 1 deletions

View File

@ -66,7 +66,10 @@ New Features
replace XmlUpdateRequestHandler. (Thorsten Scherler, ryan) replace XmlUpdateRequestHandler. (Thorsten Scherler, ryan)
9. SOLR-264: Added RandomSortField, a utility field with a random sort order. 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 Changes in runtime behavior