In this scenario, which of the following is the best solution?

A certain project needs to save the online data in a certain area and search the full text whether there is any sensitive information in these online records to prevent crimes in the area.

In this scenario, which of the following is the best solution?
A . Create an index on Solr, save the data, and return all the data when searching the full text.
B . Store data on HBase, and satisfy fuzzy matching queries through HBase’s filtering features.
C . When storing data, create an index on Solr and store the complete data in HBasx; when querying, obtain key information of records through Solr full-text search, and obtain complete records on HBase through key information.

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments