struct
Memo::Document
- Memo::Document
- Struct
- Value
- Object
Overview
Document to be indexed
Defined in:
memo/service.crConstructors
Instance Method Summary
- #pair_id : Int64 | Nil
- #pair_id=(pair_id : Int64 | Nil)
- #parent_id : Int64 | Nil
- #parent_id=(parent_id : Int64 | Nil)
- #source_id : Int64
- #source_id=(source_id : Int64)
- #source_type : String
- #source_type=(source_type : String)
- #text : String
- #text=(text : String)
Constructor Detail
def self.new(source_type : String, source_id : Int64, text : String, pair_id : Int64 | Nil = nil, parent_id : Int64 | Nil = nil)
#