Admin Console Help
Home
Content Sources
Index
Index Settings
Document Dates
Entity Recognition
Alerts
Collections
Composite Collections
Diagnostics
Reset Index
Search
Reports
GSA Unification
GSAn
Administration
More Information
|
![]() |
![]() |
Index >
Collections
Use the Index > Collections page to perform the following tasks:
A collection lets your users search over a specific part of the index.
For example, you may want to create a products collection or a human_resources collection that supports searches that are only within the products or human resources
part of your index. The Page Layout Helper lets
you automatically modify the search page to include a menu for search by collection.
The crawler accesses and indexes the URLs and URL patterns that you entered in the Content Sources > Web Crawl > Start and Block URLs page. The resulting index is the default_collection that you see on the Index > Collections page.
You, as administrator, can create collections of documents that are subsets of the complete index. Each collection is defined by a group of URL patterns that
encompasses the URLs of the documents in the collection. You can also import a
collection configuration that was previously exported from the system.
In addition to the collections you create, the search appliance creates the default_collection, which contains the complete index. You can expose the default_collection to your users or not, as you wish.
The maximum number of collections for a search appliance is 200. Having more than this number of collections can impact performance when importing or exporting a configuration.
Before Starting these Tasks
Before creating or working with collections, perform the following tasks:
- Crawl and index your content
- Create a front end where you can edit the collections-based drop-down menu (a pull-down menu on the search box that enables users to select a collection to search )
Creating a New Collection
To create a collection:
- Click Index > Collections.
- In the Collection Name text box, type a name for the new collection.
Collection names can be up to 200 characters
long and can contain only alphanumerics (ASCII characters only), underscores, and dashes. A name cannot
begin with a dash.
- Either leave the Empty Click on the Edit link afterwards to configure the collection option selected or click the Import configuration from file option.
- Click Create.
The new collection's name appears in the list of collections and is selected.
- Edit the collection to add Included patterns to the new collection to make it functional
- Add a drop-down menu to search by collection.
For information about adding a drop-down menu, see "Adding a Menu to Search by Collection" in "Creating the Search Experience: Customizing the User Interface," which is linked to the Google Search Appliance help center.
Editing a Collection
Editing a collection consists of defining URL patterns for content to include in the collection, as well as URL patterns for content to exclude.
To edit a collection:
- Click the Edit link next to the name of the collection collection that you want to edit.
- Configure the collection by using the Index > Collections > <collection_name> page in the Admin Console.
For information about using this page, refer to Admin Console Help > Index > Collections > <collection_name>.
- Update the collections-based drop-down menu in a front end.
Exporting and Importing a Collection Configuration
If you have a collection that is set up in a way that you'd like to reuse, you can export its configuration and import that configuration for a new collection.
The collection configuration file is an XML file that contains:
- Entries in Include Content Matching the Following Patterns
- Entries in Do Not Include Content Matching the Following Patterns
To reuse the information in a configuration file:
- Click the Export Configuration link next to the name of the collection whose configuration you want to reuse.
- In the Download dialog box, click Save to save the file, noting the location of the file you are saving. (The configuration file's name is collection_name.xml).
- Under Create a New Collection, type a name for the new collection.
- Select the Import configuration from file option and use its box to type the configuration's path (or browse for the file). If you browse, find the file, highlight it, and click Open.
Deleting a Collection
To delete a collection:
- Click Index > Collections.
- Click the Delete link next to the collection you want to delete.
A confirmation box appears.
- Click OK.
- Update the collections-based drop down menu in a front end.
Subsequent Task
After you add or remove a collection, you must update the front end XSLT code.
This ensures that the collection-based drop-down menu reflects the collection
name changes, and that all forms using the collections are updated.
To update the collections-based drop-down menu in a front
end:
- In the Admin Console, go to Search > Search Features > Front Ends.
- For the front end affected
by the collection changes, select Edit.
- Use either the Page Layout Helper or the XSLT Stylesheet Editor to edit the XSLT stylesheet and incorporate
the changes.
For More Information
For more information about collections, see the following documents, which are linked to the Google Search Appliance help center:
- "Using Collections" in "Administering Crawl: Advanced Topics"
- "Segmenting the Index" in "Creating the Search Experience: Best Practices"
|