Elastic search -- Rest style operation index, mapping and document

Elastic search -- Rest style operation index, mapping and document ElasticSearch provides a REST API that can be accessed through HTTP and JSON. 1. Index operation 1. Basic operations of index: PUT /Index name Create index DELETE /Index name delete index DELETE /* Delete all indexes GET /Index name View specified index i ...

Posted by MikeUK on Mon, 08 Nov 2021 12:32:41 +0100

Reptile learning notes

1, What is a reptile? The essence of a crawler is an application that sends a request to a website or URL, obtains resources, analyzes and extracts useful data. Can be used to obtain text data, can also be used to download pictures or music. Crawlers can verify hyperlinks and HTML code for web crawling. Web search engines and other sites updat ...

Posted by kumschick on Fri, 22 Oct 2021 15:42:17 +0200

Crawler operation section 2 - Data Analysis

Blog direct in the last section! After obtaining the web page, the next step is to analyze the data. We need to be familiar with the basic operation of regular expressions. Here is a tutorial entrance. Students without knowledge reserve can go to this channel first regular expression You can only look at the simplest "grammar" sec ...

Posted by evilmonkey on Wed, 20 Oct 2021 09:26:00 +0200