Enables Elastic Search continuation queries to request the maximum number of results, which may improve cache performance.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ElasticSearchQueryCacheExpandHits As Nullable(Of Boolean)
C#
Nullable<bool> ElasticSearchQueryCacheExpandHits { get; set; }
Visual C++
property Nullable<bool> ElasticSearchQueryCacheExpandHits {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_elasticSearchQueryCacheExpandHits();
function set_elasticSearchQueryCacheExpandHits(value);

ToggleSee Also