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
Kmeans based
indexing
and Asymmetric Distance Computation for ANN search (Binary Local Feature):...
转自:http://www.cvchina.info/2012/01/13/kmeans-based-
indexing
-and-asymmetric-distance-computation-for-ann-search-binary-local-feature-part1
dake
·
2014-01-29 13:00
算法
image
search
query
byte
distance
solr基本概念
原文:http://www.solrtutorial.com/basic-solr-concepts.html
Indexing
(索引) solr有快速显示搜索结果的能力。
san_yun
·
2014-01-25 20:00
Solr
Lucene 架构 总结
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
token01
·
2014-01-17 13:00
C.Interface.And.Implementations—sequence的实现
throughN−1when Nispositive. 2、Anemptysequenceholdsno values. 3、Likearrays,valuesinasequencemaybeaccessedby
indexing
u013011270
·
2014-01-11 21:00
solr
indexing
和基本的数据操作
翻译自 Apache Solr Reference Guide
indexing
: solr的索引能够接受不同途径的index,包括XML文件,CSV文件,数据库里的表,或者
sharp-fcc
·
2014-01-09 12:00
索引
Solr
数据操作
indexing
data operation
【Python】set与frozenset的区别
同多数语言一样,set表示集合,最重要的特性就是无序,所以Python中的set不支持
indexing
,但支持len(set),xinset等操作。set有两种类型,set和frozenset。
u011613729
·
2014-01-09 11:00
哈希
set
元素
无序
frozenset
solr
indexing
和基本的数据操作
翻译自 ApacheSolrReferenceGuide
indexing
:solr的索引能够接受不同途径的index,包括XML文件,CSV文件,数据库里的表,或者word,PDF中的信息。
sharp-fcc
·
2014-01-09 04:00
数据
Solr
indexing
solr Document,Fields,Schema设计概况
阅读更多翻译自ApacheSolrReferenceGuidesolr一个最基本的设计原则是简洁,你告诉他很多信息,然后问他一些问题,他会给你回答的一段信息,你喂给他的这部分叫做
indexing
,你问他的问题叫做
sharp-fcc
·
2014-01-08 00:00
solr
Document
Fields
Schema
solr Document,Fields,Schema设计概况
Apache Solr Reference Guide solr一个最基本的设计原则是简洁, 你告诉他很多信息,然后问他一些问题,他会给你回答的一段信息,你喂给他的这部分叫做
indexing
sharp-fcc
·
2014-01-08 00:00
schema
document
Solr
solr Document,Fields,Schema设计概况
阅读更多翻译自ApacheSolrReferenceGuidesolr一个最基本的设计原则是简洁,你告诉他很多信息,然后问他一些问题,他会给你回答的一段信息,你喂给他的这部分叫做
indexing
,你问他的问题叫做
sharp-fcc
·
2014-01-08 00:00
solr
Document
Fields
Schema
《Python基础教程》学习笔记 – Lesson02:列表和元组
中最基本的数据结构是序列(sequence),第一个索引从0开始; 在Python中,索引可以是负数,-1表示最后一个元素(倒数第一),-2表示倒数第二个元素; 例如: 通用序列操作 索引(
indexing
songzhan
·
2014-01-06 21:00
python
基础数据结构和算法八:Binary search
Binary search needs an ordered array so that it can use array
indexing
to dramatically reduce the
sunwinner
·
2013-11-28 21:00
Algorithm
Binary search
data-intensive text processing with mapreduce-Inverted
Indexing
for Text Retrieval
InvertedIndexingforTextRetrievalInvertedIndexingBaselineAlgorithm MainIdea:map的输入为文档编号和文档的内容,输出为[词,(文档编号,词频)],reduce将同一个词的所有文档编号和词频聚集,然后按文档编号排序,最后输出的是按文档编号由小到大排序的项。Discussion:存在规模瓶颈,一个词的所有(文档,词频)项可能不足
li385805776
·
2013-11-16 20:00
倒排索引-
Indexing
Boolean Expressions
在搜索领域,索引是一项非常重要的技术,直接影响到查询的效率,其基本的流程是:文章先进行分词、计算权重,然后利用词和文档的信息建立倒排索引,在查询的时候,得到符合条件的文档的id集合,然后利用正排索引返回文档的详细信息,在计算广告中,广告主通常会定义广告投放的条件,这些条件时通过布尔表达式来定义的,比如广告主定义如下的投放条件: 以上就是对布尔表达式的索引过程,详情可以参考论文:Indexin
xyl520
·
2013-11-11 08:00
索引
boolean
expression
DNF
Lucene教程(四)- 基本索引操作
要实现搜索功能的话,首先要做的是,进行索引(
Indexing
),在这里分享一下索引过程的相关知识。
jolingogo
·
2013-11-03 23:00
索引
搜索
Lucene
MongoDB Geospatial
Indexing
IOS开发中地图功能的后台处理: radius的单位是度(°)一度是大约 111.12 公里如果你需要查询一公里的之内的东西,如下:center = [50, 50]radius = 1/111.12db.places.find({"loc" : {"$within" : {"$center" : [center
AriesX
·
2013-10-28 15:00
mongodb
经纬度
对比
单位
使用
solr4.4 优化笔记
fields The number of indexed fields greatly increases the following: 1.Memory usage during
indexing
高军威
·
2013-10-24 14:00
Solr
solr优化
索引布尔表达式 [
Indexing
Boolean Expressions ]
摘要1.引言2.模型3.DNF算法3.1倒排表构建3.2示例3.3连接词算法3.4示例4实验4.1DNF算法4.1.1选择性影响4.1.2高纬影响5.复杂布尔表达6.结论
IIcyZhao
·
2013-10-04 22:00
搜索架构更换solrCloud总结
新搜索架构是基于SolrCloud和
indexing
建索引框架技术的⼀一个分布式垂直搜索。
wbj0110
·
2013-09-11 09:00
Solr
搜索架构更换solrCloud总结
新搜索架构是基于SolrCloud和
indexing
建索引框架技术的⼀一个分布式垂直搜索。
wbj0110
·
2013-09-11 09:00
Solr
搜索架构更换solrCloud总结
新搜索架构是基于SolrCloud和
indexing
建索引框架技术的⼀一个分布式垂直搜索。
wbj0110
·
2013-09-11 09:00
Solr
<
expert
indexing
in oracle database 11g是个好书 1) create table cust( cust_id number ,last_name varchar2
jackyrong
·
2013-08-25 16:00
oracle
<
expert
indexing
in oracle database 11g是个好书 1) create table cust( cust_id number ,last_name varchar2
jackyrong
·
2013-08-25 16:00
oracle
<
expert
indexing
in oracle database 11g是个好书 1) create table cust( cust_id number ,last_name varchar2
jackyrong
·
2013-08-25 16:00
oracle
<
expert
indexing
in oracle database 11g是个好书 1) create table cust( cust_id number ,last_name varchar2
jackyrong
·
2013-08-25 16:00
oracle
<
expert
indexing
in oracle database 11g是个好书 1) create table cust( cust_id number ,last_name varchar2
jackyrong
·
2013-08-25 16:00
oracle
<
expert
indexing
in oracle database 11g是个好书 1) create table cust( cust_id number ,last_name varchar2
jackyrong
·
2013-08-25 16:00
oracle
Mongodb 地理位置索引
Geospatial
Indexing
MongoDB支持二维空间索引,这是设计时考虑到基于位置的查询。例如“找到离目标位置最近的N条记录”。
ssxxjjii
·
2013-08-09 08:00
mongodb
Indexing
Databases with Lucene
Acommonuse-caseforLuceneisperformingafull-textsearchononeormoredatabasetables.AlthoughMySQLcomeswithafull-textsearchfunctionality,itquicklybreaksdownforallbutthesimplestkindofqueriesandwhenthereisanee
houyj1986
·
2013-07-09 01:00
【推荐】LSI(latent semantic
indexing
) 完美教程
【推荐】LSI(latentsemanticindexing)完美教程"insteadoflecturingaboutSVDIwanttoshowyouhowthingswork--stepbystep" --如果大家认同这句话的话,Dr.E.Garcia写的此教程就是最适合你阅读的LSI/LSA教程。原文比较长,直接贴链接了:http://www.miislita.com/information
wangran51
·
2013-06-05 15:00
【推荐】LSI(latent semantic
indexing
) 完美教程
【推荐】LSI(latent semantic
indexing
) 完美教程 "instead of lecturing about SVD I want to show you how
vergilwang
·
2013-06-05 15:00
index
lucene4学习笔记之初识Lucene
· 仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。· 不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。
xiaodongdong
·
2013-05-08 16:00
java
Lucene
《集体智慧编程》读书笔记 2 - 网页排名
例如,将单词“
indexing
”转换成“index”,这样当人们在搜索“index”时,也同样会得到包含
indexing
单词的文档。 3、基于内容的排名法(content-basedrankin
elar
·
2013-04-24 17:00
搜索架构更换solrCloud总结
转贴请声明引用:http://blog.csdn.net/duck_genuine/article/details/8826572新搜索架构是基于SolrCloud和
indexing
建索引框架技术的⼀一个分布式垂直搜索
源远流长
·
2013-04-19 23:11
solr
技术学习笔记
搜索引擎
搜索架构更换solrCloud总结
转贴请声明引用:http://blog.csdn.net/duck_genuine/article/details/8826572新搜索架构是基于SolrCloud和
indexing
建索引框架技术的⼀一个分布式垂直搜索
duck_genuine
·
2013-04-19 23:00
solrCloud
搜索架构
Indexing
Rules of Thumb & Index Selection Decisions
IndexingRulesofThumb: Indexeveryprimarykeyandmostforeignkeysinthedatabase.AttributesfrequentlyreferencedinSQLWHEREclausesarepotentiallygoodcandidatesforanindex.UseaB+treeindexforbothequalityandrange
·
2013-04-10 23:00
select
lucene的总体架构
仅支持纯文本文件的索引(
Indexing
)和搜索(Search)。不负责由其他格式的文件抽取纯文本文件,或从网络中抓取文件的过程。在Luceneinaction中,L
caihongshijie6
·
2013-04-06 14:00
Lusence搜索框架
PHP内核研究:HASH表和变量
struct bucket { ulong h; /* Used for numeric
indexing
斯人
·
2013-01-29 15:27
PHP
hash
表
内核研究
PHP内核研究:HASH表和变量
struct bucket { ulong h; /* Used for numeric
indexing
斯人
·
2013-01-29 15:27
php
表
hash
PHP内核分析
管理大量日志
http://stackoverflow.com/questions/5127534/log4j-log-
indexing
-using-solr/12881260#12881260 You can
wen66
·
2013-01-29 13:00
管理
Solr4:Hello World级别示范
2.建立索引(
Indexing
Data) ~/solr/example
·
2013-01-18 17:00
Hello world
python 基础
也有既不是序列也不是映射的容器类型——集合(Set)1.通用序列操作所有序列类型都可以进行一些操作:索引(
indexing
),分片(sliceing),加,乘以及检查某个元素是否是序列成员,计算序列长度
ChallenChenZhiPeng
·
2013-01-09 11:00
Disable & Enable xcode
Indexing
无奈,笔记本内存有限,在浏览一些大的工程时,需要禁用xcode的索引服务:defaultswritecom.apple.dt.XCodeIDEIndexDisable1如果需要再次打开则:defaultswritecom.apple.dt.XCodeIDEIndexDisable0
Proteas
·
2013-01-07 11:00
ElasticSearch (5) Excellent Blog or Example
www.elasticsearch.org/blog/2011/05/13/data-visualization-with-elasticsearch-and-protovis.html Search Engine
Indexing
ilnba
·
2012-12-26 10:00
elasticsearch
nutch1.5 运行 问题 求解
cygpath: can't convert empty path solrUrl is not set,
indexing
will be skipped...
wanglei2999
·
2012-11-21 14:00
Nutch
《Python基础教程》学习笔记 – Lesson02:列表和元组
在Python中最基本的数据结构是序列(sequence),第一个索引从0开始;在Python中,索引可以是负数,-1表示最后一个元素(倒数第一),-2表示倒数第二个元素;例如: 通用序列操作索引(
indexing
·
2012-11-19 10:00
python
python 列表
列表可修改,符号[]索引
indexing
分片sliceing加adding乘multiplying以及检查某个元素是否属于序列成员,计算长度,最大值和最小值索引从0开始递增,获取元素用变量去索引Greeting
贾平
·
2012-11-13 16:00
mongoDB Query文档
Systems that support dynamic queries don't require any special
indexing
to find data; users can find
san_yun
·
2012-11-08 14:00
mongodb
Customize BlogsEntry problems -
Indexing
and search
WhenIcustomizeBlogsEntrybyusingExtPlugin.WhenIaddablog,Idon'tneedtoreindexinLiferay6.0.Itautomaticallydoesthatforusandwecansearchitsuccessfully.ButwhenitcomestoLiferay6.1,soweneedtodoreindexwhenweaddo
smile_juan
·
2012-11-02 02:00
Liferay
Indexing
and search
Iwasthinkingitwouldn'ttakemealotoftimetoIndexingandsearch,becauseallcodesareonthebook.Ijustneedtocopy,pastandchange.Themainproblemisliferayversion.Inthebook,ituse6.0,whenweaddentity,wedon'tneedtoreind
smile_juan
·
2012-10-27 03:00
上一页
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
其他