mirror of https://github.com/apache/lucene.git
document thrown exception in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@371271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a8e468d3c
commit
f2d4c33dc3
|
@ -418,7 +418,8 @@ public final class Field implements Serializable {
|
|||
*
|
||||
* @param name The name of the field
|
||||
* @param value The binary value
|
||||
* @param store How <code>value</code> should be stored (compressed or not.)
|
||||
* @param store How <code>value</code> should be stored (compressed or not)
|
||||
* @throws IllegalArgumentException if store is <code>Store.NO</code>
|
||||
*/
|
||||
public Field(String name, byte[] value, Store store) {
|
||||
if (name == null)
|
||||
|
|
Loading…
Reference in New Issue