indexDomain Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWEM.Core.index.core.indexDomain"]
Namespace: imbWEM.Core.index.core
public class indexDomain
The indexDomain type exposes the following members.
| Name | Description | |
|---|---|---|
| indexDomain |
GCompiled tf_idf
|
| Name | Description | |
|---|---|---|
| AllLemmas | allwords found in the content | |
| AllWords | allwords found in the content | |
| contentType | ||
| contentTypeText | ||
| Crawled | Ratio between all known pages and number of crawled ones | |
| detected | ||
| DistinctLemmas | ||
| domain | ||
| HashCode | Hash code that pairs this domain to its TF-IDF table stored in the index | |
| InfoPrize | Total Information Prize available on this web site | |
| LandingLanguage | Language detected at landing page of the domain | |
| LandingRelevant | TRUE if the landing page found to be relevant | |
| Lemmas | Number of distinct lemmas on relevant language, discovered on the domain | |
| notRelevantPages | ||
| pageSet | ||
| RelevantContentRatio | Ratio of relevant versus irrelevant pages, currently in the index datatable | |
| relevantPages | ||
| TFIDFcompiled | True - if the Index Engine has precompiled TF-IDF for this web site | |
| url |
URL to the landing page
| |
| Words | Number of distinct lemmas on relevant language, discovered on the domain |
| Name | Description | |
|---|---|---|
| addToPageSet | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| getPageSet | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| recheck |
Rechecks the specified pages.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |