Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
8ddf3361
Commit
8ddf3361
authored
Jun 01, 2001
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some documentation tweaks on Andreas new zcat docs
parent
678a93b5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
102 additions
and
82 deletions
+102
-82
lib/python/Products/ZCatalog/help/ZCatalog.stx
lib/python/Products/ZCatalog/help/ZCatalog.stx
+7
-6
lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx
...hon/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx
+4
-4
lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx
lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx
+34
-25
lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx
...python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx
+16
-11
lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx
lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx
+26
-24
lib/python/Products/ZCatalog/help/ZCatalog_Status.stx
lib/python/Products/ZCatalog/help/ZCatalog_Status.stx
+15
-12
No files found.
lib/python/Products/ZCatalog/help/ZCatalog.stx
View file @
8ddf3361
...
...
@@ -4,10 +4,11 @@ ZCatalog: Index and Search for Zope objects
ZCatalogs allow you to index and search for Zope objects.
But ZCatalog is not just simply a data managemengt system that allows
you to search through it content. You have the choice which properties
are stored in the Catalog and which attributes are used for searching.
But ZCatalog is not just simply a data managemengt system that
allows you to search through content. You have the choice
which properties are stored in the Catalog and which
attributes are used for searching.
Once a set of objects is inserted into the Catalog, you will
be able
to update this object inventory by updating the objects, deleting and
adding them.
Once a set of objects is inserted into the Catalog, you will
be able to update this object inventory by updating the
objects, or deleting and
adding them.
lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx
View file @
8ddf3361
...
...
@@ -24,9 +24,9 @@ ZCatalog - Cataloged Objects: Manage catalog entries
cataloged objects. These two links will only appear if you
have enough objects in the Catalog.
'Update' --
Clicked, Zope updates its indexes and metadata for
the object.
'Update' --
When clicked, Zope updates its indexes and
metadata for
the object.
'Remove' --
Clicked, it removes all the selected objects from
the Catalog. **Note:** No objects are deleted from the
'Remove' --
When clicked, it removes all the selected objects
from
the Catalog. **Note:** No objects are deleted from the
database.
lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx
View file @
8ddf3361
...
...
@@ -5,37 +5,46 @@ ZCatalog - Indexes: Manage Catalog Indexes
This view allows you to manage the catalog indexes.
The catalog provides searching by indexing information about
cataloged objects. Indexes record information about object attributes.
cataloged objects. Indexes record information about object
attributes.
Controls
'[List of Indexes]' -- Each line contains one Index entry. The checkbox in the front allows
you to mark an index for deletion. Next the Index nameis listed which
corresponds to attribute names of various objects, is displayed.
'[List of Indexes]' -- Each line contains one Index entry. The
checkbox in the front allows you to mark an index for
deletion. Next the Index name is listed which corresponds to
attribute names of various objects.
'Delete' --
Clicked, t
he checkmarked Index(es) will be deleted.
'Delete' --
T
he checkmarked Index(es) will be deleted.
'Add Index' - Name -- Allows you to enter the name of a new index.
'Add Index' - Name -- Allows you to enter the name of a new
index.
'[Type of Index]' -- You have the choice between three types of Indexes, called
'[Type of Index]' -- You have the choice between four types of
Indexes, called 'TextIndex', 'FieldIndex', 'KeywordIndex' and
'PathIndex'. Please refer to the table below to see a
description of each Index.
'TextIndex', 'FieldIndex', and 'KeywordIndex'.
Please refer to the table below to see a description of each Index.
'Add' -- Clicked, the new Index will be added to this catalog.
'Add' -- The new Index will be added to this catalog.
This table lists the different Index types and describes their purpose.
'TextIndex' -- Breaks text up into individual words, and are often refered to as full-text
indexes. Text indexes sort results by score meaning they return 'hits' in
order from the most relevant to the lest relevant.
'FieldIndex' -- Treat the value of an objects attribute atomically, and can be used, for
example, to track only a certain subset of object values, such as 'meta_type'.
'KeywordIndex' -- Index a sequence of objects that act as 'keywords' for an object. A Keyword
Index will return any objects that have one or more keywords specified in a
search query.
This table lists the different Index types and describes their
purpose.
'TextIndex' -- TextIndexes break content up into individual
words. These indexes are often refered to as *full-text
indexes*. Text indexes sort results by score, meaning they
return 'hits' in order from the most relevant to the lest
relevant.
'FieldIndex' -- FieldIndexes treat the value of an objects
attribute atomically, and can be used, for example, to track
only a certain subset of object values, such as 'meta_type'.
'KeywordIndex' -- KeywordIndexes index a sequence of objects
that act as 'keywords' for an object. A Keyword Index will
return any objects that have one or more keywords specified in
a search query.
'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.
'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.
lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx
View file @
8ddf3361
...
...
@@ -2,21 +2,26 @@ ZCatalog - MetaData Table: Manage Catalog record schema
Description
This view allows you to manage the catalog record schema.
This view allows you to manage the catalog record schema.
The catalog holds records which describe the cataloged objects.
This view allows you to define columns for these records.
The catalog holds records which describe the cataloged
objects. This view allows you to define columns for these
records.
Controls
'[List of Indexes]' -- Each line contains one Meta Data entry (column).
The checkbox in the front allows you to mark a meta data entry for
deletion. Next the meta data entry's name is listed which corresponds to
attribute names of various objects, is displayed.
'[List of Indexes]' -- Each line contains one Meta Data entry
(column). The checkbox in the front allows you to mark a meta
data entry for deletion. Next the meta data entry's name is
listed which corresponds to attribute names of various
objects, is displayed.
'Delete' --
Clicked, the checkmarked Meta Data entries (columns) will be
deleted.
'Delete' --
When clicked, the checkmarked Meta Data entries
(columns) will be
deleted.
'Meta Data name' -- Allows you to enter the name of a new meta data entry.
'Meta Data name' -- Allows you to enter the name of a new meta
data entry.
'Add' -- Clicked, the new entry (column) will be added to this catalog.
'Add' -- When clicked, the new entry (column) will be added to
this catalog.
lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx
View file @
8ddf3361
ZCatalog - searchResults: specifying parameters for a search query
The searchResults() method of the ZCatalog takes parameters to be passed
to an index XXX of the ZCatalog. A query can either be passed as keyword
argument XXX of the searchResults() call or as key of the REQUEST object.
The value to be passed must be a mapping object (usually a dictionary or
or Record).
The searchResults() method of the ZCatalog accepts parameters that
define a query to be made on that catalog. A query can either be
passed as keyword argument to searchResults(), as a mapping, or as
part of a Zope REQUEST object, typically from HTML forms.
Keys of mapping object
The index of the catalog to query is either the name of the
keyword argument, a key in a mapping, or an attribute of a record
object.
Attributes of record objects
'query' -- either a sequence of objects or a single value to be
passed
as query to the index (mandatory)
'query' -- either a sequence of objects or a single value to be
passed
as query to the index (mandatory)
'operator' -- specifies the combination of search results when
query
is a sequence of values. (optional, default: 'or').
'operator' -- specifies the combination of search results when
query is a sequence of values. (optional, default: 'or').
Allowed values:
'and', 'or' -- for Keyword Indexes
and Path Indexes
'and', 'or' -- for Keyword Indexes and Path Indexes
'and', 'or', 'andnot', 'near' -- for Text Indexes
'range' -- defines a range search on a Field Index (optional, default: not set).
'range' -- defines a range search on a Field Index (optional,
default: not set).
Allowed values:
'min' -- Searches for all objects with values larger than
the minimum of the
values passed in the 'query' parameter.
'min' -- Searches for all objects with values larger than
the minimum of the
values passed in the 'query' parameter.
'max' -- Searches for all objects with values smaller than
the maximum of the
values passed in the 'query' parameter.
'max' -- Searches for all objects with values smaller than
the maximum of the
values passed in the 'query' parameter.
'minmax' -- Searches for all objects with values smaller
than the maximum of the
values passed in the 'query' parameter and larger than the minimum of the values
pa
sswd in the 'query' parameter.
'minmax' -- Searches for all objects with values smaller
than the maximum of the values passed in the 'query'
pa
rameter and larger than the minimum of the values passwd
in the 'query' parameter.
'level'
-- only applies to Path Index. Specifies the directory level to
start searching. (optional, default: 0)
'level'
-- only applies to Path Index. Specifies the directory
level to
start searching. (optional, default: 0)
lib/python/Products/ZCatalog/help/ZCatalog_Status.stx
View file @
8ddf3361
...
...
@@ -2,22 +2,25 @@ ZCatalog - Status: Control advanced Catalog features
Description
This view allows you to control advanced catalog features.
This view allows you to control advanced catalog features.
Subtransactions reduce the memory requirements of ZCatalog, but at
the expense of speed. If you choose to enable subtransactions, you can adjust
how often ZCatalog commits a subtransactions by adjusting the threshold. The
index status reports how many objects are cataloged in each index.
Subtransactions reduce the memory requirements of ZCatalog,
but at the expense of speed. If you choose to enable
subtransactions, you can adjust how often ZCatalog commits a
subtransaction by adjusting the threshold. The index status
reports how many objects are cataloged in each index.
Controls
'Enable/Disable' -- If enables, the Subtransaction system is
enabled and the threshold
specified below is used.
'Enable/Disable' -- If enables, the Subtransaction system is
enabled and the threshold
specified below is used.
'Subtransaction Threshold' -- Allows you to specify how often the ZCatalog will commit the
subtransactions. The default value is 10000.
'Subtransaction Threshold' -- Allows you to specify how often
the ZCatalog will commit the subtransactions. The default
value is 10000.
'Change' -- Clicked, Zope will update the subtransaction threshold.
'Change' -- Clicked, Zope will update the subtransaction
threshold.
'Index Status' List -- Each line corresponds to one Index. The
line indicates how
many objects are cataloged for each Index.
'Index Status' List -- Each line corresponds to one Index. The
line indicates how
many objects are cataloged for each Index.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment