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

couchbase / cbft / 713 / 2
30%
master: 30%

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

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

Source Files on job 713.2
  • Tree
  • List 0
  • Changed 27
  • Source Changed 0
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 589
  • Travis Job 713.2
  • a393d26f on github
  • Prev Job for on master (#712.3)
  • Next Job for on master (#714.3)
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