You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quick-start/src/main/ui/app/mlcp-ui/mlcp-ui.ts
+4-17Lines changed: 4 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -152,14 +152,14 @@ export class MlcpUiComponent {
152
152
label: 'Clean Target Database Directory?',
153
153
field: 'output_cleandir',
154
154
type: 'boolean',
155
-
description: 'A comma separated list of (role,capability) pairs to apply to loaded documents.\nDefault: The default permissions associated with the user inserting the document.\n\nExample: -output_permissions role1,read,role2,update',
155
+
description: 'Whether or not to delete all content in the output database directory prior to loading.',
156
156
value: false
157
157
},
158
158
{
159
159
label: 'Output URI Prefix',
160
160
field: 'output_uri_prefix',
161
161
type: 'string',
162
-
description: 'URI prefix to the id specified by -output_idname. Used to construct output document URIs.',
162
+
description: 'Specify a prefix to prepend to the default URI. Used to construct output document URIs. For details, see Controlling Database URIs During Ingestion.',
163
163
},
164
164
{
165
165
label: 'Output URI Replace',
@@ -172,13 +172,13 @@ export class MlcpUiComponent {
172
172
label: 'Output URI Suffix',
173
173
field: 'output_uri_suffix',
174
174
type: 'string',
175
-
description: 'URI suffix to the id specified by -output_idname. Used to construct output document URIs.',
175
+
description: 'Specify a suffix to append to the default URI Used to construct output document URIs. For details, see Controlling Database URIs During Ingestion.',
176
176
},
177
177
{
178
178
label: 'Document Type',
179
179
field: 'document_type',
180
180
type: 'type',
181
-
description: 'The type of document to create when -input_file_type is documentsor sequencefile. Accepted values: mixed (documents only), xml, json, text, binary.\nDefault: mixed for documents, xml for sequencefile.',
181
+
description: 'The type of document to create when -input_file_type is documents, sequencefile or delimited_text. Accepted values: mixed (documents only), xml, json, text, binary. Default: mixed for documents, xml for sequencefile, and xml for delimited_text.',
182
182
options: [
183
183
{
184
184
label: '',
@@ -217,7 +217,6 @@ export class MlcpUiComponent {
217
217
field: 'input_compressed',
218
218
type: 'boolean',
219
219
description: 'Whether or not the source data is compressed.\nDefault: false.',
220
-
placeholder: 'whether or not the source data is compressed',
221
220
},
222
221
{
223
222
label: 'Input Compression Codec',
@@ -248,28 +247,24 @@ export class MlcpUiComponent {
248
247
field: 'namespace',
249
248
type: 'string',
250
249
description: 'The default namespace for all XML documents created during loading.',
251
-
placeholder: 'default namespace for all XML documents created during loading',
252
250
},
253
251
{
254
252
label: 'XML Repair Level',
255
253
field: 'xml_repair_level',
256
254
type: 'string',
257
255
description: 'The degree of repair to attempt on XML documents in order to create well-formed XML. Accepted values: default,full, none.\nDefault: default, which depends on the configured MarkLogic Server default XQuery version: In XQuery 1.0 and 1.0-ml the default is none. In XQuery 0.9-ml the default is full.',
258
-
placeholder: 'default, full, or none',
259
256
},
260
257
{
261
258
label: 'Thread Count',
262
259
field: 'thread_count',
263
260
type: 'number',
264
261
description: 'The number of threads to spawn for concurrent loading. The total number of threads spawned by the process can be larger than this number, but this option caps the number of concurrent sessions with MarkLogic Server. Only available in local mode.\nDefault: 4.',
265
-
placeholder: 'default is 4',
266
262
},
267
263
{
268
264
label: 'Batch Size',
269
265
field: 'batch_size',
270
266
type: 'number',
271
267
description: 'The number of documents to process in a single request to MarkLogic Server. This option is ignored when you use -transform_module; a transform always sets the batch size to 1.\nDefault: 100.',
272
-
placeholder: 'default is 100; set to 1 when transform is used',
273
268
},
274
269
],
275
270
collapsed: true,
@@ -283,35 +278,30 @@ export class MlcpUiComponent {
283
278
field: 'generate_uri',
284
279
type: 'boolean',
285
280
description: 'Whether or not MarkLogic Server should automatically generate document URIs.\nDefault: false.',
286
-
placeholder: 'default is false for delimited_text, true for delimited_json',
287
281
},
288
282
{
289
283
label: 'Split Input?',
290
284
field: 'split_input',
291
285
type: 'boolean',
292
286
description: 'Whether or not to divide input data into logical chunks to support more concurrency. Only supported when -input_file_type is one of the following: delimited_text.\nDefault: false for local mode, true for distributed mode. For details, see Improving Throughput with -split_input.',
293
-
placeholder: 'whether or not to divide input data into logical chunks to support more concurrency.',
294
287
},
295
288
{
296
289
label: 'Delimiter',
297
290
field: 'delimiter',
298
291
type: 'character',
299
292
description: 'When importing content with -input_file_type delimited_text, the delimiting character.\nDefault: comma (,).',
300
-
placeholder: 'default is comma',
301
293
},
302
294
{
303
295
label: 'URI ID',
304
296
field: 'uri_id',
305
297
type: 'string',
306
298
description: 'The column name that contributes to the id portion of the URI for inserted documents. Default: The first column.',
307
-
placeholder: 'default is first column',
308
299
},
309
300
{
310
301
label: 'Delimited Root Name',
311
302
field: 'delimited_root_name',
312
303
type: 'string',
313
304
description: 'When importing content with -input_file_type delimited_text, the localname of the document root element.\nDefault: root.',
314
-
placeholder: 'default is root',
315
305
},
316
306
{
317
307
label: 'Data Type',
@@ -331,14 +321,12 @@ export class MlcpUiComponent {
331
321
field: 'generate_uri',
332
322
type: 'boolean',
333
323
description: 'Whether or not MarkLogic Server should automatically generate document URIs.\nDefault: false.',
334
-
placeholder: 'default is false for delimited_text, true for delimited_json',
335
324
},
336
325
{
337
326
label: 'URI ID',
338
327
field: 'uri_id',
339
328
type: 'string',
340
329
description: 'The element, attribute, or property name within the document to use as the document URI. Default: None; the URI is based on the file name, as described in Default Document URI Construction.',
341
-
placeholder: 'default is first column',
342
330
}
343
331
],
344
332
collapsed: true
@@ -363,7 +351,6 @@ export class MlcpUiComponent {
363
351
field: 'uri_id',
364
352
type: 'string',
365
353
description: 'The element, attribute, or property name within the document to use as the document URI. Default: None; the URI is based on the file name, as described in Default Document URI Construction.',
0 commit comments