mirror of https://github.com/apache/lucene.git
cleanup formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@332746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f00afeee7a
commit
a176028a7e
14
CHANGES.txt
14
CHANGES.txt
|
@ -238,15 +238,15 @@ Bug fixes
|
||||||
grouping contiguous characters into a token rather than one token
|
grouping contiguous characters into a token rather than one token
|
||||||
per character. This change also changes the token type to "<CJ>"
|
per character. This change also changes the token type to "<CJ>"
|
||||||
for Chinese and Japanese character tokens (previously it was "<CJK>").
|
for Chinese and Japanese character tokens (previously it was "<CJK>").
|
||||||
(Otis and Erik, via Cheolgoo Kang LUCENE-444 and LUCENE-461)
|
(Cheolgoo Kang via Otis and Erik, LUCENE-444 and LUCENE-461)
|
||||||
|
|
||||||
13. FieldsReader now looks at FieldInfo.storeOffsetWithTermVector and
|
13. FieldsReader now looks at FieldInfo.storeOffsetWithTermVector and
|
||||||
FieldInfo.storePositionWithTermVector and creates the Field with
|
FieldInfo.storePositionWithTermVector and creates the Field with
|
||||||
correct TermVector parameter.
|
correct TermVector parameter.
|
||||||
(Frank Steinmann via Bernhard, LUCENE-455)
|
(Frank Steinmann via Bernhard, LUCENE-455)
|
||||||
|
|
||||||
14. Fixed WildcardQuery to prevent "cat" matching "ca??".
|
14. Fixed WildcardQuery to prevent "cat" matching "ca??".
|
||||||
(Xiaozheng Ma via Bernhard, LUCENE-306)
|
(Xiaozheng Ma via Bernhard, LUCENE-306)
|
||||||
|
|
||||||
15. Fixed a bug where MultiSearcher and ParallelMultiSearcher could
|
15. Fixed a bug where MultiSearcher and ParallelMultiSearcher could
|
||||||
change the sort order when sorting by string for documents without
|
change the sort order when sorting by string for documents without
|
||||||
|
|
Loading…
Reference in New Issue