When creating a new smart search index, you are asked to enter the following details:
• | Display name - name of the search index displayed in the user interface |
• | Code name - name of the search index used in web site code |
• | Analyzer type - type of analyzer used for indexing, each type uses a different algorithm for parsing the text and is suitable for a different situation, 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 |
• | Assign index to site <sitename> - if checked, the index will be assigned to the site whose name is displayed |
|