Searched hist:d92c078c66fe0feb3beeeb1a383e15ca031fb4f8 (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/inc/Search/Collection/ |
| H A D | PageTitleCollection.php | d92c078c66fe0feb3beeeb1a383e15ca031fb4f8 Sun Apr 05 14:00:34 UTC 2026 Andreas Gohr <andi@splitbrain.org> SearchIndex: add DirectCollection for 1:1 entity-token mappings
Introduce DirectCollection as a third collection type alongside FrequencyCollection and LookupCollection. Direct collections store exactly one token per entity at the entity's position in the token index (entity.RID === token.RID), with no frequency or reverse indexes.
AbstractCollection now accepts optional frequency/reverse index names (default to '') and skips locking empty index names.
Adds PageTitleCollection as the first concrete direct collection for the page -> title mapping.
|
| H A D | DirectCollection.php | d92c078c66fe0feb3beeeb1a383e15ca031fb4f8 Sun Apr 05 14:00:34 UTC 2026 Andreas Gohr <andi@splitbrain.org> SearchIndex: add DirectCollection for 1:1 entity-token mappings
Introduce DirectCollection as a third collection type alongside FrequencyCollection and LookupCollection. Direct collections store exactly one token per entity at the entity's position in the token index (entity.RID === token.RID), with no frequency or reverse indexes.
AbstractCollection now accepts optional frequency/reverse index names (default to '') and skips locking empty index names.
Adds PageTitleCollection as the first concrete direct collection for the page -> title mapping.
|
| H A D | AbstractCollection.php | d92c078c66fe0feb3beeeb1a383e15ca031fb4f8 Sun Apr 05 14:00:34 UTC 2026 Andreas Gohr <andi@splitbrain.org> SearchIndex: add DirectCollection for 1:1 entity-token mappings
Introduce DirectCollection as a third collection type alongside FrequencyCollection and LookupCollection. Direct collections store exactly one token per entity at the entity's position in the token index (entity.RID === token.RID), with no frequency or reverse indexes.
AbstractCollection now accepts optional frequency/reverse index names (default to '') and skips locking empty index names.
Adds PageTitleCollection as the first concrete direct collection for the page -> title mapping.
|