Skip to content

Commit e75e51c

Browse files
committed
fixed #270
1 parent e4a7436 commit e75e51c

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

quick-start/src/main/ui/app/mlcp-ui/mlcp-ui.ts

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ export class MlcpUiComponent {
152152
label: 'Clean Target Database Directory?',
153153
field: 'output_cleandir',
154154
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.',
156156
value: false
157157
},
158158
{
159159
label: 'Output URI Prefix',
160160
field: 'output_uri_prefix',
161161
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.',
163163
},
164164
{
165165
label: 'Output URI Replace',
@@ -172,13 +172,13 @@ export class MlcpUiComponent {
172172
label: 'Output URI Suffix',
173173
field: 'output_uri_suffix',
174174
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.',
176176
},
177177
{
178178
label: 'Document Type',
179179
field: 'document_type',
180180
type: 'type',
181-
description: 'The type of document to create when -input_file_type is documents or 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.',
182182
options: [
183183
{
184184
label: '',
@@ -217,7 +217,6 @@ export class MlcpUiComponent {
217217
field: 'input_compressed',
218218
type: 'boolean',
219219
description: 'Whether or not the source data is compressed.\nDefault: false.',
220-
placeholder: 'whether or not the source data is compressed',
221220
},
222221
{
223222
label: 'Input Compression Codec',
@@ -248,28 +247,24 @@ export class MlcpUiComponent {
248247
field: 'namespace',
249248
type: 'string',
250249
description: 'The default namespace for all XML documents created during loading.',
251-
placeholder: 'default namespace for all XML documents created during loading',
252250
},
253251
{
254252
label: 'XML Repair Level',
255253
field: 'xml_repair_level',
256254
type: 'string',
257255
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',
259256
},
260257
{
261258
label: 'Thread Count',
262259
field: 'thread_count',
263260
type: 'number',
264261
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',
266262
},
267263
{
268264
label: 'Batch Size',
269265
field: 'batch_size',
270266
type: 'number',
271267
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',
273268
},
274269
],
275270
collapsed: true,
@@ -283,35 +278,30 @@ export class MlcpUiComponent {
283278
field: 'generate_uri',
284279
type: 'boolean',
285280
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',
287281
},
288282
{
289283
label: 'Split Input?',
290284
field: 'split_input',
291285
type: 'boolean',
292286
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.',
294287
},
295288
{
296289
label: 'Delimiter',
297290
field: 'delimiter',
298291
type: 'character',
299292
description: 'When importing content with -input_file_type delimited_text, the delimiting character.\nDefault: comma (,).',
300-
placeholder: 'default is comma',
301293
},
302294
{
303295
label: 'URI ID',
304296
field: 'uri_id',
305297
type: 'string',
306298
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',
308299
},
309300
{
310301
label: 'Delimited Root Name',
311302
field: 'delimited_root_name',
312303
type: 'string',
313304
description: 'When importing content with -input_file_type delimited_text, the localname of the document root element.\nDefault: root.',
314-
placeholder: 'default is root',
315305
},
316306
{
317307
label: 'Data Type',
@@ -331,14 +321,12 @@ export class MlcpUiComponent {
331321
field: 'generate_uri',
332322
type: 'boolean',
333323
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',
335324
},
336325
{
337326
label: 'URI ID',
338327
field: 'uri_id',
339328
type: 'string',
340329
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',
342330
}
343331
],
344332
collapsed: true
@@ -363,7 +351,6 @@ export class MlcpUiComponent {
363351
field: 'uri_id',
364352
type: 'string',
365353
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.',
366-
placeholder: 'default is first column',
367354
}
368355
],
369356
collapsed: true,

0 commit comments

Comments
 (0)