Click or drag to resize

indexPage Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbCommonModels.webPage.indexPage"]

Inheritance Hierarchy
SystemObject
  imbCommonModels.webPageindexPage

Namespace:  imbCommonModels.webPage
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[XmlIncludeAttribute(typeof(indexPageRelevancyEnum))]
[imbAttribute(imbAttributeName.reporting_categoryOrder, "IndexData, Information Volume, Language Test")]
public class indexPage

The indexPage type exposes the following members.

Constructors
  NameDescription
Public methodindexPage
Initializes a new instance of the indexPage class
Top
Properties
  NameDescription
Public propertyAllLemmas
allwords found in the content
Public propertyAllWords
allwords found in the content
Public propertybyteSize
Size of the page HTML source code - being loaded and processed by the Loader and Content Processor components
Public propertyDistinctLemmas
Public propertydomain
Domain name of the web site
Public propertyHashCode
Hash code that pairs this domain to its TF-IDF table stored in the index
Public propertyInfoPrize
Total Information Prize available on this web site
Public propertylangTestRatio
Confidence in results of the multi-language evaluation
Public propertylanguage
Language designated by the multi-language evaluation done
Public propertyLemmas
Public propertymultiMatchTokens
Terms that had more than single dictionary match - considered less reliable for content language evaluation
Public propertyNote
Additional note on this index entry
Public propertyrelevancy
Public propertyrelevancyText
Public propertyRelevantTerms
Public propertysingleMatchTokens
Terms that match only one dictionary - considered more certain to be of the primary language
Public propertyTFIDFcompiled
True - if the Index Engine has precompiled TF-IDF for this web site
Public propertytst
Target Semantic Terms - collection of tokens extracted from URL tokens and anchor texts
Public propertyurl
Number of
Public propertywordCount
Number of distinct words found on the page
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also