mirror of https://github.com/apache/lucene.git
some javadoc cleanup, and deprecation note for older version of norm modification tool
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@747627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6fc659a345
commit
b97ee3a1a5
|
@ -41,7 +41,7 @@ public class FieldNormModifier {
|
|||
* Command Line Execution method.
|
||||
*
|
||||
* <pre>
|
||||
* Usage: FieldNormModifier /path/index <package.SimilarityClassName | -n> field1 field2 ...
|
||||
* Usage: FieldNormModifier /path/index <package.SimilarityClassName | -n> field1 field2 ...
|
||||
* </pre>
|
||||
*/
|
||||
public static void main(String[] args) throws IOException {
|
||||
|
|
|
@ -38,6 +38,7 @@ import java.util.Date;
|
|||
* </p>
|
||||
*
|
||||
* @version $Id$
|
||||
* @deprecated Use {@link org.apache.lucene.index.FieldNormModifier}
|
||||
*/
|
||||
public class LengthNormModifier {
|
||||
|
||||
|
|
Loading…
Reference in New Issue