public class IndexingFlags;
IndexingFlags.java
Values for IndexJob.setIndexingFlags
|
Field |
Description |
|
Reindex a document even if the modification date and size are unchanged | |
|
Check for sufficient disk space before indexing | |
|
Compress and store documents in the index; for use in generating Search Reports and highlighting hits. (This flag must be set when an index is created.) | |
|
Compress and store the text of documents in the index; for use in generating Search Reports and highlighting hits. (This flag must be set when an index is created.) | |
|
When text caching is enabled, do not cache any fields that were provided through the data source API (in DocFields). | |
|
Create an access-sensitive index. | |
|
Can be used in indexingFlags instead of the createFlags | |
|
Use relative rather than absolute paths in storing document locations. | |
|
Create an index using the version 7 index format. See http://www.dtsearch.com/index7.html. | |
|
Summary Preserve existing document ids following a compression of an index or a merge of two or more indexes (this flag is ignored during merges if the indexes being merged have overlapping ranges of document ids). Remarks Each document in an index is assigned a unique integer identifier called a document id or "DocId". The first document added to an index has the DocId 1, and subsequent documents will have sequentially numbered DocIds 2, 3, 4, and so forth. When a document is reindexed, its DocId is "cancelled" and a new DocId is assigned. When an index is compressed, all... more | |
|
Resume an earlier index update that did not complete. (Version 7 indexes only.) |
|
Data Member |
|
Copyright (c) 1998-2008 dtSearch Corp. All rights reserved.
|