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
[XmlIncludeAttribute(typeof(indexDomainContentEnum))] [imbAttribute(imbAttributeName.reporting_categoryOrder, "Link,IndexData,Information Volume")] [imbAttribute(imbAttributeName.help, "Information Prize is sum of application domain level TF-IDF weights for lemmas found on a page")] 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 | ||
| 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 | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| getPageSet | ||
| GetType | (Inherited from Object.) | |
| recheck |
Rechecks the specified pages.
| |
| ToString | (Inherited from Object.) |