hffariel opened a new issue #3540:
URL: https://github.com/apache/incubator-doris/issues/3540


   I did some work on supporting fulltext searching for doris document website, 
as it [suggested by 
Vuepress](https://vuepress.vuejs.org/theme/default-theme-config.html#built-in-search)
   
   ## Motivation
   
   Vuepress's built-in search only support title, h1, h2. But that doesn't meet 
our demand, we need a FullText Search engine. So it's algolia.
   
   **Built-in search:**
   
   
![image](https://user-images.githubusercontent.com/8237085/81469188-41da9000-9216-11ea-811f-0081dbccd1a6.png)
   
   **Algolia DocSearch:**
   
   
![image](https://user-images.githubusercontent.com/8237085/81469178-2ec7c000-9216-11ea-9a5f-8513dbdeb553.png)
   
   
   ## What is [Algolia DocSearch](https://docsearch.algolia.com/)
   
   A third-party website crawler designed to index every section of the 
documentation.
   
   By integrating with [Algolia DocSearch](https://docsearch.algolia.com/), our 
website would be scraped automatically in every 24h. And of course all of the 
searching results would come from algolia.
   
   ## What should we do
   
   The only thing we need to do is that [Config.json From 
DocSearch](https://github.com/algolia/docsearch-configs/blob/master/configs/apache_doris.json)
 should be updated if a new language or branch is created.
   
   For more detail of the docsearch's configuration, please refer to 
[Configuration of DocSearch](https://docsearch.algolia.com/docs/config-file)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to