LUCENE-2883: Changes updates

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141749 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christopher John Male 2011-06-30 23:30:18 +00:00
parent 08b8b9b789
commit 9f0c8252f3
2 changed files with 8 additions and 0 deletions

View File

@ -152,6 +152,10 @@ Changes in backwards compatibility policy
* LUCENE-2548: Field names (eg in Term, FieldInfo) are no longer
interned. (Mike McCandless)
* LUCENE-2883: The contents of o.a.l.search.function has been consolidated into
the queries module and can be found at o.a.l.queries.function. See MIGRATE.txt
for more information (Chris Male)
Changes in Runtime Behavior
* LUCENE-2846: omitNorms now behaves like omitTermFrequencyAndPositions, if you

View File

@ -253,6 +253,10 @@ Other Changes
(James Dyer via rmuir)
* LUCENE-3232: Moved MutableValue classes to new 'common' module. (Chris Male)
* LUCENE-2883: FunctionQuery, DocValues (and its impls), ValueSource (and its
impls) and BoostedQuery have been consolidated into the queries module. They
can now be found at o.a.l.queries.function.
Documentation
----------------------