See Also
IndexCache Class
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
IndexCache Class
>
IndexCache Members
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
IndexCache Members
The following tables list the members exposed by IndexCache.
Public Methods
Public Method
Description
CloseIndex
Close an index specified by filename or filename pattern
Public Properties
Public Property
Description
AutoCloseTime
Number of seconds before an unused index can be closed automatically.
AutoReopenTime
Number of seconds an index can be left open before it is automatically closed and reopened.
HitCount
Number of times an open index was successfully returned from the cache
InUseCount
Number of open indexes that are currently in use
MaxCount
Maximum number of indexes to keep in the cache
OpenIndexCount
Number of open indexes in the cache
See Also
IndexCache Class