1 Nov 2007 02:23
problem undestanding the hits.score
Jamal jamalator <jtandina <at> yahoo.fr>
2007-11-01 01:23:24 GMT
2007-11-01 01:23:24 GMT
Hi
I have indexed this html document
=============z1========================
<html>
<body>
<h1>zo zo zo zo zo zo zo zo zo zo zo zo </h1><br>
<h1>zo zo zo zo zo zo zo zo zo zo zo zo </h1><br>
<h1>zo zo zo zo zo zo zo zo zo zo zo zo </h1>
</body>
</html>
=============z2=========================
<html>
<body>
<h1>zo zo zo zo zo zo zo zo zo zo zo zo </h1><br>
<h1>zo zo zo zo zo zo zo zo zo zo zo zo </h1><br>
</body>
</html>
=============z3==========================
<html>
<body>
<h1>zo zo zo zo zo zo zo zo zo zo zo zo </h1><br>
</body>
</html>
=========================================
with this code
Field contentK1 = new
Field("htmlcontent",httpd.getContentKeywords(),Field.Store.NO,Field.Index.TOKENIZED );
(Continue reading)
RSS Feed