SearchIndexCriteria Class

Represents the search criteria for an index search.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class SearchIndexCriteria : SearchCriteria
Inheritance
Object    SearchCriteria    SearchIndexCriteria

Constructors

SearchIndexCriteriaInitializes a new instance of the SearchIndexCriteria class

Properties

Configuration The search configuration.
(Inherited from SearchCriteria)
Find Gets or sets the text expression to search for within the index.
IncludeTextLineHits Gets or sets the flag indicating if the results include text/hit information in the file.
IndexId Gets or sets the id of index to search.
MatchCase Gets or sets the flag indicating if the Find expression is case-sensitive.

Methods

ApplyChanges Apply changes to the search criteria.
(Inherited from SearchCriteria)
Dispose
(Inherited from SearchCriteria)
Dispose(Boolean)Releases the unmanaged resources used by the SearchIndexCriteria and optionally releases the managed resources
(Overrides SearchCriteriaDispose(Boolean))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Inherited from SearchCriteria)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Save Saves the search criteria and configuration to a stream.
(Inherited from SearchCriteria)
SaveXML Saves the search criteria and configuration to an Xml string.
(Inherited from SearchCriteria)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also