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
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;
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;
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