fix wrong FST javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-01-13 18:24:52 +00:00
parent 2ff4bdb04f
commit 105d4ddad0
1 changed files with 4 additions and 2 deletions

View File

@ -25,8 +25,10 @@ import org.apache.lucene.store.DataOutput;
/**
* Output is a long, for each input term. NOTE: the
* resulting FST is not guaranteed to be minimal! See
* {@link Builder}. You cannot store 0 output with this
* (that's reserved to mean "no output")!
* {@link Builder}. You must use {@link #get} to obtain the
* output for a given long value -- do not use autoboxing
* nor create your own Long instance (the value 0
* must map to the {@link #getNoOutput} singleton).
*
* @lucene.experimental
*/