我使用lucene编写了一个搜索,我在获取值时做了一些提升
say ex
i have an url,content,title,host values of an webpage
record 1
url:http://example.com/example/index.php
content: example is good in lucene and bla bla
host:example.com
title: welcome to example
record 2:
url :http://example.com/
content:example is one of best solution
host;example.com
title :welcome to example
如果我搜索example
它返回两个结果,我需要record2作为第一个结果
因为我提升的网址或主机都获得相同的提升值..