Keyoti SearchUnit API Docs
State Constructor (numberOfUnindexedDocuments, numberOfDocuments, validForSearching, lastIndexedDate, indexState)
API DocumentationKeyoti.SearchEngine.IndexStateState(Int32, Int32, Boolean, DateTime, IndexState)
Keyoti SearchUnit v6
Creates an instance
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public State(
	int numberOfUnindexedDocuments,
	int numberOfDocuments,
	bool validForSearching,
	DateTime lastIndexedDate,
	IndexState indexState
)
public State(
	int numberOfUnindexedDocuments,
	int numberOfDocuments,
	bool validForSearching,
	DateTime lastIndexedDate,
	IndexState indexState
)
Public Sub New ( 
	numberOfUnindexedDocuments As Integer,
	numberOfDocuments As Integer,
	validForSearching As Boolean,
	lastIndexedDate As DateTime,
	indexState As IndexState
)
Public Sub New ( 
	numberOfUnindexedDocuments As Integer,
	numberOfDocuments As Integer,
	validForSearching As Boolean,
	lastIndexedDate As DateTime,
	indexState As IndexState
)
public:
State(
	int numberOfUnindexedDocuments, 
	int numberOfDocuments, 
	bool validForSearching, 
	DateTime lastIndexedDate, 
	IndexState^ indexState
)
public:
State(
	int numberOfUnindexedDocuments, 
	int numberOfDocuments, 
	bool validForSearching, 
	DateTime lastIndexedDate, 
	IndexState^ indexState
)
new : 
        numberOfUnindexedDocuments : int * 
        numberOfDocuments : int * 
        validForSearching : bool * 
        lastIndexedDate : DateTime * 
        indexState : IndexState -> State
new : 
        numberOfUnindexedDocuments : int * 
        numberOfDocuments : int * 
        validForSearching : bool * 
        lastIndexedDate : DateTime * 
        indexState : IndexState -> State
Parameters
numberOfUnindexedDocuments (Int32)
numberOfDocuments (Int32)
validForSearching (Boolean)
lastIndexedDate (DateTime)
indexState (IndexState)

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