Indexing
Index-based search helps you fetch search results quickly, as it brings the results from already indexed entities. Indexing would work both for Advanced and normal Search: for this indexing has to be enabled in Adeptia Connect.
Indexed based search helps you to fetch the search results quickly. However, it has an impact on the Template/Transaction wizard and its execution time.
It is recommended not to use indexed based search as it may impact the performance of Adeptia Connect.
Login to Adeptia Connect.To enable indexing:
- Go to Configure Tab and Click Developer Studio.
- Click Proceed to access Developer Studio.
- Click Administer Tab in Developer Studio.
- Go to Setup > Application Properties > Update System Properties.
- In Update System Properties, click Adeptia Connect to view the Indexing property.
- Set the value as true in abm.connect.indexbasedsearch.enable to enable indexing. Set the value to false if you want to disable the indexing.
- Provide the path where the system will store indexed files in apbm.connect.advancedsearch.index.base property. In the case of clustered deployment of Adeptia Connect, it should be a shared path.
- Log out from Adeptia Connect and restart Kernel & WebRunner to implement the changes.