# Integration into an App

### **Add Classes to Search**

* **Mapping per Field**: Fields with the same Key are grouped together within the search.
* **Define Search Relevancy per Field**: Setting the Priority to one of:
  * Title
  * Sub Title
  * Content
  * No Search
* **Define the Source Type**: To one of:
  * Shared Source (Team Wide Source)
  * User Source
* **Configure Source Specific Behaviour**:
  * Pagination Size
  * Retry Counter for Failures
  * Bulk Instance Loading vs. Individual Instance Loading
  * Source Fetch Skipping
* **Configure Update Strategies**:
  * System Updates (Activity Stream)
  * Periodic Reindexing
  * Crawl by Modification-Date-Field (Not Ready Yet)
  * Reindex Old Items
* **Configure Cleanup Strategy**:
  * None
  * By Last Indexed Date (Not Ready Yet)
* **Configure Value Processors per Field**:
  * Strip HTML
  * Decode HTML
  * Normalize E-mail
  * Split by Character
  * Split E-mail List
* **Analyse and Measure**:
  * Preview of the Configured Mapping
  * Performance Analysis of the Source

### **Per Class Search Display Configuration**

* **Define One or More Summary Fields**: To get displayed instead of a raw value.
* **Define Which Fields to Display in the Search Result**:
  * Title
  * Description
  * CreatedBy
  * ModifiedBy
  * CreatedOn
  * ModifiedOn
  * Custom Fields to Display


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tivity.one/platform-features/enterprise-search/integration-into-an-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
