Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Index-based search helps you fetch the search results quickly, as it gets brings the results from the entities that are indexed after you have enabled the indexingalready indexed entities. 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 : 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. However, if 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. Login 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.