乔布咨询 乔布堂 乔布圈 | 博客 圈子 访谈录 求职管家 更多
回页首 FAQ
什么是乔布堂:
乔布堂即JobTown,致力于向大学生求职者提供职业发展咨询服务。帮助缺少工作经验的学员提高就业能力和职业素质,获得更好的职业发展。
什么是乔布圈:
通过网络组织活动等,帮助学生维护社交和朋友圈子。
我怎么参加培训项目:
每个培训项目里都有一个“我要报名”/“我要申请”的按钮,点击该按钮即可轻松报名。报名后,乔布堂工作人员会尽快与你电话或邮件联系,你可以在电话中具体询问培训项目的情况。
我怎么参加圈子里的活动:
乔布堂举办的所有沙龙、拓展、以及讲座等活动,都会提前在乔布圈中发起相关活动。请随时留意乔布圈中的最新活动,同时我们也将在相关高校BBS,社区网络中提前发起活动,届时欢迎大家参加,或推荐给亲朋好友和伙伴们。
回页首 搜索使用帮助

The following special operators can be used:

  • operator OR:
    hello | world
  • operator NOT:
    hello -world
    			hello !world
    					
  • field search operator:
    @title hello @body world
  • phrase search operator:
    "hello world"
  • proximity search operator:
    "hello world"~10
  • quorum matching operator:
    "the world is a wonderful place"/3

Here's an example query which uses most of these operators:

Example 6. Extended query example

"hello world" @title "example program"~5 @body python -(php|perl)
					

There always is implicit AND operator, so "hello world" means that both "hello" and "world" must be present in matching document.

OR operator precedence is higher than AND, so "looking for cat | dog | mouse" means "looking for ( cat | dog | mouse )" and not "(looking for cat) | dog | mouse".

Proximity distance is specified in words, adjusted for word count, and applies to all words within quotes. For instance, "cat dog mouse"~5 query means that there must be less than 8-word span which contains all 3 words, ie. "CAT aaa bbb ccc DOG eee fff MOUSE" document will not match this query, because this span is exactly 8 words long.

Quorum matching operator introduces a kind of fuzzy matching. It will only match those documents that pass a given threshold of given words. The example above ("the world is a wonderful place"/3) will match all documents that have at least 3 of the 6 specified words.

Nested brackets, as in queries like

aaa | ( bbb ccc | ( ddd eee ) )
					

are not allowed yet, but this will be fixed.

Negation (ie. operator NOT) is only allowed on top level and not within brackets (ie. groups). This isn't going to change, because supporting nested negations would make phrase ranking implementation way too complicated.

乔布堂
Copyright © 2008-2012 qiaobutang.com. All rights reserved. 沪ICP备08114117号
支持 Firefox , Safari , IE 7