미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=search (sr)
- 이 모듈은 read 권한을 요구합니다.
- 이 모듈은 생성기로 사용할 수 있습니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0-or-later
전문 검색을 수행합니다.
- srsearch
Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki's search backend implements.
- 이 변수는 필수입니다.
- srnamespace
Search only within these namespaces.
- 값 (|로 구분): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 710, 711, 828, 829 또는 다른 문자열: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 710, 711, 828, 829
- 모든 값을 지정하려면, *를 사용하십시오.
- 기본값: 0
- srlimit
How many total pages to return.
- 유형: 정수 또는 max
- 값은 1와 500 사이여야 합니다.
- 기본값: 10
- sroffset
더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
- 유형: 정수
- 값은 0 이상이어야 합니다.
- 기본값: 0
- srqiprofile
쿼리 독립적인 프로파일 사용(순위 알고리즘에 영향있음)
- classic
- 들어오는 링크 수, 일부 틀, 문서의 언어와 최신화 정도에 기반한 순위 (틀, 언어, 최신화 정도는 이 위키에서 활성화되지 않을 수 있습니다.)
- classic_noboostlinks
- 이 위키에 활성화될 때 일부 틀과 문서의 언어, 최신 정도를 바탕으로 순위를 매김.
- empty
- 쿼리와 독립적인 기능에 기반한 순위 (디버그 전용)
- wsum_inclinks
- Weighted sum based on incoming links
- wsum_inclinks_pv
- Weighted sum based on incoming links and weekly pageviews
- popular_inclinks_pv
- 주로 페이지 뷰에 기반한 순위
- popular_inclinks
- Ranking based primarily on incoming link counts
- engine_autoselect
- 검색 엔진이 최상의 프로필을 사용하도록 결정하게 합니다.
- 다음 값 중 하나: classic, classic_noboostlinks, empty, engine_autoselect, popular_inclinks, popular_inclinks_pv, wsum_inclinks, wsum_inclinks_pv 또는 다른 문자열: classic, classic_noboostlinks, empty, engine_autoselect, popular_inclinks, popular_inclinks_pv, wsum_inclinks, wsum_inclinks_pv
- 기본값: engine_autoselect
- srwhat
Which type of search to perform.
- 다음 값 중 하나: nearmatch, text, title 또는 다른 문자열: nearmatch, text, title
- srinfo
Which metadata to return.
- 값 (|로 구분): rewrittenquery, suggestion, totalhits 또는 다른 문자열: rewrittenquery, suggestion, totalhits
- 기본값: totalhits|suggestion|rewrittenquery
- srprop
Which properties to return:
- size
- 바이트 단위로 문서의 크기를 추가합니다.
- wordcount
- 문서의 낱말 수를 추가합니다.
- timestamp
- 문서가 마지막으로 편집된 시기의 타임스탬프를 추가합니다.
- snippet
- Adds a snippet of the page, with query term highlighting markup.
- titlesnippet
- Adds the page title, with query term highlighting markup.
- redirecttitle
- Adds the title of the matching redirect.
- redirectsnippet
- Adds the title of the matching redirect, with query term highlighting markup.
- sectiontitle
- Adds the title of the matching section.
- sectionsnippet
- Adds the title of the matching section, with query term highlighting markup.
- isfilematch
- Adds a boolean indicating if the search matched file content.
- categorysnippet
- Adds the matching category name, with query term highlighting markup.
- score
- 구식입니다. 무시됨.
- hasrelated
- 구식입니다. 무시됨.
- extensiondata
- Adds extra data generated by extensions.
- 값 (|로 구분): categorysnippet, extensiondata, isfilematch, redirectsnippet, redirecttitle, sectionsnippet, sectiontitle, size, snippet, timestamp, titlesnippet, wordcount, hasrelated, score 또는 다른 문자열: categorysnippet, extensiondata, isfilematch, redirectsnippet, redirecttitle, sectionsnippet, sectiontitle, size, snippet, timestamp, titlesnippet, wordcount, hasrelated, score
- 기본값: size|wordcount|timestamp|snippet
- srinterwiki
Include interwiki results in the search, if available.
- 유형: 불리언 (자세한 정보)
- srenablerewrites
Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.
- 유형: 불리언 (자세한 정보)
- srsort
반환된 결과의 정렬 순서를 설정합니다.
- 다음 값 중 하나: create_timestamp_asc, create_timestamp_desc, incoming_links_asc, incoming_links_desc, just_match, last_edit_asc, last_edit_desc, none, random, relevance, user_random 또는 다른 문자열: create_timestamp_asc, create_timestamp_desc, incoming_links_asc, incoming_links_desc, just_match, last_edit_asc, last_edit_desc, none, random, relevance, user_random
- 기본값: relevance
- meaning을 검색합니다.
- api.php?action=query&list=search&srsearch=meaning [연습장에서 열기]
- meaning의 텍스트를 검색합니다.
- api.php?action=query&list=search&srwhat=text&srsearch=meaning [연습장에서 열기]
- Get page info about the pages returned for a search for meaning.
- api.php?action=query&generator=search&gsrsearch=meaning&prop=info [연습장에서 열기]