Re: Term space continuity

2010-04-05 Thread Earwin Burrfoot
Wow! Cool. On Tue, Apr 6, 2010 at 03:51, Michael McCandless wrote: > The flex API isolates fields, ie you get a TermsEnum for a given field > and it enums only the term's text (as a BytesRef). > > Mike > > On Mon, Apr 5, 2010 at 7:22 PM, Earwin Burrfoot wrote: >> A random thought from some of th

Re: Term space continuity

2010-04-05 Thread Michael McCandless
The flex API isolates fields, ie you get a TermsEnum for a given field and it enums only the term's text (as a BytesRef). Mike On Mon, Apr 5, 2010 at 7:22 PM, Earwin Burrfoot wrote: > A random thought from some of the earlier discussions. > > Had anybody used the fact that Lucene Term space is c

Term space continuity

2010-04-05 Thread Earwin Burrfoot
A random thought from some of the earlier discussions. Had anybody used the fact that Lucene Term space is continuous (single per-index/segment space instead of separate per-field spaces) at least once? I only see code around that copes with this somehow, like checking "term.field() == field" just