--- Webpacus/config.yml 2006/02/26 23:22:39 417 +++ Webpacus/config.yml 2006/04/17 20:23:12 435 @@ -8,7 +8,11 @@ # relative path to sites templates under Catalyst root sites_root: 'sites' -# configuration for hyper estraier full text search engine +# which indexing engine to use? (hyperestraier is default) +#use_indexer: 'hyperestraier' +use_indexer: 'kinosearch' + +# configuration for Hyper Estraier full text search engine hyperestraier: #url: 'http://localhost:1978/node/webpac2' masterurl: 'http://localhost:1978' @@ -31,6 +35,118 @@ type: 'search' # +# configuration for KinoSearch search engine library +kinosearch: + index_path: './kinosearch/' + fields: + - 'uri' + - 'AccompanyingMaterial' + - 'APA' + - 'CallNo' + - 'ContentsNote' + - 'CorporateName' + - 'CorporateName2' + - 'DatePublication' + - 'EditionNote' + - 'EditionStatement' + - 'ExpandedTitle' + - 'fond' + - 'Form' + - 'Frequency' + - 'GeneralNote' + - 'ID' + - 'IdentificationNumbers' + - 'IntellectResponsNote' + - 'InternalBibliographies' + - 'InvNo' + - 'ISBN' + - 'ISSN' + - 'ISN' + - 'IssuedWith' + - 'Language' + - 'level' + - 'MaterialDesignation' + - 'MFN' + - 'NamePublisher' + - 'Names' + - 'OriginatingSource' + - 'ParallelTitle' + - 'Parts' + - 'PartsEF' + - 'PartsID' + - 'PersonalName' + - 'PersonalName2' + - 'PersonalNameOther' + - 'PhysicalDescription' + - 'PhysicalDescriptionNote' + - 'PhysicalDetails' + - 'Piece' + - 'PieceAnalitic' + - 'PieceNum' + - 'PieceSubtitle' + - 'PlacePublication' + - 'Responsibility' + - 'ResponsibilityFirst' + - 'ResponsibilitySecond' + - 'SerialNo' + - 'Series' + - 'SeriesTitle' + - 'Set' + - 'Set2' + - 'Subtitle' + - 'Summary' + - 'SystemRequirements' + - 'titleNo' + - 'TitleProper' + - 'TitleProper2' + - 'UDC' + - 'UDC_All' + - 'UDCb' + - 'UncontrolledTerms' + - 'UniformHeading' + - 'URL' + - 'VolumeDesignation' + - 'AllThes' + - 'BroaderTerm' + - 'ClassCode' + - 'DescriptorEN' + - 'DescriptorFR' + - 'DescriptorGE' + - 'DescriptorHR' + - 'filename' + - 'format' + - 'headline' + - 'IDths' + - 'line' + - 'line2' + - 'line3' + - 'line4' + - 'MicrothesaurusEN' + - 'MicrothesaurusFR' + - 'MicrothesaurusGE' + - 'MicrothesaurusHR' + - 'NarrowerTerm' + - 'NonDescriptorEN' + - 'NonDescriptorFR' + - 'NonDescriptorGE' + - 'NonDescriptorHR' + - 'RelatedTerm' + - 'ScopeNoteEN' + - 'ScopeNoteHR' + - 'SeeBefore' + - 'SeeNext' + - 'Source' + - 'SubjectAreaHR' + - 'SubjectIndex' + - 'URL' + database: 'unconfigured database name' + label: 'unconfigured database label' + encoding: 'iso-8859-2' + # clean database before opening? (WARNING: this erases existing database) + clean: 1 + # which field type to index? + type: 'search' + webpac: # default template to use template: 'html_ffzg_results_short.tt'