Dee.HashIndex¶
- 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.HashIndex(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All fields in the
Dee.HashIndex
structure are private and should never be accessed directly- classmethod new(model, analyzer, reader)¶
- Parameters:
model (
Dee.Model
) – The model to indexanalyzer (
Dee.Analyzer
) – TheDee.Analyzer
used to tokenize and filter the terms extracted by readerreader (
Dee.ModelReader
) – TheDee.ModelReader
used to extract terms from the model
- Returns:
A newly allocated hash index. Free with
GObject.Object.unref
().- Return type:
Create a new hash index.