Table of Contents

Class TermInfo

Namespace
Dynamicweb.Indexing.Querying
Assembly
Dynamicweb.Core.dll
public class TermInfo
Inheritance
TermInfo
Inherited Members

Constructors

TermInfo(string, int)

public TermInfo(string key, int occurrences)

Parameters

key string
occurrences int

Properties

Key

public string Key { get; set; }

Property Value

string

Occurrences

public int Occurrences { get; set; }

Property Value

int
To top