Class SegmentInfo
Information about a segment such as it's name, directory, and files related to the segment.
NOTE: This API is new and still experimental (subject to change suddenly in the next release)
Inheritance
System.Object
SegmentInfo
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class SegmentInfo : ICloneable
Constructors
Name | Description |
---|---|
Segment |
|
Segment |
|
Segment |
Fields
Properties
Name | Description |
---|---|
Diagnostics | |
Doc |
|
Doc |
|
Doc |
|
Has |
Methods
Name | Description |
---|---|
Clone() | |
Equals(Object) | We consider another SegmentInfo instance equal if it has the same dir and same name. |
Files() | |
Get |
|
Get |
|
Get |
|
Get |
Get the file name for the norms file for this field. |
Get |
Returns true if this segment is stored as a compound file; else, false. |
Has |
|
Has |
Returns true if any fields in this segment have separate norms. |
Has |
Returns true if this field for this segment has saved a separate norms file (_<segment>_N.sX). |
Seg |
Used for debugging |
Size |
Returns total size in bytes of all of files used by this segment. |
To |