User:Kim/Special Issue 1/Internet Archive Search Methods: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
[https://archive.org/developers/metadata-schema/index.html| available metadata]
'''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: " "
Line 4: Line 5:
: title: " "
: title: " "
: year:  
: year:  
'''language:''' <br>
'''Syntax:''' <br>
: ... NOT ...
: ... NOT ...
: (  ) parentheses prioritize the contents within
: (  ) parentheses prioritize the contents within
: ”  “ double quotes will only return searches with an exact match for that phrase within
: ”  “ double quotes will only return searches with an exact match for that phrase within
: ... AND ...
: ... AND ...

Revision as of 13: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 ...