Boost token when storing document?

2008-07-13 Thread Darren Govoni
Hi, Sorry if I missed this in the documentation, but I wanted to know if Lucene allows boosting of tokens _within_ a field when a document is stored? Let me explain. Let's say I store the following field numbers: one one one two three Searching "numbers:" field with a boost on one will score hi

Re: Boost token when storing document?

2008-07-13 Thread Daniel Naber
On Sonntag, 13. Juli 2008, Darren Govoni wrote: > Hi, > Sorry if I missed this in the documentation, but I wanted to know if > Lucene allows boosting of tokens _within_ a field when a document is > stored? Yes, you can use payloads for that, see http://wiki.apache.org/lucene-java/Payloads Re