mirror of https://github.com/apache/lucene.git
to/do typo and minor formatting fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@805869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a08b3bf581
commit
6136508670
|
@ -417,7 +417,7 @@ Bug fixes
|
||||||
public APIs to throw InterruptedException. (Jeremy Volkman vai
|
public APIs to throw InterruptedException. (Jeremy Volkman vai
|
||||||
Mike McCandless)
|
Mike McCandless)
|
||||||
|
|
||||||
4. LUCENE-1590: Fixed stored-only Field instances to not change the
|
4. LUCENE-1590: Fixed stored-only Field instances do not change the
|
||||||
value of omitNorms, omitTermFreqAndPositions in FieldInfo; when you
|
value of omitNorms, omitTermFreqAndPositions in FieldInfo; when you
|
||||||
retrieve such fields they will now have omitNorms=true and
|
retrieve such fields they will now have omitNorms=true and
|
||||||
omitTermFreqAndPositions=false (though these values are unused).
|
omitTermFreqAndPositions=false (though these values are unused).
|
||||||
|
@ -692,11 +692,11 @@ New features
|
||||||
disable loading them with a new constructor switch. (Mark Miller)
|
disable loading them with a new constructor switch. (Mark Miller)
|
||||||
|
|
||||||
33. LUCENE-1341: Added BoostingNearQuery to enable SpanNearQuery functionality
|
33. LUCENE-1341: Added BoostingNearQuery to enable SpanNearQuery functionality
|
||||||
with payloads (Peter Keegan, Grant Ingersoll)
|
with payloads (Peter Keegan, Grant Ingersoll)
|
||||||
|
|
||||||
34. LUCENE-1790: Added BoostingFunctionTermQuery to enable scoring of payloads
|
34. LUCENE-1790: Added BoostingFunctionTermQuery to enable scoring of payloads
|
||||||
based on the maximum payload seen for a document.
|
based on the maximum payload seen for a document.
|
||||||
Slight refactoring of Similarity and other payload queries (Grant Ingersoll)
|
Slight refactoring of Similarity and other payload queries (Grant Ingersoll)
|
||||||
|
|
||||||
36. LUCENE-1749: Addition of FieldCacheSanityChecker utility, and
|
36. LUCENE-1749: Addition of FieldCacheSanityChecker utility, and
|
||||||
hooks to use it in all existing Lucene Tests. This class can
|
hooks to use it in all existing Lucene Tests. This class can
|
||||||
|
|
Loading…
Reference in New Issue