mirror of https://github.com/apache/lucene.git
fixing spotlessJavaCheck
This commit is contained in:
parent
397f10be37
commit
eb7a6024c3
|
@ -21,8 +21,8 @@ import org.apache.lucene.search.IndexOrDocValuesQuery;
|
|||
import org.apache.lucene.search.Query;
|
||||
|
||||
/**
|
||||
* Field that stores a per-document <code>long</code> value for scoring, sorting or value
|
||||
* retrieval. Here's an example usage:
|
||||
* Field that stores a per-document <code>long</code> value for scoring, sorting or value retrieval.
|
||||
* Here's an example usage:
|
||||
*
|
||||
* <pre class="prettyprint">
|
||||
* document.add(new SortedNumericDocValuesField(name, 5L));
|
||||
|
|
Loading…
Reference in New Issue