mirror of https://github.com/apache/lucene.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c0bfa0a6e
commit
360305b386
|
@ -79,7 +79,7 @@ import org.apache.lucene.util.NumericUtils;
|
|||
* <code>precisionStep</code> values result in larger number
|
||||
* of brackets, which consumes more disk space in the index
|
||||
* but may result in faster range search performance. The
|
||||
* default value, 4, was selected for a reasonable tradeoff
|
||||
* default value, 16, was selected for a reasonable tradeoff
|
||||
* of disk space consumption versus performance. You can
|
||||
* create a custom {@link FieldType} and invoke the {@link
|
||||
* FieldType#setNumericPrecisionStep} method if you'd
|
||||
|
|
|
@ -79,7 +79,7 @@ import org.apache.lucene.util.NumericUtils;
|
|||
* <code>precisionStep</code> values result in larger number
|
||||
* of brackets, which consumes more disk space in the index
|
||||
* but may result in faster range search performance. The
|
||||
* default value, 4, was selected for a reasonable tradeoff
|
||||
* default value, 8, was selected for a reasonable tradeoff
|
||||
* of disk space consumption versus performance. You can
|
||||
* create a custom {@link FieldType} and invoke the {@link
|
||||
* FieldType#setNumericPrecisionStep} method if you'd
|
||||
|
|
|
@ -79,7 +79,7 @@ import org.apache.lucene.util.NumericUtils;
|
|||
* <code>precisionStep</code> values result in larger number
|
||||
* of brackets, which consumes more disk space in the index
|
||||
* but may result in faster range search performance. The
|
||||
* default value, 4, was selected for a reasonable tradeoff
|
||||
* default value, 8, was selected for a reasonable tradeoff
|
||||
* of disk space consumption versus performance. You can
|
||||
* create a custom {@link FieldType} and invoke the {@link
|
||||
* FieldType#setNumericPrecisionStep} method if you'd
|
||||
|
|
|
@ -89,7 +89,7 @@ import org.apache.lucene.util.NumericUtils;
|
|||
* <code>precisionStep</code> values result in larger number
|
||||
* of brackets, which consumes more disk space in the index
|
||||
* but may result in faster range search performance. The
|
||||
* default value, 4, was selected for a reasonable tradeoff
|
||||
* default value, 16, was selected for a reasonable tradeoff
|
||||
* of disk space consumption versus performance. You can
|
||||
* create a custom {@link FieldType} and invoke the {@link
|
||||
* FieldType#setNumericPrecisionStep} method if you'd
|
||||
|
|
Loading…
Reference in New Issue