• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CPAN-API / cpan-api / 1070
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: topic/rename-org
DEFAULT BRANCH: master
Ran 20 May 2016 06:17PM UTC
Jobs 2
Files 168
Run time 22s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1070

push

travis-ci

mickeyn
Fix 'documentation' mapping

This fix will change the 'documentation' mapping from:

    "documentation" : {
          "type" : "string"
    }

to:
    "documentation" : {
        "fields" : {
           "camelcase" : {
              "store" : true,
              "analyzer" : "camelcase",
              "type" : "string"
           },
           "lowercase" : {
              "analyzer" : "lowercase",
              "type" : "string",
              "store" : true
           },
           "edge" : {
              "analyzer" : "edge",
              "type" : "string",
              "store" : true
           },
           "analyzed" : {
              "analyzer" : "standard",
              "type" : "string",
              "fielddata" : {
                 "format" : "disabled"
              },
              "store" : true
           },
           "edge_camelcase" : {
              "store" : true,
              "type" : "string",
              "analyzer" : "edge_camelcase"
           }
        },
        "ignore_above" : 2048,
        "index" : "not_analyzed",
        "type" : "string"
     }

This change will also restore the original behavior of `autocomplete`
and fix the test t/server/controller/search/autocomplete.t
It is also needed to fix a test in the metacpan-web repo.

3694 of 4094 relevant lines covered (90.23%)

135.39 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1070.2 20 May 2016 06:17PM UTC 0
90.22
Travis Job 1070.2
3 1070.3 20 May 2016 06:17PM UTC 0
90.2
Travis Job 1070.3
Source Files on build 1070
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1070
  • 3350fe3e on github
  • Prev Build on mickey/fix_documentation_mapping (#1068)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc