Could you specify why the score is not suitable? What is it you're trying to
do that isn't working correctly?

At a guess, I'd suspect that if you're using, say, StandardAnalyzer during
index time, the input stream is being tokenized differently than you expect.
And, depending upon what analyzer you use at query time, you could be seeing
results that are surprising.

But that is only a guess since I don't know what behavior you would like to
see but do not see.

Best
Erick

On 10/24/06, zhongyi yuan <[EMAIL PROTECTED]> wrote:

I use lucene to index the address information, because the address
information is so short, so I think use the Lucene Score computing is
not suitable.
who can give me some advices to index short address information.

the format of address is: name,address etc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to