MetadataIndexingOptions Class |
Namespace: GroupDocs.Search.Options
The MetadataIndexingOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultFieldName |
Gets or sets the default field name used to index empty field names.
The default value is "unknown".
|
![]() | IndexingEmptyNames |
Gets or sets a value indicating whether to index empty field names or not.
The default value is true.
|
![]() | IndexingEmptyValues |
Gets or sets a value indicating whether to index empty field values or not.
The default value is true.
|
![]() | MaxBytesToIndexField |
Gets or sets the maximum number of values in an array of type byte to index the field.
The default value is int.MaxValue.
|
![]() | MaxDoublesToIndexField |
Gets or sets the maximum number of values in an array of type double to index the field.
The default value is int.MaxValue.
|
![]() | MaxIntsToIndexField |
Gets or sets the maximum number of values in an array of type int to index the field.
The default value is int.MaxValue.
|
![]() | MaxLongsToIndexField |
Gets or sets the maximum number of values in an array of type long to index the field.
The default value is int.MaxValue.
|
![]() | SeparatorBetweenValues |
Gets or sets the separator between values in a field of type array.
The default value is the space sign.
|
![]() | SeparatorInCompoundName |
Gets or sets the separator in the compound name of a field.
The default value is ".".
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |