Re: Boolean field type

2023-11-13 Thread Michael McCandless
common, it means that the posting list goes like >>> dense sequentially increasing numbers 1,2,3,4,5.. May it already be >>> compressed by codecs like >>> https://lucene.apache.org/core/9_2_0/core/org/apache/lucene/util/packed/MonotonicBlockPackedWriter.html >

Re: Boolean field type

2023-11-10 Thread Michael Froh
If saying foo:true is common, it means that the posting list goes like >> dense sequentially increasing numbers 1,2,3,4,5.. May it already be >> compressed by codecs like >> https://lucene.apache.org/core/9_2_0/core/org/apache/lucene/util/packed/MonotonicBlockPackedWriter.html >> ? >>

Re: Boolean field type

2023-11-09 Thread Michael Sokolov
dy be > compressed by codecs like > https://lucene.apache.org/core/9_2_0/core/org/apache/lucene/util/packed/MonotonicBlockPackedWriter.html > ? > > On Thu, Nov 9, 2023 at 3:31 AM Michael Froh wrote: > >> Hey, >> >> I've been musing about ideas for a "clever

Re: Boolean field type

2023-11-09 Thread Mikhail Khludnev
ing about ideas for a "clever" Boolean field type on Lucene > for a while, and I think I might have an idea that could work. That said, > this popped into my head this afternoon and has not been fully-baked. It > may not be very clever at all. > > My experience is

Boolean field type

2023-11-08 Thread Michael Froh
Hey, I've been musing about ideas for a "clever" Boolean field type on Lucene for a while, and I think I might have an idea that could work. That said, this popped into my head this afternoon and has not been fully-baked. It may not be very clever at all. My experience is that