Data Cores

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

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 SolrAsyncJob.txt  SyncMetadataAction.txt 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.

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



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