Re: How to construct a ConstantScoreQuery with FixedBitSet

2018-04-23 Thread Shahak Nagiel
se with > this ConstantScoreQuery. > > So how to construct a ConstantScoreQuery with FixedBitSet? >

Re: How to construct a ConstantScoreQuery with FixedBitSet

2018-04-23 Thread Adrien Grand
am not sure if there is any simpler way to get this FixedBitSet. > > In lucene 7 there is no filter any longer, so I need convert this > FixedBitSet to a ConstantScoreQuery and then construct a FILTER Clause with > this ConstantScoreQuery. > > So how to construct a ConstantScoreQuery with FixedBitSet? >

How to construct a ConstantScoreQuery with FixedBitSet

2018-04-23 Thread Yonghui Zhao
FixedBitSet and cache it. btw: I am not sure if there is any simpler way to get this FixedBitSet. In lucene 7 there is no filter any longer, so I need convert this FixedBitSet to a ConstantScoreQuery and then construct a FILTER Clause with this ConstantScoreQuery. So how to construct a ConstantScoreQuery