文件名称:SSE

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [Windows] [Visual.Net] [源码]
  • 上传时间:
  • 2013-02-25
  • 文件大小:
  • 1.37mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • c**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

SSE

===



small search engine implement



----2013.01.17----

补充第一份说明,这个项目是三四个月前写的基于Lucene.Net的一个小型通用搜索引擎,

稍迟会补上Demo, 当时的目标是一个通用的索引跟检索架构。



索引方面:

  每增加一种需要索引的文档类型,都只需要新建一个类,在类的各个字段上标注上索引信息(如是否需要存储,是否需要分词等)然后又数据源提供实体信息给索引器即可自动索引。



检索方面:

  检索条件由一棵检索的表达式树组合而成,各种检索条件均可由表达式树组成,也可根据业务需要封装成特定的接口。



索引存储方面:

  使用了按时间跟文档数分割的原则,自动按月份生成索引目录,并且限制每个目录下的最大文档数。具体这样做的原因,稍迟会以文档形式补上。-SSE === small search engine implement---- 2013.01.17---- to complement a note, this project is to write three or four months ago the Lucene.Net of a small general-purpose search engines,, slow will complement on Demo, then target a general index with retrieval architecture. Index aspects: every increase in a need to index the document type, only need to create a new class, marked on the index information (such as the need for storage in the various fields of the class, whether word, etc.) and then the data source to provide solid information to indexer can automatically indexes. Retrieval: retrieval condition expression tree retrieved by a combination of a variety of search conditions can be composed by the expression tree, packaged into a particular interface can also be based on business needs. The index storage: index directory according to the principle of split time with the number of documents, automatically generated by month, and limit the maximum number of documents in each di
(系统自动生成,下载前可以参看下载内容)

下载文件列表





Index\Indexer\Attributes\AnalyseAttribute.cs

.....\.......\..........\ChangeableAttribute.cs

.....\.......\..........\ChangeNameAttribute.cs

.....\.......\..........\DateAttribute.cs

.....\.......\..........\StroeAttribute.cs

.....\.......\..........\vssver2.scc

.....\.......\Document.cs

.....\.......\FieldAnalyseInfo.cs

.....\.......\IndexContext.cs

.....\.......\IndexController.cs

.....\.......\IndexDirectoryManager.cs

.....\.......\Indexer.csproj

.....\.......\Indexer.csproj.vspscc

.....\.......\.....Interface\IIndexDirectory.cs

.....\.......\..............\IndexDirectoryCache.cs

.....\.......\..............\LuceneInterface\LuceneDirectory.cs

.....\.......\..............\...............\vssver2.scc

.....\.......\..............\vssver2.scc

.....\.......\mssccprj.scc

.....\.......\Processor\IIndexReader.cs

.....\.......\.........\IIndexWriter.cs

.....\.......\.........\LuceneProcessor\LuceneIndexReader.cs

.....\.......\.........\...............\LuceneIndexWriter.cs

.....\.......\.........\...............\vssver2.scc

.....\.......\.........\vssver2.scc

.....\.......\...perties\AssemblyInfo.cs

.....\.......\..........\vssver2.scc

.....\.......\vssver2.scc

Library\Addin\LuceneExtension\Filter\DuplicateFilter.cs

.......\.....\...............\......\vssver2.scc

.......\.....\...............\LuceneExtension.csproj

.......\.....\...............\LuceneExtension.csproj.vspscc

.......\.....\...............\mssccprj.scc

.......\.....\...............\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

.......\.....\...............\Properties\AssemblyInfo.cs

.......\.....\...............\..........\vssver2.scc

.......\.....\...............\QueryExtension\QueryParser.cs

.......\.....\...............\..............\vssver2.scc

.......\.....\...............\SegmentExtension\LuceneAnalyser.cs

.......\.....\...............\................\LuceneTokenizer.cs

.......\.....\...............\................\vssver2.scc

.......\.....\...............\vssver2.scc

.......\.lgorithm\MCSegment\MCSegment.csproj

.......\.........\.........\mssccprj.scc

.......\.........\.........\Properties\AssemblyInfo.cs

.......\.........\.........\..........\vssver2.scc

.......\.........\.........\Segment.cs

.......\.........\.........\Segment.csproj.vspscc

.......\.........\.........\vssver2.scc

.......\UtilityLib\Config\Configuration.cs

.......\..........\...verter\DateTimeConverter.cs

.......\..........\.........\DateTimeUtility.cs

.......\..........\Extensions\Bitmap.cs

.......\..........\..........\DateTimeExtension.cs

.......\..........\..........\IEnumerableExtension.cs

.......\..........\..........\StreamExtension.cs

.......\..........\..........\String.cs

.......\..........\..........\vssver2.scc

.......\..........\mssccprj.scc

.......\..........\Properties\AssemblyInfo.cs

.......\..........\..........\vssver2.scc

.......\..........\Reflection\Attribute.cs

.......\..........\..........\ObjectProcessor.cs

.......\..........\..........\PriorityAttribute.cs

.......\..........\..........\Property.cs

.......\..........\..........\Reflection.cs

.......\..........\..........\vssver2.scc

.......\..........\Serializetion\Binary.cs

.......\..........\.............\Json.cs

.......\..........\.............\vssver2.scc

.......\..........\UtilityLib.csproj

.......\..........\UtilityLib.csproj.vspscc

.......\..........\vssver2.scc

Search\Query\Attributes\Lucene\CollectionAttribute.cs

......\.....\..........\......\FilterAttribute.cs

......\.....\..........\......\RangeAttribute.cs

......\.....\..........\......\SortAttribute.cs

......\.....\..........\......\ValueAttribute.cs

......\.....\..........\......\vssver2.scc

......\.....\Expression\FieldValue\Collection.cs

......\.....\..........\..........\IFieldValue.cs

......\.....\..........\..........\IFilter.cs

......\.....\..........\..........\ImmideatelyValue.cs

......\.....\..........\..........\Lucene\DuplicateFilter.cs

......\.....\..........\..........\Range.cs

......\.....\..........\..........\Sort.cs

......\.....\..........\..........\vssver2.scc

......\.....\..........\Node\INode.cs

......\.....\...

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org