The IndexBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
IndexBuilder |
Initializes a new instance of the IndexBuilder class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Deregister |
Deregisters the specified mapping.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
Register |
Registers the specified mapping for indexing.
|
|
|
Start |
Starts this instance and returns.
|
|
|
Stop |
Stops this instance.
|
|
|
ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
|
|
DefaultIndexBatchSize |
Default value for IndexBatchSize. The value is 100.
|
|
|
DefaultUpdateInterval |
Default value for UpdateInterval. The value is 1 minute.
|
Properties
| Name | Description | |
|---|---|---|
|
|
IndexBatchSize |
Gets or sets the number of items retrieved at a time for eaching indexing operation.
|
|
|
UpdateInterval |
Gets or sets the interval at which to crawl each indexed domain.
|