#---------------------------------------------------------------- # Configurations for estsearch.cgi and estserver #---------------------------------------------------------------- # path of the index database indexname: casket # path of the template file tmplfile: estsearch.tmpl # path of the top page file topfile: estsearch.top # prefix of the URI of each document (absolute URL) prefix: ./ # suffix of the URI of each document suffix: # expressions to replace the URI of each document (delimited with space) replace: # name of the index file of a directory diridx: index.html # whether the URI of each document is decoded (true or false) decuri: false # unit number of boolean search boolunit: 1024 # number of words used with relational search relkeys: 16 # number of shown documents by default defmax: 8 # max number of candidates of a regular expression reevmax: 1024 # number of shown keywords of each document showkeys: 8 # number of all words in summary sumall: 80 # number of words at the top of summary sumtop: 24 # number of words near each keyword in summary sumwidth: 16 # unit number of document clustering clustunit: 128 # number of words per shown cluster clustkeys: 8 # path of the log file for input search conditions logfile: # label shared among all documents ldocs: # label of the select box for number of shown documents lperpage: per page # label of the select box for document clustering lclshow: clusters # label of the select box for directory rep level ldrep: level rep # label of the option of sorting by score lsortsc: sort by score # label of the option of sorting by date lsortdt: sort by date # label of the option of reverse sorting lreverse: reverse # label of the option of as-is expressions lexasis: as-is expressions # label of the option of expressions with wild cards lexwild: with wild cards # label of the option of regular expressions lexregex: regular expressions # label of the submit button to search lsubmit: Search # label of the result lresult: Result # label of the document clusters lclusters: Clusters # label of suffix of the hit number lhits: hits # label of the link to search thoroughly lmore: (or more) # label of prefix of the seed document lrelto: Related to # label of a link to show detail ldetail: (detail) # label of a link to perform relational document search lrelated: (related) # label of the link to go to the previous page lprev: PREV # label of the link to go to the next page lnext: NEXT # label for the attribute of ID number lidnum: ID # label for the attribute of URI luri: URI # label for the attribute of title ltitle: Title # label for the attribute of author lauthor: Author # label for the attribute of recipient lrcpt: Recipient # label for the attribute of multicast lmcast: Multicast # label for the attribute of date ldate: Date # label for the attribute of type ltype: Type # label for the attribute of encoding lenc: Encoding # label for the attribute of size lsize: Size # label for the keywords lkwords: Keywords # label for the text ltext: Text # error message when no document hits. enohit: No document hits. # error message when the document does not have score enoscore: No score is registerd. # error message when no effective word is in the search phrase enoword: No effective word was extracted from the phrase. # name of the scripting function for each document altfunc: # END OF FILE