mirror of https://github.com/apache/lucene.git
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:
parent
2ff4bdb04f
commit
105d4ddad0
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue