Keyoti SearchUnit API Docs
Item Property (docID)
API DocumentationKeyoti.SearchEngine.UtilsIntHashtableItem[([( Int32])])
Keyoti SearchUnit v6
List occurrence IDs (int) for document with specified ID.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual int this[
	int docID
] { get; set; }
public virtual int this[
	int docID
] { get; set; }
Public Overridable Default Property Item ( 
	docID As Integer
) As Integer
	Get
	Set
Public Overridable Default Property Item ( 
	docID As Integer
) As Integer
	Get
	Set
public:
virtual property int default[int docID] {
	int get (int docID);
	void set (int docID, int value);
}
public:
virtual property int default[int docID] {
	int get (int docID);
	void set (int docID, int value);
}
abstract Item : int with get, set
override Item : int with get, set
abstract Item : int with get, set
override Item : int with get, set
Parameters
docID (Int32)
Property Value

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