XC Search

XC Search module is the search part of the Drupal Toolkit. It has two part: the user interface, and the administrator interface.
The parts of administrator interface:

The user interface has the following parts:

It is possible, that after some refactoring these parts won't be the parts of XC Search module, but they will be moved to other modules, or theirs own modules.

Displaying facet block

The facets are displaying in a block, named XC Facets. You should enable it before use at the Drupal block settings page (admin/build/block)

Displaying facets

Introduction

Displaying search result list

Displaying a search result list is a quite complex method. The data is going through the following steps, before it could be shown in the

Highlighter settings

The highlighter settings (xc/search/displaying/highlighter) help you to give the user a context of the searched terms. You can define more

More Like This settings

The "more like this" feauter is used to retrieve the similar documents. The similarity algorithm is based on a lots of factors, so it is

Search user interface

The search user interface creating administrator page (xc/search/displaying/ui) is to bind different search feature together, so you can

displaying full record

Displaying full record as node is similar to the process, what we wrote down at Displaying search result list manual, but there are some

Guide maintainers

pkiraly's picture