FirteX-高性能全文索引和检索平台API Documentation |
00001 // 00002 // Copyright(C) 2005--2006 Institute of Computing Tech, Chinese Academy of Sciences. 00003 // All rights reserved. 00004 // This file is part of FirteX (www.firtex.org) 00005 // 00006 // Use of the FirteX is subject to the terms of the software license set forth in 00007 // the LICENSE file included with this software, and also available at 00008 // http://www.firtex.org/license.html 00009 // 00010 // Author : 郭瑞杰(GuoRuijie) 00011 // Email : ruijieguo@software.ict.ac.cn,ruijieguo@gmail.com 00012 // Created : 2006/5/20 00013 // 00014 00015 #ifndef _FIRTEX_H 00016 #define _FIRTEX_H 00017 00018 #include "utility/StdHeader.h" 00019 #include "parser/PlainParser.h" 00020 #include "analyzer/ChineseAnalyzer.h" 00021 #include "collection/FileListCollection.h" 00022 #include "collection/DirCollection.h" 00023 #include "index/IndexWriter.h" 00024 #include "utility/SpeedProbe.h" 00025 00026 #include "search/IndexSearcher.h" 00027 #include "search/TermQuery.h" 00028 #include "search/QueryParser.h" 00029 #include "index/FXInvIndex.h" 00030 #include "index/IndexReader.h" 00031 #include "index/MultiIndexBarrelReader.h" 00032 #include "utility/Config.h" 00033 #include "plugin/Plugins.h" 00034 00035 #include "index/TermVectorReader.h" 00036 00037 #include "parser/ParserFactory.h" 00038 #include "analyzer/AnalyzerFactory.h" 00039 00040 #endif
http://www.firtex.org http://www.sourceforge.net/projects/firtex