Create a Custom Date/Time Parser
- Capella Operational
- how-to
Create a custom date/time parser with the Couchbase Capella UI to tell the Search Service how to process a new date/time format.
If you store date data in a format other than RFC-3339 (ISO-8601), then you need to create a date/time parser.
Prerequisites
-
You have the Search Service enabled on a node in your cluster. For more information about how to change Services on your cluster, see Modify a Paid Cluster.
-
You have logged in to the Couchbase Capella UI.
-
You have started to create or already created an index in Advanced Mode.
Procedure
To create a custom date/time parser with the Capella UI in Advanced Mode:
-
On the Operational Clusters page, select the cluster that has the Search index you want to edit.
-
Go to
. -
Click the index where you want to create a custom date/time parser.
-
Under Advanced Settings, expand Date Time Parsers.
Make sure you use Advanced Mode. -
Click Add Date/Time Parser
-
In the Name field, enter a name for the date/time parser.
-
In the New Word field, enter a date/time layout with Go syntax.
For more information, see the documentation about the Go Programming Language Time Package’s Layout Constant.
-
Click Add.
-
(Optional) To add an additional layout, repeat the previous steps.
-
Click Submit.
Next Steps
After you create a custom date/time parser, you can set it as the default date/time parser for your Search index.
To continue customizing your Search index, you can also:
To run a search and test the contents of your Search index, see Run A Simple Search with the Capella UI.