Re: Boost Single Values in Field

2008-02-22 Thread JensBurkhardt
Okay, Thanks a lot for answering my questions. I'll give the split string thing a try :-) . Best Regards Jens Burkhardt Grant Ingersoll-6 wrote: > > > On Feb 21, 2008, at 6:53 AM, JensBurkhardt wrote: >> >> Hello again, >> >> Thanks for your immediate response. As i understand, the only way

Re: Boost Single Values in Field

2008-02-21 Thread Grant Ingersoll
On Feb 21, 2008, at 6:53 AM, JensBurkhardt wrote: Hello again, Thanks for your immediate response. As i understand, the only way to boost the values is on query side, right? The Problem is, that i need to boost field values. Okay, some more details: I need it for a library. The string in

Re: Boost Single Values in Field

2008-02-21 Thread JensBurkhardt
Grant Ingersoll-6 wrote: > > You have two options: > > 1. Boost the term on the query side. The query parser pretty much > takes exactly the syntax you use. > 2. Use Payloads along with the BoostingTermQuery. > > Search the archives for info on one or both. > > -Grant > > On Feb 20, 2008,

Re: Boost Single Values in Field

2008-02-20 Thread Grant Ingersoll
You have two options: 1. Boost the term on the query side. The query parser pretty much takes exactly the syntax you use. 2. Use Payloads along with the BoostingTermQuery. Search the archives for info on one or both. -Grant On Feb 20, 2008, at 11:30 AM, JensBurkhardt wrote: Hey, I'm wo