Broadgun Search

免费增值
通过 craigbroadbear | 已更新 2 месяца назад | Search
Health Check

N/A

README

API Methods

/create-index?sitemap={sitemap}

Call this first to create the index. The index id is returned. The sitemap parameter is a URL that points to a XML sitemap.

It may take some time to fully index the sitemap, depending on how many web pages are in the sitemap. During this indexing period, search’s will fail with a 500 status code.

Each page in the sitemap is downloaded, converted to text and added to the index. Also, each page has its own index, based on common html tags, which is used to return highlighted search snippets.

/remove-index/{indexId}

Removes the index identified by “indexId” an index.

/delete-user

Removes the current user and all associated indexes.

/status

Returns the indexes created by the current user and the pages indexed in each index.

/search/{indexId}/{limit}/{searchTerms}

Performs a search of “searchTerms” on the index identified by “indexId”. A maximum of “limit” results are returned.

关注者:0
资源:
产品网站
API 创建者:
C
craigbroadbear
craigbroadbear
登录并给 API 打分
打分:5 - 投票:1