Re: index short text

2006-10-26 Thread zhongyi yuan
Thank you. My opinion is using the Current Similarity not suitable,because most term freq in the address content is one,but in the lucene, Freq is the very import factor,So I want know some other method to short information. - To

Re: index short text

2006-10-24 Thread Erick Erickson
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 y

index short text

2006-10-24 Thread zhongyi yuan
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.