Re: Token/Payload API

2007-05-15 Thread Grant Ingersoll
One thing that I forgot to add that is now possible, via the Payload mechanism is based on a comment during your ApacheCon EU presentation, something to the effect that we can't score binary fields. Now with Payload scoring, a binary Field is essentially a Document level payload. It shoul

Re: Token/Payload API

2007-05-11 Thread Yonik Seeley
On 5/11/07, Grant Ingersoll <[EMAIL PROTECTED]> wrote: On May 11, 2007, at 4:31 PM, Yonik Seeley wrote: > I hadn't kept up with the payload discussion/patch, and just got > around to looking at Token. > > public class Token implements Cloneable { > String termText;

Re: Token/Payload API

2007-05-11 Thread Grant Ingersoll
On May 11, 2007, at 4:31 PM, Yonik Seeley wrote: I hadn't kept up with the payload discussion/patch, and just got around to looking at Token. public class Token implements Cloneable { String termText; // the text of the term int startOffset;

Token/Payload API

2007-05-11 Thread Yonik Seeley
I hadn't kept up with the payload discussion/patch, and just got around to looking at Token. public class Token implements Cloneable { String termText; // the text of the term int startOffset; // start in source text int endOffset