CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:SSE

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-03-16
  • 文件大小:
    1.37mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

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
Index/Indexer/Attributes/ChangeableAttribute.cs
Index/Indexer/Attributes/ChangeNameAttribute.cs
Index/Indexer/Attributes/DateAttribute.cs
Index/Indexer/Attributes/StroeAttribute.cs
Index/Indexer/Attributes/vssver2.scc
Index/Indexer/Document.cs
Index/Indexer/FieldAnalyseInfo.cs
Index/Indexer/IndexContext.cs
Index/Indexer/IndexController.cs
Index/Indexer/IndexDirectoryManager.cs
Index/Indexer/Indexer.csproj
Index/Indexer/Indexer.csproj.vspscc
Index/Indexer/IndexInterface/IIndexDirectory.cs
Index/Indexer/IndexInterface/IndexDirectoryCache.cs
Index/Indexer/IndexInterface/LuceneInterface/LuceneDirectory.cs
Index/Indexer/IndexInterface/LuceneInterface/vssver2.scc
Index/Indexer/IndexInterface/vssver2.scc
Index/Indexer/mssccprj.scc
Index/Indexer/Processor/IIndexReader.cs
Index/Indexer/Processor/IIndexWriter.cs
Index/Indexer/Processor/LuceneProcessor/LuceneIndexReader.cs
Index/Indexer/Processor/LuceneProcessor/LuceneIndexWriter.cs
Index/Indexer/Processor/LuceneProcessor/vssver2.scc
Index/Indexer/Processor/vssver2.scc
Index/Indexer/Properties/AssemblyInfo.cs
Index/Indexer/Properties/vssver2.scc
Index/Indexer/vssver2.scc
Library/Addin/Lucene.Net/Analysis/Analyzer.cs
Library/Addin/Lucene.Net/Analysis/ASCIIFoldingFilter.cs
Library/Addin/Lucene.Net/Analysis/BaseCharFilter.cs
Library/Addin/Lucene.Net/Analysis/CachingTokenFilter.cs
Library/Addin/Lucene.Net/Analysis/CharacterCache.cs
Library/Addin/Lucene.Net/Analysis/CharArraySet.cs
Library/Addin/Lucene.Net/Analysis/CharFilter.cs
Library/Addin/Lucene.Net/Analysis/CharReader.cs
Library/Addin/Lucene.Net/Analysis/CharStream.cs
Library/Addin/Lucene.Net/Analysis/CharTokenizer.cs
Library/Addin/Lucene.Net/Analysis/ISOLatin1AccentFilter.cs
Library/Addin/Lucene.Net/Analysis/KeywordAnalyzer.cs
Library/Addin/Lucene.Net/Analysis/KeywordTokenizer.cs
Library/Addin/Lucene.Net/Analysis/LengthFilter.cs
Library/Addin/Lucene.Net/Analysis/LetterTokenizer.cs
Library/Addin/Lucene.Net/Analysis/LowerCaseFilter.cs
Library/Addin/Lucene.Net/Analysis/LowerCaseTokenizer.cs
Library/Addin/Lucene.Net/Analysis/MappingCharFilter.cs
Library/Addin/Lucene.Net/Analysis/NormalizeCharMap.cs
Library/Addin/Lucene.Net/Analysis/NumericTokenStream.cs
Library/Addin/Lucene.Net/Analysis/Package.html
Library/Addin/Lucene.Net/Analysis/PerFieldAnalyzerWrapper.cs
Library/Addin/Lucene.Net/Analysis/PorterStemFilter.cs
Library/Addin/Lucene.Net/Analysis/PorterStemmer.cs
Library/Addin/Lucene.Net/Analysis/SimpleAnalyzer.cs
Library/Addin/Lucene.Net/Analysis/SinkTokenizer.cs
Library/Addin/Lucene.Net/Analysis/Standard/Package.html
Library/Addin/Lucene.Net/Analysis/Standard/StandardAnalyzer.cs
Library/Addin/Lucene.Net/Analysis/Standard/StandardFilter.cs
Library/Addin/Lucene.Net/Analysis/Standard/StandardTokenizer.cs
Library/Addin/Lucene.Net/Analysis/Standard/StandardTokenizerImpl.cs
Library/Addin/Lucene.Net/Analysis/Standard/StandardTokenizerImpl.jflex
Library/Addin/Lucene.Net/Analysis/Standard/vssver2.scc
Library/Addin/Lucene.Net/Analysis/StopAnalyzer.cs
Library/Addin/Lucene.Net/Analysis/StopFilter.cs
Library/Addin/Lucene.Net/Analysis/TeeSinkTokenFilter.cs
Library/Addin/Lucene.Net/Analysis/TeeTokenFilter.cs
Library/Addin/Lucene.Net/Analysis/Token.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/FlagsAttribute.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/FlagsAttributeImpl.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/OffsetAttribute.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/OffsetAttributeImpl.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/PayloadAttribute.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/PayloadAttributeImpl.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/PositionIncrementAttribute.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/PositionIncrementAttributeImpl.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/TermAttribute.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/TermAttributeImpl.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/TypeAttribute.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/TypeAttributeImpl.cs
Library/Addin/Lucene.Net/Analysis/Tokenattributes/vssver2.scc
Library/Addin/Lucene.Net/Analysis/TokenFilter.cs
Library/Addin/Lucene.Net/Analysis/Tokenizer.cs
Library/Addin/Lucene.Net/Analysis/TokenStream.cs
Library/Addin/Lucene.Net/Analysis/TokenWrapper.cs
Library/Addin/Lucene.Net/Analysis/vssver2.scc
Library/Addin/Lucene.Net/Analysis/WhitespaceAnalyzer.cs
Library/Addin/Lucene.Net/Analysis/WhitespaceTokenizer.cs
Library/Addin/Lucene.Net/Analysis/WordlistLoader.cs
Library/Addin/Lucene.Net/AssemblyInfo.cs
Library/Addin/Lucene.Net/Document/AbstractField.cs
Library/Addin/Lucene.Net/Document/CompressionTools.cs
Library/Addin/Lucene.Net/Document/DateField.cs
Library/Addin/Lucene.Net/Document/DateTools.cs
Library/Addin/Lucene.Net/Document/Document.cs
Library/Addin/Lucene.Net/Document/Field.cs
Library/Addin/Lucene.Net/Document/Fieldable.cs
Library/Addin/Lucene.Net/Document/FieldSelector.cs
Library/Addin/Lucene.Net/Document/FieldSelectorResult.cs
Library/Addin/Lucene.Net/Document/LoadFirstFieldSelector.cs
Library/Addin/Lu

相关说明

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

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com