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

couchbase / cbft / 713
30%

Build:
DEFAULT BRANCH: master
Ran 01 Apr 2019 08:16PM UTC
Jobs 1
Files 42
Run time 34s
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

01 Apr 2019 08:11PM UTC coverage: 28.762%. Remained the same
713

push

travis-ci

steveyen
text-always dynamic indexing via optional, 'disabled' DateTimeParser

In dynamic indexing, text fields are first passed through the default
date time parser to see if the text parses as a date string (e.g.,
"2019-01-31").  The usual configured default date time parser of
"dateTimeOptional" has this behavior.

However, if the applicaiton instead wants dynamic indexing to always
treat field values as text, this "dateTimeOptional" behavior does not
work correctly.  For example, the user wants "2019-01-31" to be
treated as text (e.g., perhaps via the keyword analyzer), not indexed
as a date-time value.

This commit registers a new DateTimeParser named "disabled", which
always considers any input string as not-a-date.  When the default
date time parser is configured to be "disabled", then dynamic indexing
will always treat string values as text.

Change-Id: Icb759b8b2
Reviewed-on: http://review.couchbase.org/107102
Well-Formed: Build Bot <build@couchbase.com>
Tested-by: Steve Yen <steve.yen@gmail.com>
Reviewed-by: Abhinav Dangeti <abhinav@couchbase.com>

2529 of 8793 relevant lines covered (28.76%)

9.13 hits per line

Jobs
ID Job ID Ran Files Coverage
2 713.2 01 Apr 2019 08:16PM UTC 0
28.76
Travis Job 713.2
Source Files on build 713
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #713
  • a393d26f on github
  • Prev Build on master (#712)
  • Next Build on master (#714)
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