Method NewField
NewField(String, String, FieldType)
LUCENENET specific
Is non-static.
Declaration
public Field NewField(string name, string value, FieldType type)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
value |
|
FieldType |
type |
|
Returns
NewField(Random, String, String, FieldType)
LUCENENET specific
Is non-static.
Declaration
public Field NewField(Random random, string name, string value, FieldType type)
Parameters
Type |
Name |
Description |
Random |
random |
|
System.String |
name |
|
System.String |
value |
|
FieldType |
type |
|
Returns