1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
<?php
// WARNING: DO NOT EDIT THIS FILE. // This file is automatically generated by the Zoom Indexer application // and will be updated each time you re-index your site. You should make all // setting changes directly from the Indexer, via the Configuration window. // // If you wish to modify the text messages such as "Search results for...", // etc. then look up "Zoom Language Files" or "Translating the search page" // in the Users Guide for information.
$UseUTF8 = 1; $Charset = "UTF-8"; $UseStemming = 1; $StemmingAlgo = 2; $NoCharset = 0; $MapAccents = 0; $MinWordLen = 2; $Highlighting = 0; $GotoHighlight = 0; $PdfHighlight = 1; $FormFormat = 0; $Logging = 0; $LogFileName = "./logs/searchwords.log"; $MaxKeyWordLineLen = 256; $OutputBasewordBufferSize = 8775; $OutputVariantBufferSize = 6452; $DictIDLen = 3; $NumKeywords = 1277; $NumVariants = 693; $NumPages = 69; $PageInfoSize = 1173; $MaxMatches = 1000; $MaxContextSeeks = 500; $MaxSearchTime = 30; $DictReservedLimit = 165; $DictReservedSuffixes = 83; $DictReservedPrefixes = 124; $DictReservedNoSpaces = 165; $WordSplit = 1; $ZoomInfo = 0; $Timing = 0; $DefaultToAnd = 0; $SearchAsSubstring = 0; $ToLowerSearchWords = 1; $StripDiacritics = 0; $ContextSize = 30; $MaxContextKeywords = 3; $WeightProximity = 0; $AllowExactPhrase = 0; $UseLinkTarget = 0; $UseDateTime = 0; $UseZoomImage = 0; $WordJoinChars = ".-_'"; $Spelling = 0; $Recommended = 0; $NumRecommended = 0; $RecommendedMax = 0; $UseCats = 0; $UseMetaFields = 0; $NumMetaFields = 0; $DisplayMetaFields = 0; $TruncateShowURL = 0; $DisplayNumber = 1; $DisplayTitle = 1; $DisplayMetaDesc = 1; $DisplayContext = 1; $DisplayTerms = 1; $DisplayScore = 1; $DisplayURL = 1; $DisplayDate = 1; $DisplayFilesize = 1; $StartPtFailed = 0; $Version = "Version 6.0 (1029) ENT"; $STR_FORM_SEARCHFOR = "Search for:"; $STR_FORM_SUBMIT_BUTTON = "Submit"; $STR_FORM_RESULTS_PER_PAGE = "Results per page:"; $STR_FORM_CATEGORY = "Category:"; $STR_FORM_CATEGORY_ALL = "All"; $STR_FORM_MATCH = "Match:"; $STR_FORM_ANY_SEARCH_WORDS = "any search words"; $STR_FORM_ALL_SEARCH_WORDS = "all search words"; $STR_NO_QUERY = "No search query entered."; $STR_RESULTS_FOR = "Search results for:"; $STR_RESULTS_IN_ALL_CATEGORIES = "in all categories"; $STR_RESULTS_IN_CATEGORY = "in category"; $STR_POWEREDBY = "Search powered by"; $STR_NO_RESULTS = "No results"; $STR_RESULT = "result"; $STR_RESULTS = "results"; $STR_PHRASE_CONTAINS_COMMON_WORDS = "Your search query contained too many common words to return the entire set of results available. Please try again with a more specific query for better results."; $STR_SKIPPED_FOLLOWING_WORDS = "The following word(s) are in the skip word list and have been omitted from your search:"; $STR_SKIPPED_PHRASE = "Note that you can not search for exact phrases beginning with a skipped word"; $STR_SUMMARY_NO_RESULTS_FOUND = "No results found."; $STR_SUMMARY_FOUND_CONTAINING_ALL_TERMS = "found containing all search terms."; $STR_SUMMARY_FOUND_CONTAINING_SOME_TERMS = "found containing some search terms."; $STR_SUMMARY_FOUND = "found."; $STR_PAGES_OF_RESULTS = "pages of results."; $STR_MORETHAN = "More than"; $STR_POSSIBLY_GET_MORE_RESULTS = "You can possibly get more results searching for"; $STR_ANY_OF_TERMS = "any of the terms"; $STR_ALL_CATS = "all categories"; $STR_CAT_SUMMARY = "Refine your search by category:"; $STR_DIDYOUMEAN = "Did you mean:"; $STR_OR = "or"; $STR_RECOMMENDED = "Recommended links"; $STR_SORTEDBY_RELEVANCE = "Sorted by relevance"; $STR_SORTBY_RELEVANCE = "Sort by relevance"; $STR_SORTBY_DATE = "Sort by date"; $STR_SORTEDBY_DATE = "Sorted by date"; $STR_RESULT_TERMS_MATCHED = "Terms matched: "; $STR_RESULT_SCORE = "Score: "; $STR_RESULT_URL = "URL:"; $STR_RESULT_PAGES = "Result Pages:"; $STR_RESULT_PAGES_PREVIOUS = "Previous"; $STR_RESULT_PAGES_NEXT = "Next"; $STR_SEARCH_TOOK = "Search took"; $STR_SECONDS = "seconds"; $STR_MAX_RESULTS = "You have requested more results than served per query. Please try again with a more precise query."; ?>
|