Index-based search helps you fetch the results quickly as it gets the results from the entities that are indexed after you have enabled the indexing. Indexing would work both for Advanced and normal Search. If you disable the indexing, search results may take time to appear on the screen impacting the performance.
For fresh installation of version 3.0 and onwards, indexing is enabled by default. However, if you are using version 2.9.3 or lower and applying the patch of version 3.0 or above, you have to manually enable the indexing.
To enable indexing:
- Login to Adeptia Connect.
- Go to Configure Tab and Click Developer Studio.
- Login to Developer Studio.
- Click Administer Tab.
- 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 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.