Re: boosting indexing terms

2007-06-26 Thread yu
Thanks, Karl, for your link/suggestion. I did not know Payloads and will check it out. Jay karl wettin wrote: 27 jun 2007 kl. 04.55 skrev yu: I like Lucene's ability to boost each query term during query time.. However, for indexing, the smallest unit you can boost is a field. I wonder if

Re: boosting indexing terms

2007-06-26 Thread karl wettin
27 jun 2007 kl. 04.55 skrev yu: I like Lucene's ability to boost each query term during query time.. However, for indexing, the smallest unit you can boost is a field. I wonder if anyone here has good idea or suggestion on how one might boost terms without putting them in separate fields?

boosting indexing terms

2007-06-26 Thread yu
I like Lucene's ability to boost each query term during query time.. However, for indexing, the smallest unit you can boost is a field. I wonder if anyone here has good idea or suggestion on how one might boost terms without putting them in separate fields? Thanks. Jay ---