Click or drag to resize
SearchHelper Properties

The SearchHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBasicSearchReplacer
Gets the regular expression for basic search replacement.
Public propertyStatic memberCustomSearchPath
Custom search path.
Public propertyStatic memberExcludedFieldsFromConversion
Gets or sets the fields separated by semicolon, this field will be excluded from int/double conversion
Public propertyStatic memberImageContentReplacer
Gets the regular expression for image content tag.
Public propertyStatic memberMaxAttachmentSize
Gets the maximum size of an attachment (in kB) which are processed with content extractors. 0 means unlimited size (default). If a positive number is set, attachments the size of which exceeds the value are not processed and their content is not indexed.
Public propertyStatic memberMaxFieldLength
Maximal field length.
Public propertyStatic memberMaxResults
Gets the value that is used for maximal number of records returned from search index.
Public propertyStatic memberRemoveDiacriticsForIndexField
Gets the value that indicates whether diacritics should be removed for index field
Public propertyStatic memberSearchContentXpathValue
XPath function to specify which web parts fields should be added to the search document content.
Public propertyStatic memberSearchers
Collection of index Searchers. [key -> IndexSearcher]
Public propertyStatic memberSearchOnlyWhenContentPresent
If true, performs the search only when the content part of the search expression is present.
Public propertyStatic memberSearchPath
Search path. File system location where Smart Search stores the indexes.
Public propertyStatic memberStoreContentField
Gets the value that indicates whether content field should be stored in the index
Public propertyStatic memberSubsetAnalyzerWordRegex
Gets the regular expression for word splitting used in SubsetAnalyzer.
Top
See Also