Property | Type | Description | |
---|---|---|---|
fType |
Method | Description | |
---|---|---|
BinaryDocValuesField ( string name, BytesRef value ) : Lucene.Net.Index |
Create a new binary DocValues field.
|
Method | Description | |
---|---|---|
BinaryDocValuesField ( ) : Lucene.Net.Index |
public BinaryDocValuesField ( string name, BytesRef value ) : Lucene.Net.Index | ||
name | string | field name |
value | BytesRef | binary content |
return | Lucene.Net.Index |