C# Class VelocityDbSchema.TextIndexer.Document

Inheritance: OptimizedPersistable
Exibir arquivo Open project: VelocityDB/VelocityDB Class Usage Examples

Public Properties

Property Type Description
url string

Public Methods

Method Description
Document ( System.UInt64 id ) : System
Document ( string url, IndexRoot indexRoot, SessionBase session ) : System
Persist ( Placement place, SessionBase session, bool persistRefs = true, bool disableFlush = false, Queue toPersist = null ) : System.UInt64
Remove ( IndexRoot indexRoot, SessionBase session ) : int
ToString ( ) : string

Method Details

Document() public method

public Document ( System.UInt64 id ) : System
id System.UInt64
return System

Document() public method

public Document ( string url, IndexRoot indexRoot, SessionBase session ) : System
url string
indexRoot IndexRoot
session SessionBase
return System

Persist() public method

public Persist ( Placement place, SessionBase session, bool persistRefs = true, bool disableFlush = false, Queue toPersist = null ) : System.UInt64
place Placement
session SessionBase
persistRefs bool
disableFlush bool
toPersist Queue
return System.UInt64

Remove() public method

public Remove ( IndexRoot indexRoot, SessionBase session ) : int
indexRoot IndexRoot
session SessionBase
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

url public_oe property

public string url
return string