dolphinium commited on
Commit
043003f
·
1 Parent(s): 26466c8

feat: Update example values in field metadata for enhanced clarity and coverage

Browse files
Files changed (1) hide show
  1. solr_metadata.py +2 -2
solr_metadata.py CHANGED
@@ -16,13 +16,13 @@ field_metadata = [
16
  {
17
  "field_name": "news_type",
18
  "type": "string (categorical)",
19
- "example_values": ["product news", "financial news", "regulatory news"],
20
  "definition": "The category of the news article itself (e.g., financial, regulatory, acquisition). Use for filtering by the type of event being reported."
21
  },
22
  {
23
  "field_name": "event_type",
24
  "type": "string (categorical)",
25
- "example_values": ["phase 2", "phase 1", "pre clinical", "marketed"],
26
  "definition": "The clinical or developmental stage of a product or event discussed in the article. Essential for queries about clinical trial phases."
27
  },
28
  {
 
16
  {
17
  "field_name": "news_type",
18
  "type": "string (categorical)",
19
+ "example_values": ["financial news", "product news", "other company news", "regulatory news", "people news", "funding news", "pharma services deals", "product approvals", "product deals", "technology news", "company acquisitions", "product filings", "legal news", "discovery technology deals", "company divestitures", "latest dds patents", "dd technology deals", "product acquisitions", "option agreement", "joint venture deal", "technology acquisitions"],
20
  "definition": "The category of the news article itself (e.g., financial, regulatory, acquisition). Use for filtering by the type of event being reported."
21
  },
22
  {
23
  "field_name": "event_type",
24
  "type": "string (categorical)",
25
+ "example_values": ["phase 1", "phase 2", "pre clinical", "phase 3", "marketed", "approved", "registration", "research", "phase 0", "tentative approval", "bioequivalency", "undisclosed", "approvable"],
26
  "definition": "The clinical or developmental stage of a product or event discussed in the article. Essential for queries about clinical trial phases."
27
  },
28
  {