SearchEngineDiagram.cd
上传用户:huiyue
上传日期:2022-04-08
资源大小:1429k
文件大小:4k
源码类别:

搜索引擎

开发平台:

ASP/ASPX

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ClassDiagram MajorVersion="1" MinorVersion="1">
  3.   <Font Name="Tahoma" Size="8.25" />
  4.   <Comment CommentText="The Catalog uses the Binder to deserialize from disk for searching.&#xD;&#xA;&#xD;&#xA;It contains Words (which refer to Files).&#xD;&#xA;&#xD;&#xA;ASPX pages create an instance of Search to call GetResults, to get a list of ResultFiles back to display in a Repeater">
  5.     <Position X="4.167" Y="0.5" Height="1.76" Width="1.617" />
  6.   </Comment>
  7.   <Comment CommentText="Storing the list of Positions is new in [v7]... &#xD;&#xA;">
  8.     <Position X="10.01" Y="2.812" Height="0.969" Width="1.96" />
  9.   </Comment>
  10.   <Class Name="Searcharoo.Engine.Search">
  11.     <Position X="6" Y="0.5" Width="1.5" />
  12.     <TypeIdentifier>
  13.       <FileName>EngineSearch.cs</FileName>
  14.       <HashCode>CKAAAAAQAABAAAQABAAAAAAAACAAAAAAAAAEBgAAAAA=</HashCode>
  15.     </TypeIdentifier>
  16.     <Members>
  17.       <Field Name="_DisplayTime" Hidden="true" />
  18.       <Field Name="_GoChecker" Hidden="true" />
  19.       <Field Name="_Matches" Hidden="true" />
  20.       <Field Name="_Stemmer" Hidden="true" />
  21.       <Field Name="_Stopper" Hidden="true" />
  22.     </Members>
  23.   </Class>
  24.   <Class Name="Searcharoo.Common.Word">
  25.     <Position X="5.25" Y="3" Width="1.5" />
  26.     <TypeIdentifier>
  27.       <FileName>CommonWord.cs</FileName>
  28.       <HashCode>AAIACIAAAAAAAAAEAAAAAAAACQAAAAAAAgAACAAAAIA=</HashCode>
  29.     </TypeIdentifier>
  30.     <ShowAsAssociation>
  31.       <Property Name="Files" />
  32.     </ShowAsAssociation>
  33.     <Members>
  34.       <Field Name="_FileCollection" Hidden="true" />
  35.       <Field Name="_Text" Hidden="true" />
  36.     </Members>
  37.   </Class>
  38.   <Class Name="Searcharoo.Common.File">
  39.     <Position X="7.75" Y="2.75" Width="1.5" />
  40.     <TypeIdentifier>
  41.       <FileName>CommonFile.cs</FileName>
  42.       <HashCode>QBAAAAgAAAAggEAEAIAAAAIAAKAQAQgFCYAAAAAAAAA=</HashCode>
  43.     </TypeIdentifier>
  44.     <Members>
  45.       <Field Name="_CrawledDate" Hidden="true" />
  46.       <Field Name="_Description" Hidden="true" />
  47.       <Field Name="_Size" Hidden="true" />
  48.       <Field Name="_Title" Hidden="true" />
  49.       <Field Name="_Url" Hidden="true" />
  50.     </Members>
  51.   </Class>
  52.   <Class Name="Searcharoo.Common.ResultFile">
  53.     <Position X="7.75" Y="0.5" Width="1.5" />
  54.     <TypeIdentifier>
  55.       <FileName>CommonResultFile.cs</FileName>
  56.       <HashCode>AAEBAAAACAAAAAAAAAAAAAEAAAAAACAAAAAAAAAAACA=</HashCode>
  57.     </TypeIdentifier>
  58.     <Members>
  59.       <Field Name="_Rank" Hidden="true" />
  60.       <Method Name="ResultFile" Hidden="true" />
  61.     </Members>
  62.   </Class>
  63.   <Class Name="Searcharoo.Common.Preferences">
  64.     <Position X="0.5" Y="0.5" Width="1.75" />
  65.     <TypeIdentifier>
  66.       <FileName>CommonPreferences.cs</FileName>
  67.       <HashCode>EEAAACjCABQQogIQAQiYBAAAAAEAAyAgIQAAAQCBKiA=</HashCode>
  68.     </TypeIdentifier>
  69.     <Members>
  70.       <Field Name="_AssumeAllWordsAreEnglish" Hidden="true" />
  71.       <Field Name="_DownloadedTempFilePath" Hidden="true" />
  72.       <Field Name="_IgnoreRegionTagNoIndex" Hidden="true" />
  73.       <Field Name="_RecursionLimit" Hidden="true" />
  74.       <Field Name="_RequestTimeout" Hidden="true" />
  75.       <Field Name="_RobotUserAgent" Hidden="true" />
  76.       <Field Name="_SummaryCharacters" Hidden="true" />
  77.       <Field Name="_UserAgent" Hidden="true" />
  78.       <Method Name="IfNullDefault" Hidden="true" />
  79.       <Method Name="Preferences" Hidden="true" />
  80.     </Members>
  81.   </Class>
  82.   <Class Name="Searcharoo.Common.Catalog">
  83.     <Position X="2.5" Y="0.5" Width="1.5" />
  84.     <TypeIdentifier>
  85.       <FileName>CommonCatalog.cs</FileName>
  86.       <HashCode>AAIggIAAAAEAAQAEAAAAAABAAIAABEAAAAQAAgAgAog=</HashCode>
  87.     </TypeIdentifier>
  88.     <ShowAsAssociation>
  89.       <Property Name="Words" />
  90.     </ShowAsAssociation>
  91.     <Members>
  92.       <Field Name="_Index" Hidden="true" />
  93.     </Members>
  94.   </Class>
  95.   <Class Name="Searcharoo.Common.CatalogBinder">
  96.     <Position X="2.5" Y="4.5" Width="1.5" />
  97.     <TypeIdentifier>
  98.       <FileName>CommonCatalogBinder.cs</FileName>
  99.       <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAA=</HashCode>
  100.     </TypeIdentifier>
  101.   </Class>
  102.   <Class Name="Searcharoo.Common.CatalogWordFile">
  103.     <Position X="10" Y="0.5" Width="2" />
  104.     <TypeIdentifier>
  105.       <FileName>CommonCatalogWordFile.cs</FileName>
  106.       <HashCode>AAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAIAAAACAgAAgA=</HashCode>
  107.     </TypeIdentifier>
  108.   </Class>
  109. </ClassDiagram>