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
Properties
Key
public string Key { get; set; }
Property Value
Occurrences
public int Occurrences { get; set; }