Method ToString
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
ToString(Directory, Int32)
Used for debugging. Format may suddenly change.
Current format looks like
_a(3.1):c45/4
, which means the segment's
name is _a
; it was created with Lucene 3.1 (or
'?' if it's unknown); it's using compound file
format (would be C
if not compound); it
has 45 documents; it has 4 deletions (this part is
left off when there are no deletions).
Declaration
public string ToString(Directory dir, int delCount)
Parameters
Type |
Name |
Description |
Directory |
dir |
|
System.Int32 |
delCount |
|
Returns
Type |
Description |
System.String |
|