0%

Important definitions: query, field, core, document, parameter

  • Query: A request for data.
  • Core: A “self-contained database” within Solr, each with its own schema, configuration, and data. For IMPC data, several Solr cores are available: experiment, statistical-result, genotype-phenotype, phenodigm, and impc_images. A more detailed description of each can be found here.
  • Document: A single, structured unit of data that Solr stores. It is similar to a row in a database table. Each document consists of multiple fields.
  • Field: A specific piece of data or attribute within a document, similar to a column in a database table.
  • Parameter: In the context of Solr, a parameter is a setting or input that influences how a query is processed. q and rows are examples of Solr parameters.
    Note: The IMPC parameter and Solr parameter have different meanings.

Continue to the next page to test your learning so far.