C# Класс Lucene.Net.Index.CheckIndex.Status.SegmentInfoStatus

Holds the status of each segment in the index. See SegmentInfos.

WARNING: this API is new and experimental and is subject to suddenly change in the next release.

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
compound bool
deletionsFileName System.String
diagnostics string>.IDictionary
docCount int
docStoreCompoundFile bool
docStoreOffset int
docStoreSegment System.String
fieldNormStatus FieldNormStatus
hasDeletions bool
hasProx bool
name System.String
numDeleted int
numFiles int
openReaderPassed bool
sizeMB double
storedFieldStatus StoredFieldStatus
termIndexStatus TermIndexStatus
termVectorStatus TermVectorStatus

Описание свойств

compound публичное свойство

True if segment is compound file format.
public bool compound
Результат bool

deletionsFileName публичное свойство

Name of the current deletions file name.
public String,System deletionsFileName
Результат System.String

diagnostics публичное свойство

Map<String, String> that includes certain debugging details that IndexWriter records into each segment it creates
public IDictionary diagnostics
Результат string>.IDictionary

docCount публичное свойство

Document count (does not take deletions into account).
public int docCount
Результат int

docStoreCompoundFile публичное свойство

True if the shared doc store files are compound file format.
public bool docStoreCompoundFile
Результат bool

docStoreOffset публичное свойство

Doc store offset, if this segment shares the doc store files (stored fields and term vectors) with other segments. This is -1 if it does not share.
public int docStoreOffset
Результат int

docStoreSegment публичное свойство

String of the shared doc store segment, or null if this segment does not share the doc store files.
public String,System docStoreSegment
Результат System.String

fieldNormStatus публичное свойство

Status for testing of field norms (null if field norms could not be tested).
public FieldNormStatus fieldNormStatus
Результат FieldNormStatus

hasDeletions публичное свойство

True if this segment has pending deletions.
public bool hasDeletions
Результат bool

hasProx публичное свойство

True if at least one of the fields in this segment does not omitTermFreqAndPositions.
public bool hasProx
Результат bool

name публичное свойство

Name of the segment.
public String,System name
Результат System.String

numDeleted публичное свойство

Number of deleted documents.
public int numDeleted
Результат int

numFiles публичное свойство

Number of files referenced by this segment.
public int numFiles
Результат int

openReaderPassed публичное свойство

True if we were able to open a SegmentReader on this segment.
public bool openReaderPassed
Результат bool

sizeMB публичное свойство

Net size (MB) of the files referenced by this segment.
public double sizeMB
Результат double

storedFieldStatus публичное свойство

Status for testing of stored fields (null if stored fields could not be tested).
public StoredFieldStatus storedFieldStatus
Результат StoredFieldStatus

termIndexStatus публичное свойство

Status for testing of indexed terms (null if indexed terms could not be tested).
public TermIndexStatus termIndexStatus
Результат TermIndexStatus

termVectorStatus публичное свойство

Status for testing of term vectors (null if term vectors could not be tested).
public TermVectorStatus termVectorStatus
Результат TermVectorStatus