E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Indexing
MySQL索引
它对于高性能非常关键,但是人们通常会忘记或误解它,因此建立索引(
indexing
)是现实中性能问题的首要原因。1.2原理索引页面相对于数据页面来说小得多。
thomas0yang
·
2012-10-25 17:00
boost.python vector_
indexing
_suite 使用注意事项
今天使用boost.python封装一个vector,出现了错误。代码大致如下:classPoint { public: Point(doublext,doubleyt):x(xt),y(yt){} doublegetX(){returnx;} doublegetY(){returny;} doublex; doubley; };封装代码:typedefvectorPointList; BO
LaineGates
·
2012-10-23 13:00
sensei
indexing
via hadoop
构建索引一般是比较费时费力的过程,如果能通过hadoop分布式构建索引就方便了很多。 基于sensei的索引都是分shard的,通过sensei提供的工具类,可以在hadoop集群中分shard构建索引,下面简单介绍一下,因为没有文档,只是简单过了一下source code: 1 定义properties文件,定义配置选项 PropertiesLoader可以生成配置文件类Configu
shixin42
·
2012-09-11 20:00
hadoop
索引
索引技术(
indexing
)是一种快速文件访问技术,它将一个文件的每个记录在某个或某些域(属性)上的取值与该记录的物理地址直接联系起来,提供了一种根据记录
guwei4037
·
2012-09-04 14:00
Hierachical
Indexing
Youcancreateadepth-firstindexorabreadth-firstindex(orboth)onyourhierarchicaltables.ThetwotypesdifferinhowSQLServerphysicallystoresnodereferencesintheindex.Definingdepth-firstandbreadth-firstindexescan
incognito007
·
2012-09-02 01:56
SQL
Hierachical
Indexing
You can create a depth-first index or a breadth-first index (or both) on your hierarchical tables. The two types differ in how SQL Server physically stores node references in the index. Defining depth
wsql
·
2012-09-02 01:00
index
Xml
Indexing
XML
indexing
consists of two categories: primary and secondary indexes.
wsql
·
2012-08-28 06:00
index
Secondary Indexes in nosql of riak
官方文档 http://wiki.basho.com/Secondary-Indexes.html#
Indexing
-an-Object 在看官方文档时,描述的例子都是用crul描述的
langzhe
·
2012-07-04 17:00
secondary
Lucene的Field选项解释
引用Lucene In Action第二版2.4节内容: 域索引选项: The options for
indexing
(Field.Index.* ) control how the
jayghost
·
2012-05-14 22:00
Lucene
Disable Search
Indexing
In Windows 8 And Windows 7
DisableSearchIndexingInWindows8AndWindows7ByAunonSep02200913CommentsInordertospeedupthesearchprocess,theSearchindexingservicescansthroughthefilesandfoldersontheWindowssystemandrecordsinformationabout
·
2012-04-03 13:00
windows
7
XML
Indexing
XMLIndexingXTCprovidesseveralindexstructuresforallkindofXMLdocumentsandqueries.Besidesthecommonelementorcontentindex,XTCprovidesforpathindexesandCAS(content-and-structure)indexesaswell.Fine-grainedind
w174504744
·
2012-04-01 13:00
xml
properties
Access
Path
reference
structure
How to make
indexing
faster
HowtomakeindexingfasterHerearesomethingstotrytospeeduptheindexingspeedofyourLuceneapplication.PleaseseeImproveSearchingSpeedforhowtospeedupsearching.Besureyoureallyneedtospeedthingsup.Manyoftheideashe
chengc017
·
2012-03-27 09:00
Lucene
application
token
each
optimization
filesystems
Index Similar DNA Sequence 多基因组索引技术 笔记
Indexing
Similar DNA Sequences研究背景: 研究物种的基因变异经常需要挖掘多条非常相似的基因组序列之间的信息。
stormlovetao
·
2012-03-14 20:00
Lucene简介
前面好多同学都说过了它们间的一些关系,我在重复一下,首先Solr 和Nutch 都是基于Lucene的, 具体的说就是基于Lucene的Searcher和
Indexing
。
allenson933
·
2012-03-01 10:00
Lucene
Lucene的总体架构
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
wang_heaven
·
2012-02-17 11:00
Lucene
Lucene总结:总体架构
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
An342647823
·
2012-02-16 14:00
Kmeans based
indexing
and Asymmetric Distance Computation for ANN search (Binary Local Feature): par
转自:http://www.cvchina.info/2012/01/13/kmeans-based-
indexing
-and-asymmetric-distance-computation-for-ann-search-binary-local-feature-part1
c395565746c
·
2012-01-31 13:00
算法
image
search
query
byte
distance
Lucene学习二:Lucene总体框架
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
zenoh
·
2011-12-07 22:00
Lucene
Schema Optimization and
indexing
Mysql数据类型1.选择合适的类型越小越好:确定数据精度后,选择小的类型简单:选择需要更少cpu时钟,integer比较比string消耗少,使用内置date/timestamp而非string尽量使用notnull:mysql对于nullable的列很难优化(使indexindex策略比较更加复杂)使用更多空间,需要在mysql内部特殊处理,加索引每行还需要一个额外的字节,即使确实可以nul
yingtju
·
2011-11-25 15:03
mysql
职场
index
休闲
PLSI( probabilistic latent semantic
indexing
) 词分类,文档分类
折磨了我一个星期,断断续续的看,断断续续的想。早上上厕所的时候,终于想通了。或许是对英文理解能力差吧,发觉其实挺简单的。LSA对于许多搞IR和NLP的来说应该不陌生吧,LSA用SVD降维,然后来根据worddistribution,来分类文档而LSA的劣势在于,没有比较好的统计基础,这个和当前流行趋势是不相符的。所以PLSA,用概率模型来做文档分类,或者词聚类。等要求你有个worddictiona
pf1492536
·
2011-11-16 17:00
文档
Matrix
Semantic
机器学习 8 PCA cont.
文档相似度分析cosfunctionseemore:http://ccl.pku.edu.cn/doubtfire/NLP/Artificial_Intelligence/Latent%20Semantic%20
Indexing
.txt2
nomad2
·
2011-11-12 16:00
Lucene学习总结之二:Lucene的总体架构
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
fengzanfeng
·
2011-11-10 15:00
A Comparison of Open Source Search Engines
http://zooie.wordpress.com/2009/07/06/a-comparison-of-open-source-search-engines-and-
indexing
-twitter
·
2011-10-26 03:00
source
open
ruby_rails之alias深入理解_和alias_method
def alias_method(new_name, old_name) #This is a stub, used for
indexing
end &
fantaxy025025
·
2011-10-14 11:00
method
ruby_rails之alias深入理解_和alias_method
def alias_method(new_name, old_name) #This is a stub, used for
indexing
end &
fantaxy025025
·
2011-10-14 11:00
method
[Lucene]学习总结之二:Lucene的总体架构
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
dcbjavaeye
·
2011-10-06 15:00
Lucene
lucene学习
全文分两部分:一:Lucene简介 Lucene版本:3.0.2 全文检索大体分两个部分:索引创建(
Indexing
)和搜索索引(Search) 1.
xj84
·
2011-09-16 16:00
Lucene
Solr tutorial
一些基础的用法 启动,使用内嵌的jetty,也可使用容器 java -jar start.jar 启动后访问管理页面http://localhost:8983/solr/admin
Indexing
simplehappy
·
2011-09-15 23:00
Solr
Apache Web-framework 项目总揽-2
常常会弄不清楚为什么会有Lucence有Solr还有Nutch,他们大概的关系是:Lucence : 一堆
indexing
和搜索的工具包Solr:调用这个工具包的接口/服务Nutch :爬虫+Solr
princeicelk
·
2011-08-22 22:00
apache
开源
Nutch
Solr
ofbiz
Apache Web-framework 项目总揽-2
常常会弄不清楚为什么会有Lucence有Solr还有Nutch,他们大概的关系是:Lucence:一堆
indexing
和搜索的工具包Solr:调用这个工具包的接口/服务Nutch:爬虫+Solr=GoogleApacheOFBizApacheOFBiz
princeicelk
·
2011-08-22 22:00
开源
apache
OFBiz
Nutch
Solr
Lucene学习总结之二:Lucene的总体架构
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
irfen
·
2011-08-13 12:00
java
Lucene
全文检索
Lucene学习总结之二:Lucene的总体架构
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
irfen
·
2011-08-13 12:00
java
Lucene
全文检索
Lucene学习总结之二:Lucene的总体架构
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
lwm_1985
·
2011-07-15 15:00
hibernate-search-3.3.0.Final中文文档翻译及学习笔记
5、Tuning Lucene
indexing
performance. 2ch4. 34.3. Analys
dcbjavaeye
·
2011-07-01 18:00
Lucene
Hibernate Search(基于version3.4)--第三章Configuration
Configuration 3.1激活HiberateSearch与自动
indexing
功能3.1.1激活HibernateSearchHibernateCore会自动探测是否应用激活HibernateSearch
sin90lzc
·
2011-06-22 15:00
maven
Hibernate
jms
配置管理
Lucene
Lucene索引数据库
Indexing
Database
Lucene一个常见的用例是在一个或者多个数据库表进行全文检索。 虽然MySql有全文检索的功能,但是如果字段和数据量增加,MySql的性能会减低很快。 映射数据到Lucene 通常情况下最需要解决的问题是怎么把你数据库的数据描述到Lucene里面,最可能的解决方法法就是把你的数据表放到平面的Lucence Document对象里面。 用伪代码表示: String sq
qtlkw
·
2011-06-11 13:00
sql
mysql
Lucene
全文检索
lucene MoreLikeThis
如果你要使用term vectors, 就要在
indexing
的时候对该field打开term vectors的选项: Field o
rfv1116
·
2011-05-24 11:00
apache
Lucene
J#
在矩阵索引时使用逻辑值(Using Logicals in Array
Indexing
)
今天写程序时,发现这样一个提示: 该提示说,利用logicalindexing来代替find函数能够提高性能,于是在文档中查询了关于logicalindexing的内容。 logicalindexing其实是用一个同样大小的逻辑矩阵来索引数据矩阵,逻辑矩阵中为“True”的位置被认为是数据矩阵中要索引的位置。 举个例子:>>A=[123;456;789]A=123456789>
DFD1R
·
2011-05-13 10:00
文档
Lucene in Action读书笔记(一)
Understand the process of
indexing
1,convert to text 将原始数据转换成lucene可以识别的数据。 可识别的数据转换成Document。
tanzhenhua
·
2011-05-12 12:00
数据结构
互联网
Lucene
读书
在Eclipse中跑hadoop job failed ,内存溢出
at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1232) while
indexing
刚开始还以为是配置文件写的有问题
landyer
·
2011-04-30 17:00
java
apache
eclipse
hadoop
linkedIn OpenSource
Zoie Real-time search
indexing
http://sna-projects.com/zoie/ Zoie is a real-time search and
indexing
dikar
·
2011-04-27 10:00
hadoop
workflow
Lucene
performance
OpenSource
寄存器
C代表counting EDI Extended Destination
Indexing
目的索引寄存器。
myway84
·
2011-04-25 14:00
asp.net网站未能加载文件或程序集或它的某一个依赖项。拒绝访问
拒绝访问”,在网上搜了一些方法:方法一、停止
Indexing
service服务 方法二:配置ASP.net 的临时目录不受
Indexing
serv
·
2011-04-12 16:00
asp.net
mongodb index
mongoDB来存储一些日志数据,量可能有千万级别,所以索引以及优化方面特别重要,在slideshare上找到几篇好的文档分享给大家(slideshare的关联查询做的还是相当好)
Indexing
dikar
·
2011-04-07 10:00
html
mongodb
.net
Blog
使用lucene建立网站搜索服务
http://blog.csdn.net/quzishen/archive/2010/08/07/5794491.aspx Introduction to Text
Indexing
conkeyn
·
2011-03-29 09:00
html
.net
PHP
Lucene
全文检索
Lucene检索数据库(入门篇),支持中文检索
全文分两部分: 一:Lucene简介 Lucene版本:3.0.2 全文检索大体分两个部分:索引创建(
Indexing
IrenBJ
·
2011-03-15 18:00
数据结构
bean
jdbc
Lucene
全文检索
Lucene学习总结之二:Lucene的总体架构
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
lengyuhong
·
2011-03-02 16:00
MyEclipse中使用MAVEN时 _a.fdx (系统找不到指定的文件 Cannot overwrite 0.fdt
1.问题描述: 在MyEclipse中使用MAVEN时,经常会报告如下错误: Error on adding
indexing
context central; ${workspace\.metadata
3806850
·
2011-02-11 23:00
eclipse
maven
windows
MyEclipse
ide
如何使用Orchard搭建敏捷个人的网站(2)
增加搜索功能首先我们需要安装Lucene模块然后打开功能:Search,
Indexing
和LuceneSearch功能打开后,在Settings中可以设置
jingen_zhou
·
2011-01-24 16:00
职场
休闲
Orchard
B/S
如何使用Orchard搭建敏捷个人的网站(2)
增加搜索功能首先我们需要安装Lucene模块然后打开功能:Search,
Indexing
和LuceneSearch功能打开后,在Settings中可以设置
jingen_zhou
·
2011-01-24 16:00
职场
休闲
Orchard
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他