What properties for the full-text search are available?

You can display the settings for the full-text search in your document storage.

Properties that are highlighted as cross-tenant properties (Cross-tenant) can only be changed using ARIS Cloud Controller Command-line Tool (ACC). To change these settings enter the following:

reconfigure adsadmin_<size of your installation, s, m, or l> JAVA-D<property name>="<value>"

Example

reconfigure adsadmin_m JAVA-Dcom.aris.ads.thumbnails.queue.size="40"

Key

Description

Valid input

Example

com.aris.ads.thumbnails.queue.size

Maximum size of thumbnail scaling queue

Specifies the maximum size of the queue for creating document thumbnail images. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

Integer > 0

50

com.aris.ads.ignoresearch.enabled

Exclude marked items from search

Specifies that a folder or document is to be excluded from the search operation. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. The default value is false.

True, False

False

com.aris.ads.ignoresearch.thread.count

Maximum number of threads for items to be excluded from search

Specifies the maximum number of parallel threads for scaling down items to be excluded from the search operation.

Integer > 0

3

com.aris.ads.ignoresearch.queue.size

Maximum size of the queue for items to be excluded from search

Specifies the maximum size of the queue for folders or documents to be excluded from the search operation.

Integer > 0

50

com.aris.ads.search.restriction.byrole

Enable search restriction

Enables or disables whether or not only the last approved version of a document is displayed for users with the ARIS Connect Viewer or ARIS Connect Designer license privilege.

Approved means that the document has the metadata status approved. For a user with the ARIS Connect Designer license privilege, two links are displayed additionally, one to open the document and one to display the document details.

The default value is false.

True, False

False

com.idsscheer.aris.ads.search.elastic.document.maxsize.kb

Maximum document size (in kilobytes)

Specifies the maximum document size in Elasticsearch. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

Integer > 0

2000

com.idsscheer.aris.ads.search.elastic.parser.memory.threshold.kb

Storage limit (in kilobytes)

Specifies the storage limit for the Elasticsearch parser. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

Integer > 0

500

com.idsscheer.aris.ads.search.elastic.parser.thread.count

Maximum number of parallel threads

Specifies the maximum number of threads for parallel processing when indexing documents. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

Integer > 0

10

com.idsscheer.aris.ads.search.elastic.parser.queue.size

Maximum queue size

Specifies the maximum size of the queue for indexing documents. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

Integer > 0

10

com.aris.ads.search.term.consolidation.threshold

Threshold for word consolidation

Number of recurrent words the application collects before performing an in-memory word consolidation.

Integer > 0

10000

com.aris.ads.search.parser.alwaysembedded

Use in-memory parsing for all documents

Specifies that in-memory parsing is to be used for all documents regardless of their file size. The default value is false. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

True, False