Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace Lucene.Net.Search.PostingsHighlight
/// org.ibm.icu.BreakIterator version 60.1 instead of java.text.BreakIterator and modified the original Lucene
/// tests to pass, then ported to .NET. There are no changes in this class from that of Lucene 4.8.1.
/// <para/>
/// Although the ICU <see cref="ICU4N.Text.BreakIterator"/> acts slightly different than the JDK's verision, using the default
/// Although the ICU <see cref="ICU4N.Text.BreakIterator"/> acts slightly different than the JDK's version, using the default
/// behavior of the ICU <see cref="ICU4N.Text.BreakIterator"/> is the most logical default to use in .NET. It is the same
/// default that was chosen in Apache Harmony.
/// </remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace Lucene.Net.Search.PostingsHighlight
/// tests to pass, then ported to .NET. The only change required was that of the TestEmptyHighlights method
/// which breaks the sentence in a different place than in the JDK.
/// <para/>
/// Although the ICU <see cref="BreakIterator"/> acts slightly different than the JDK's verision, using the default
/// Although the ICU <see cref="BreakIterator"/> acts slightly different than the JDK's version, using the default
/// behavior of the ICU <see cref="BreakIterator"/> is the most logical default to use in .NET. It is the same
/// default that was chosen in Apache Harmony.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace Lucene.Net.Search.PostingsHighlight
/// org.ibm.icu.BreakIterator version 60.1 instead of java.text.BreakIterator and modified the original Lucene
/// tests to pass, then ported to .NET. There are no changes in this class from that of Lucene 4.8.1.
/// <para/>
/// Although the ICU <see cref="ICU4N.Text.BreakIterator"/> acts slightly different than the JDK's verision, using the default
/// Although the ICU <see cref="ICU4N.Text.BreakIterator"/> acts slightly different than the JDK's version, using the default
/// behavior of the ICU <see cref="ICU4N.Text.BreakIterator"/> is the most logical default to use in .NET. It is the same
/// default that was chosen in Apache Harmony.
/// </summary>
Expand Down
Loading