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:
Erik Hatcher 2005-11-12 08:39:00 +00:00
parent f00afeee7a
commit a176028a7e
1 changed files with 7 additions and 7 deletions

View File

@ -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