Commit 7ff5ee51 authored by Andreas Jung's avatar Andreas Jung

added TopicIndex

parent ca1d97b2
......@@ -48,3 +48,10 @@ ZCatalog - Indexes: Manage Catalog Indexes
'PathIndex' -- Index the physical path of a sequence of
objects. A Path Index will return all objects that match a
partitial path specified in a search query.
'TopicIndex' -- A TopicIndex is a container for so-called
FilteredSet. A FilteredSet consists of an expression and a set
of internal ZCatalog document identifiers that represent a
pre-calculated result list for performance reasons. Instead of
executing the same query on a ZCatalog multiple times it is much
faster to use a TopicIndex instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment