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 »

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 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. User can click the required item from the Search Space to view it.

  • No labels