How to set boost for a certain term in a query

2009-10-15 Thread Chuan
For example, I want the term 'sport' to have more impact on the final rank. Thanks in advance. Chuan -- View this message in context: http://www.nabble.com/How-to-set-boost-for-a-certain-term-in-a-query-tp25909737p25909737.html Sent from the Lucene - Java Users mailing list

Re: How to solve this problem

2009-08-11 Thread Chuan SHI
me suggestion? Thanks. > > > Hello, > > I think you use a wrong version of JVM, not the same version that has > been used to compile your Lune JAR. > > Malo > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Best regards, Chuan SHI

Re: How to solve this problem

2009-08-11 Thread Chuan SHI
; > >However, when I use kaffe 1.1.0, it works well. I google for the > > error information and it is said there is something wrong with my jar > > package. Could anybody give some suggestion? Thanks. > > > > -- > > Best regards, > > > > Shi Chuan > > > -- Best regards, Chuan SHI

[EASY]How to change the demo of lucene143 into a multithread one?

2009-08-13 Thread Chuan SHI
1.getState()!=State.TERMINATED ||t2.getState()!=State.TERMINATED ||t3.getState()!=State.TERMINATED ){}//wait until the threads end. Date end = new Date(); -- Best regards, Chuan SHI

Multiple Field search

2008-05-06 Thread Kelvin Foo Chuan Lyi
I'm new to lucene and have a question on how to create a query for the following example... Say I have two fields, Title and Description, with the following data Item 1 Title: The greatest hits Description : Collection of the best music from The Beatles. Item 2 Title: U2 collections Description :

Re: Multiple Field search

2008-05-06 Thread Kelvin Foo Chuan Lyi
> Anyway, you need to carefully define how your searches *should* work, > then define your index structure IMO. > > Best > Erick > > On Tue, May 6, 2008 at 12:07 PM, Kelvin Foo Chuan Lyi <[EMAIL PROTECTED]> > wrote: > > > I'm new to lucene and have a