|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
Specifies maximum field length (in number of tokens/terms) in IndexWriter constructors. SetMaxFieldLength(int) overrides the value set by the constructor. More...
Public Member Functions | |
| MaxFieldLength (int limit) | |
| Public constructor to allow users to specify the maximum field size limit. | |
| override System.String | ToString () |
Static Public Attributes | |
| static readonly MaxFieldLength | UNLIMITED = new MaxFieldLength("UNLIMITED", System.Int32.MaxValue) |
| Sets the maximum field length to int.MaxValue. | |
| static readonly MaxFieldLength | LIMITED |
| Sets the maximum field length to DEFAULT_MAX_FIELD_LENGTH | |
Properties | |
| int | Limit [get] |
Specifies maximum field length (in number of tokens/terms) in IndexWriter constructors. SetMaxFieldLength(int) overrides the value set by the constructor.
Definition at line 5783 of file IndexWriter.cs.
| Lucene.Net.Index.IndexWriter.MaxFieldLength.MaxFieldLength | ( | int | limit | ) |
Public constructor to allow users to specify the maximum field size limit.
| limit | The maximum field length |
Definition at line 5807 of file IndexWriter.cs.
| override System.String Lucene.Net.Index.IndexWriter.MaxFieldLength.ToString | ( | ) |
Definition at line 5816 of file IndexWriter.cs.
|
static |
Sets the maximum field length to DEFAULT_MAX_FIELD_LENGTH
Definition at line 5828 of file IndexWriter.cs.
|
static |
Sets the maximum field length to int.MaxValue.
Definition at line 5822 of file IndexWriter.cs.
|
get |
Definition at line 5812 of file IndexWriter.cs.
1.8.3