When creating a new smart search index, you are asked to enter the following details:
| • | Display name: name of the index displayed in the administration interface |
| • | Code name: name of the index used in web site code |
| • | Analyzer type: type of analyzer that will be used when indexing the content of your site, the following types are available: |
| • | Standard - grammar-based analyzer (stop-words, shortcuts, ...), very efficient for English, but need not produce satisfactory results with other languages |
| • | Simple - divides text at non-letter characters |
| • | Stop - contains a collection of stop-words at which it divides the text |
| • | White space - divides text at whitespaces |
| • | Index type: type of content to be indexed |
| • | Documents - indexes content of documents in the content tree |
| • | Forums - indexes content of discussion forums |
| • | Assign index to site <sitename> - if checked, the index will be assigned to the site whose name is displayed |