Thanks for the replies.
I miserably failed to explain my problem. I focused too much on the
content similarity between the fields and completely missed out on
things such as that car brands and tire brands are not propotionally
large compared to the data in my domain. I have tens of thousan
On Thursday 13 December 2007 23:07:49 游泳池的鱼 wrote:
> hehe ,you can do a test with PrefixQuery rewrite method,and extract terms .
> like this
> query = prefixQuery.rewrite(reader);
> query.extractTerms(set);
> for(String term : set){
> System.out.println(term);
> }
>
> It will give you
Chris Lu <[EMAIL PROTECTED]> wrote:
> Toke, This is fantastic stuff! I always wanted to convince (rich)
> customers to try SSD. Now it's more convincing!
We expect to _save_ money by using SSDs. They cost more that conventional
harddrives if you just look at them isolated, but when we look at per
Hi Tom,
I have the similar requirement, and have found a way ..
TermQury is an atom query,other queries like boolean query will be spitted
into term queries rang query etc.You can customize your own TermScorer, add a
new "IndexReader" object in TermScorer, and retrieve the field value of the