Package org.infinispan.query.impl
Class SegmentFilterFactory
- java.lang.Object
-
- org.infinispan.query.impl.SegmentFilterFactory
-
public class SegmentFilterFactory extends Object
Filter for infinispan segments.- Since:
- 10.1
-
-
Field Summary
Fields Modifier and Type Field Description static StringSEGMENT_FILTER_NAMEstatic StringSEGMENT_PARAMETERS_NAME
-
Constructor Summary
Constructors Constructor Description SegmentFilterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.Querycreate()voidsetSegments(BitSet segments)
-
-
-
Field Detail
-
SEGMENT_FILTER_NAME
public static final String SEGMENT_FILTER_NAME
- See Also:
- Constant Field Values
-
SEGMENT_PARAMETERS_NAME
public static final String SEGMENT_PARAMETERS_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
@Factory public org.apache.lucene.search.Query create()
-
setSegments
public void setSegments(BitSet segments)
-
-