diff --git a/contrib/CHANGES.txt b/contrib/CHANGES.txt index dc4d38db796..53f1af96d9a 100644 --- a/contrib/CHANGES.txt +++ b/contrib/CHANGES.txt @@ -31,6 +31,9 @@ New features RangeQuery at the expense of added space (additional indexed tokens) consumed in the index. (Uwe Schindler via Mike McCandless) + 2. LUCENE-1531: Added support for BoostingTermQuery to XML query parser. (Karl Wettin) + + Documentation (None) diff --git a/contrib/xml-query-parser/LuceneCoreQuery.dtd b/contrib/xml-query-parser/LuceneCoreQuery.dtd index 6978209f6c6..4208d434573 100644 --- a/contrib/xml-query-parser/LuceneCoreQuery.dtd +++ b/contrib/xml-query-parser/LuceneCoreQuery.dtd @@ -53,8 +53,8 @@ --> - - + + @@ -186,6 +186,29 @@ Passes content directly through to the standard LuceneQuery parser see "Lucene Q + + + + + + + +