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.HashIndexstructure 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 hash index. Free with
GObject.Object.unref().- Return type:
Create a new hash index.