156-315.81 · Question #617
What is the SOLR database for?
The correct answer is D. Used for full text search and enables powerful matching capabilities. CPM saves all data in the Postgres SQL database and stores most of the data in Solr, a standalone search server powered by the Lucene Java search library. The Postgres SQL database contains objects, policies, users, administrators, licenses, and management data.The data is…
Question
What is the SOLR database for?
Options
- AWrites data to the database and full text search
- BEnables powerful matching capabilities and writes data to the database
- CServes GUI responsible to transfer request to the DLEserver
- DUsed for full text search and enables powerful matching capabilities
How the community answered
(64 responses)- A14% (9)
- B9% (6)
- C5% (3)
- D72% (46)
Explanation
CPM saves all data in the Postgres SQL database and stores most of the data in Solr, a standalone search server powered by the Lucene Java search library. The Postgres SQL database contains objects, policies, users, administrators, licenses, and management data.The data is segmented into multiple database domains. Solr generates indexes of the data to be used for full text searching capabilities.
Topics
Community Discussion
No community discussion yet for this question.