Indexed Search Syntax: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(added artist fields (Imported from MoinMoin))
(Add release fields (Imported from MoinMoin))
Line 25: Line 25:
|-
|-
| alias || the aliases/misspellings for this artist
| alias || the aliases/misspellings for this artist
|}

The release/album index contains theses fields:
{| border="1"
|-
| '''field''' || '''Description'''
|-
| reid || release id
|-
| release || release name
|}

|| type || release type (1 - album, 2 - single, etc.)
{| border="1"
|-
| status || release status (1 - official, 2 - promo, 3 - bootleg)
|-
| tracks || number of tracks in the release
|-
| discids || number of cd ids for the release
|-
| date || earliest release date for the release
|-
| asin || the Amazon ASIN for
|-
| lang || The language for this release (TODO: add lang #s)
|-
| script || The script used this release
|}
|}



Revision as of 03:35, 25 February 2006

Attention.png Status: Currently under development. Please help copy and adapt the lucene query syntax docs to our needs!

While we contruct this help page, please see the lucene query syntax page for details on how to construct MusicBrainz text search queries.

MusicBrainz specific search fields

The artist index contains the following fields you can search:

field Description
arid artist id
artist artist name
sortname artist sortname
artype artist type (0 - unknown, 1 - person, 2 - band)
begin artist birth date/band founding date
end artist death date/band dissoluion date
comment artist comment to differentiate similar artists
alias the aliases/misspellings for this artist

The release/album index contains theses fields:

field Description
reid release id
release release name

|| type || release type (1 - album, 2 - single, etc.)

status release status (1 - official, 2 - promo, 3 - bootleg)
tracks number of tracks in the release
discids number of cd ids for the release
date earliest release date for the release
asin the Amazon ASIN for
lang The language for this release (TODO: add lang #s)
script The script used this release