Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

For a fresh installation of version 3.0 and onwards, indexing is enabled by default. If you are using version 2.9.3 or lower and applying the patch of version 3.0 or above, then you have to manually enable the indexing.

If you disable the indexing, search results may take time to appear on the screen impacting the performance. 

To enable indexing:

  1. Login to Adeptia Connect.
  2. Go to Configure Tab and Click Developer Studio.
  3. Click Proceed to access Developer Studio.
  4. Click Administer Tab in Developer Studio.
  5. Go to Setup > Application Properties > Update System Properties.
  6. In Update System Properties, click Adeptia Connect to view the Indexing property.



  7. 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.
  8. 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.
  9. Log out from Adeptia Connect and restart Kernel & WebRunner to implement the changes.
  • No labels