EMDB Solr Search Field Documentation

data_type

Type of map data (e.g., density map, half-map, or mask), aggregated from any deposited map (primary, half-map, additional, or mask).

Multivalue
Yes
Indexed
Yes
Stored
No

Name: Data Type

Type: int

Provenance: Depositor

Archive: EMDB

Example queries:
Range query example (including bounds):
data_type:[0 TO 100]

Range query example (excluding bounds):
data_type:{0 TO 100}

Greater than example:
data_type:{50 TO *]

Greater or equal than example:
data_type:[50 TO *]

Has any value:
data_type:[* TO *]

← Back to all fields