Class DeclaredField
Fields declared by the addin to be indexed
Inherited Members
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class DeclaredField
Properties
DefaultWeight
A default weight to apply to search results
Declaration
public double DefaultWeight { get; set; }
Property Value
Type | Description |
---|---|
double |
DisplayLabel
Label that describes this field
Declaration
public string DisplayLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
EnumerationCodeListId
The identifier of the code list to use for enumerated fields.
Declaration
public IdentifierTriple EnumerationCodeListId { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple |
FieldType
The type of data that will be indexed
Declaration
public CustomFieldType FieldType { get; set; }
Property Value
Type | Description |
---|---|
CustomFieldType |
IsStructured
Is the field structured and used for sorting, filtering, or aggregated as a whole?
Declaration
public bool IsStructured { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
identifier string for this field
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchUiType
The type of facet to show in the search query form.
Declaration
public SearchUiFacetType SearchUiType { get; set; }
Property Value
Type | Description |
---|---|
SearchUiFacetType |
SearchUiWeight
The order in which the facet is displayed in the search query form.
Declaration
public int SearchUiWeight { get; set; }
Property Value
Type | Description |
---|---|
int |
UseNGram
Should partial word searched be supported
Declaration
public bool UseNGram { get; set; }
Property Value
Type | Description |
---|---|
bool |