Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • cern-search-rest-api cern-search-rest-api
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • webservices
  • cern-search
  • cern-search-rest-apicern-search-rest-api
  • Issues
  • #18
Closed
Open
Created Feb 01, 2019 by Pablo Panero@ppaneroMaintainer

Upgrade mappings to comply with ES6 and default_field search

Upgrade mappings to comply with ES6:

  • Type "string" is dropped in favour of "text", it will be analyzed with the default analyzer.
  • Analyzer "not_analyzed" is dropped and is the default of type "keyword".

Refactor mappings to comply with search pattern:

  • Add _search_all field with english and french analyzers.
  • Add copy_to to _search_all in every field/subfield that should be searchable in global searches (per field searches are not affected).

Change secrets in OpenShift to point to cernsearch6

Edited Feb 04, 2019 by Pablo Panero
Assignee
Assign to
Time tracking