Dee.TreeIndex¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class Dee.TreeIndex(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
All fields in the
Dee.TreeIndexstructure are private and should never be accessed directly- classmethod new(model, analyzer, reader)¶
 - Parameters:
 model (
Dee.Model) – The model to indexanalyzer (
Dee.Analyzer) – TheDee.Analyzerused to tokenize and filter the terms extracted by readerreader (
Dee.ModelReader) – TheDee.ModelReaderused to extract terms from the model
- Returns:
 A newly allocated tree index. Free with
GObject.Object.unref().- Return type:
 
Create a new tree index.