Show / Hide Table of Contents

Class DBC.FreeTextStopWordsFields

Fields for FreeTextStopWords, Here are the words that can be excluded from Free Text Search by using the FreeTextAdmin. The words that appear here will not be found in FreeTextWords and typically include "are", "this", "that", and so on - words that occur frequently, but are not useful for searching. The more (good) stop words you have, the smaller the index will be.

Inheritance
Object
DBC.FreeTextStopWordsFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class FreeTextStopWordsFields

Fields

FreetextwordsId

FreeTextStopWords.FreetextwordsId: Primary key

Declaration
public const string FreetextwordsId = "freetextwords_id"
Field Value
Type Description
String

Word

FreeTextStopWords.Word: Stop word, not to be indexed

Declaration
public const string Word = "word"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top