DocumentConfiguration Class

Represents the configuration settings defining how enhanced document processing occurs.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class DocumentConfiguration : IDisposable
Inheritance
Object    DocumentConfiguration
Implements
IDisposable

Properties

Active Gets or sets the flag indicating whether or not enhanced processing occurs. If false only the raw data of the files is searched.
SearchMode Gets or sets the type of document searching used.
SearchRawDocumentData Gets or sets the flag indicating if the raw document data should be searched. (Only applies when in Custom search mode).
UseAllDocumentExtensions Gets or sets the flag indicating if all available document extensions should be used. (Only applies when in Custom search mode).

Methods

DisposeReleases all resources used by the DocumentConfiguration
Dispose(Boolean)Releases the unmanaged resources used by the DocumentConfiguration and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also