Redian新闻
>
U of Virginia的化工怎样,打听一个老板
avatar
c*i
2
Matthew Neurock. 做计算的一个老板。人怎样?研究方向好不好
avatar
g*y
3
what's your question? The link points to April archive.

【在 c******n 的大作中提到】
: I'm new , so having the following question on the mailing list,
: haven't got an answer, maybe someone here could help? thanks!
: http://mail-archives.apache.org/mod_mbox/lucene-java-
: user/201104.mbox/browser

avatar
E*d
4
据说从来不管学生?

【在 c*******i 的大作中提到】
: Matthew Neurock. 做计算的一个老板。人怎样?研究方向好不好
avatar
c*n
5
thanks, I didn't realize the link shows differently.... here it is:
########################################################
I'm new to lucene/search engine , and have been struggling with these
questions recently.
I'd appreciate a lot of you could shed some light on this.
let's say I do a query on
dog greyhound
note that I did not quote them, i.e. this is not a phrase search.
what happens under the hood ?
which term does Lucene use to look up the inverted Index ?
I read somewhere that Lucene uses the term with the higher IDF (i.e.
the more distinguishing term), i.e. in this case
"greyhound", but what about dog? does Lucene traverse down the doclist
of "dog" at all? if I provide multiple terms in my query,
generally how does Lucene decide how many doclists to travel down?
I read that Lucene uses a combination of "binary model" and VSM, then
it seems that in the above case, it finds
the full doclist of dog , and that of "greyhound", (the binary model
part), then find the common docs from the two doclists,
then order them by scores ( the VSM part). is it true that the FULL
doclists are fetched first? or is some pruning done on the individual
doclists? I see the
talk in http://www.slideshare.net/abial/eurocon2010 that talks about
pruning and tiered search, but is this the default behavior of Lucene?
how are the doclists sorted? (by idf ?? --- sorry I'm just beginning
to sift through a lot of docs online, somehow got this impression but
can't form a precise conclusion)
also generally, could you please provide some good articles on how
lucene/search engines work? I've read the "anatomy of a search engine"
(google Sergey Brin & Larry Page paper),
"introduction to information retrieval (Manning et al ) " , "Lucene
in action" ....
Thanks
Yang

【在 g**********y 的大作中提到】
: what's your question? The link points to April archive.
avatar
S*n
6
现在对matt感兴趣的人很多嘛
今年看见好几个人问了:)
方向还不错,人怎么样就不了解了

【在 c*******i 的大作中提到】
: Matthew Neurock. 做计算的一个老板。人怎样?研究方向好不好
avatar
g*y
7
Sorry, I just use Lucene as a search engine in our product. I didn't dive
into how it works.
I did read some documents and code from Lucene project for curiosity. My
impression is: it is a C-style Java program, painful to read and use.
Maybe you can directly contact the developers for technical details.

【在 c******n 的大作中提到】
: thanks, I didn't realize the link shows differently.... here it is:
: ########################################################
: I'm new to lucene/search engine , and have been struggling with these
: questions recently.
: I'd appreciate a lot of you could shed some light on this.
: let's say I do a query on
: dog greyhound
: note that I did not quote them, i.e. this is not a phrase search.
: what happens under the hood ?
: which term does Lucene use to look up the inverted Index ?

avatar
i*e
8
I don't know much about the internals of Lucene.
With Solr, it's possible to specify the default
operator as OR or AND. I think your were more
talking about the OR case. It is optional, that
when AND gives you a very small number of results,
you could do an OR to enrich the result.

【在 c******n 的大作中提到】
: thanks, I didn't realize the link shows differently.... here it is:
: ########################################################
: I'm new to lucene/search engine , and have been struggling with these
: questions recently.
: I'd appreciate a lot of you could shed some light on this.
: let's say I do a query on
: dog greyhound
: note that I did not quote them, i.e. this is not a phrase search.
: what happens under the hood ?
: which term does Lucene use to look up the inverted Index ?

avatar
c*n
9
exactly!!
I read it and it was all "abstract class", if it's java, most of it would
have been written as interfaces + baseImpl

dive

【在 g**********y 的大作中提到】
: Sorry, I just use Lucene as a search engine in our product. I didn't dive
: into how it works.
: I did read some documents and code from Lucene project for curiosity. My
: impression is: it is a C-style Java program, painful to read and use.
: Maybe you can directly contact the developers for technical details.

avatar
c*n
10
btw, have you built solr in eclipse?
its directory organization is not very standardized, I had to manually
tweak it a lot to make it work

dive

【在 g**********y 的大作中提到】
: Sorry, I just use Lucene as a search engine in our product. I didn't dive
: into how it works.
: I did read some documents and code from Lucene project for curiosity. My
: impression is: it is a C-style Java program, painful to read and use.
: Maybe you can directly contact the developers for technical details.

avatar
g*y
11
no, I didn't use solr in work.

【在 c******n 的大作中提到】
: btw, have you built solr in eclipse?
: its directory organization is not very standardized, I had to manually
: tweak it a lot to make it work
:
: dive

avatar
q*9
12
u should use analyzer or somehow tokenizer, no one search against
index like that.

【在 c******n 的大作中提到】
: I'm new , so having the following question on the mailing list,
: haven't got an answer, maybe someone here could help? thanks!
: http://mail-archives.apache.org/mod_mbox/lucene-java-
: user/201104.mbox/browser

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。