Taote site search engine
v0
The Taote site search engine is developed from the Taote JSP search engine. The system is based on the Lucene.Net core and uses an efficient Chinese word segmentation algorithm to analyze, index and save the content in the database to the hard disk. During front-end search, by reading the index file for query, the performance problems of traditional database query under high concurrency and massive data are avoided. Because the front-end search does not connect to the database, it provides a fast data query solution for special user groups who do not want the database to be placed in the front-end.