The public representation of the Analytics Index RDO.
Inheritance Hierarchy
Analytics.Conceptual.DataContracts.AnalyticsIndex
Namespace: Analytics.Conceptual.DataContracts
Assembly: Analytics.Conceptual.DataContracts (in Analytics.Conceptual.DataContracts.dll) Version: 10.1.2.93
Syntax
The AnalyticsIndex type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Active |
Describes whether or not the search provider associated with the index has been activated
|
![]() | AnalyticsServer |
Analytics server where index will be created.
|
![]() | ArtifactID |
The Artifact ID of the Artifact.
|
![]() | ConceptStopWords |
Determines the words you want the conceptual index to suppress. You can add or remove stop words from the list. Separate each word with a hard return.
The default values are derived from the [EDDSDBO].[ContentAnalystDefaultNoiseWords] table.
|
![]() | ContinueIndexStepsToCompletion |
This automatically will complete all necessary step to activate an Analytics Index after starting a step.
|
![]() | Dimensions |
Determines the dimensions of the concept space into which documents are mapped when the index is built;
more dimensions increase the conceptual values applied to documents and refine the relationships between documents.
|
![]() | EmailNotificationRecipients |
During index population and build these email addresses will be notified.
|
![]() | EnableEmailHeaderFilter |
Removes common header fields (such as To, From, and Date) and reply-indicator lines, but it does not remove content from the Subject line.
Use this filter to ensure that the headers in the concept space don't overshadow the authored content.
Defaults to false.
|
![]() | Guids |
The GUIDs of the Artifact.
|
![]() | IndexLastUsedOn |
Indicates the time this index was last used
|
![]() | LastErrorMessage |
Contains the last error message to occur on the index.
|
![]() | Name |
The friendly name of the index.
|
![]() | OptimizeTrainingSet |
This automatically selects only conceptually relevant documents from the Training set saved search.
For example, documents that are very large, very small, or have a lot of numbers are automatically
excluded from training in order to improve index quality.
Defaults to false.
|
![]() | Order |
Order in which index appears in dropdowns.
Defaults to 0.
|
![]() | RemoveDocumentsThatErroredDuringPopulation |
This automatically will remove documents from being populated that have errored in a previous population.
|
![]() | RemoveEnglishSignaturesAndFooters |
This automatically removes signatures and footers in English language emails from the text stored in the Analytics index.
By default, this is set to Yes for new indexes and No for existing ones. Setting this to Yes enables the email header filter,
disables the Go Words and OCR filters, and removes documents greater than 30 MB from the searchable set.
Defaults to false.
|
![]() | RepeatedContentFilters |
Repeated content filters associated with the index.
|
![]() | SearchableSet |
Document saved search used to populate the index's searchable set.
|
![]() | TrainingSet |
Document saved search used to populate the index's training set.
|
See Also