diff --git a/contrib/queries/src/java/org/apache/lucene/search/trie/TrieUtils.java b/contrib/queries/src/java/org/apache/lucene/search/trie/TrieUtils.java index e36022dba4c..b713c9d9386 100644 --- a/contrib/queries/src/java/org/apache/lucene/search/trie/TrieUtils.java +++ b/contrib/queries/src/java/org/apache/lucene/search/trie/TrieUtils.java @@ -25,11 +25,11 @@ import org.apache.lucene.search.SortField; import org.apache.lucene.search.ExtendedFieldCache; /** - *This is a helper class to construct the trie-based index entries for numerical values. - *

For more information, how the algorithm works, see the package description {@link org.apache.lucene.search.trie}. The format of how the - * numerical values are stored in index is documented here: + * This is a helper class to construct the trie-based index entries for numerical values. + *

For more information on how the algorithm works, see the package description {@link org.apache.lucene.search.trie}. + * The format of how the numerical values are stored in index is documented here: *

All numerical values are first converted to special unsigned longs by applying some bit-wise transformations. This means: