Versions Compared

Key

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

Apache Solr indexed the data into the following four separate cores. A core is a logical segregation of data. For example, you can classify metadata and business data in separate cores for efficient search.
i) Metadata
ii) Public Business Data
iii) Semi Private Business Data
iv) Private Business Data

Note:
Handling Stale Data: The data which has got stale is handled by the SolrAsyncJob class, which is called from SyncMetadataAction. This class reindexes the stale metadata.Refer Image Modified Image Modified for reference.

Using Search in the Application
Once your search is set up for the application, users can search for elements in the application as highlighted in the following screen shots.
When the user types "acc" in the search box, the text is searched in the indexed metadata of the application and the matching responses are displayed to the user. Image Removed

Image Added

The search results matching the search string are listed as shown in the following screen shot:
Image Added


User can click the required item from the Search Space to view it. Image Removed

Image Added