User:Kim/Special Issue 1/Internet Archive Search Methods: Difference between revisions
< User:Kim | Special Issue 1
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[https://archive.org/developers/metadata-schema/index.html| available metadata] | [https://archive.org/developers/metadata-schema/index.html| available metadata] <br> | ||
'''Field Specific queries:''' (uses [https://lucene.apache.org/core/2_9_4/queryparsersyntax.html| Apache Lucene]) | '''Field Specific queries:''' (uses [https://lucene.apache.org/core/2_9_4/queryparsersyntax.html| Apache Lucene]) | ||
: mediatype: " " | : mediatype: " " |
Revision as of 12:26, 3 October 2024
available metadata
Field Specific queries: (uses Apache Lucene)
- mediatype: " "
- subject: " "
- title: " "
- year:
Syntax:
- ... NOT ...
- ( ) parentheses prioritize the contents within
- ” “ double quotes will only return searches with an exact match for that phrase within
- ... AND ...