From 054a5b440601492fff16bb9daac5068608ddcc94 Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Wed, 20 Jun 2007 18:15:03 +0000 Subject: [PATCH] share the love... git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@549176 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 63bbdf3d440..77eacda4941 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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