Keyoti SearchUnit API Docs
KeywordHitMapDictionary Class
API DocumentationKeyoti.SearchEngine.UtilsKeywordHitMapDictionary
Keyoti SearchUnit v6
Holds a map of query keywords and the number of matches inside a result document.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class KeywordHitMapDictionary : List<KeywordHits>
public class KeywordHitMapDictionary : List<KeywordHits>
Public Class KeywordHitMapDictionary
	Inherits List(Of KeywordHits)
Public Class KeywordHitMapDictionary
	Inherits List(Of KeywordHits)
public ref class KeywordHitMapDictionary : public List<KeywordHits^>
public ref class KeywordHitMapDictionary : public List<KeywordHits^>
type KeywordHitMapDictionary =  
    class
        inherit List<KeywordHits>
    end
type KeywordHitMapDictionary =  
    class
        inherit List<KeywordHits>
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
KeywordHitMapDictionary(Int32)
New

Add(T) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
AddRange(IEnumerable<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
AsReadOnly()()()() (Inherited from List<(Of <(<'KeywordHits>)>)>.)
BinarySearch(Int32, Int32, T, IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
BinarySearch(T) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
BinarySearch(T, IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Capacity (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Clear()()()() (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Contains(T) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
ConvertAll<(Of <<'(TOutput>)>>)(Converter<(Of <<'(T, TOutput>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
CopyTo(array<T>[]()[][]) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
CopyTo(Int32, array<T>[]()[][], Int32, Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
CopyTo(array<T>[]()[][], Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Count (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Equals(Object) (Inherited from Object.)
Exists(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Finalize()()()() (Inherited from Object.)
Find(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
FindAll(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
FindIndex(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
FindIndex(Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
FindIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
FindLast(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
FindLastIndex(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
FindLastIndex(Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
FindLastIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
ForEach(Action<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
GetEnumerator()()()() (Inherited from List<(Of <(<'KeywordHits>)>)>.)
GetHashCode()()()() (Inherited from Object.)
GetRange(Int32, Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
GetType()()()() (Inherited from Object.)
IndexOf(T) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
IndexOf(T, Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
IndexOf(T, Int32, Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Insert(Int32, T) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
InsertRange(Int32, IEnumerable<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Item[([( Int32])]) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
LastIndexOf(T) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
LastIndexOf(T, Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
LastIndexOf(T, Int32, Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
MemberwiseClone()()()() (Inherited from Object.)
Remove(T) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
RemoveAll(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
RemoveAt(Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
RemoveRange(Int32, Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Reverse()()()() (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Reverse(Int32, Int32) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Sort()()()() (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Sort(IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Sort(Int32, Int32, IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Sort(Comparison<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
ToArray()()()() (Inherited from List<(Of <(<'KeywordHits>)>)>.)
ToString()()()()
Returns a user friendly string representation.
(Overrides Object.ToString()()()().)
TrimExcess()()()() (Inherited from List<(Of <(<'KeywordHits>)>)>.)
TrueForAll(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'KeywordHits>)>)>.)
Inheritance Hierarchy
Object
List<(Of <(<'KeywordHits>)>)>
 KeywordHitMapDictionary

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120