Package org.apache.lucene.spatial.tier
Class CartesianShapeFilter
- java.lang.Object
-
- org.apache.lucene.search.Filter
-
- org.apache.lucene.spatial.tier.CartesianShapeFilter
-
- All Implemented Interfaces:
Serializable
@Deprecated public class CartesianShapeFilter extends org.apache.lucene.search.Filter
Deprecated.NOTE: This API is still in flux and might change in incompatible ways in the next release.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.lucene.search.DocIdSet
getDocIdSet(org.apache.lucene.index.IndexReader reader)
Deprecated.
-
-
-
Method Detail
-
getDocIdSet
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.IndexReader reader) throws IOException
Deprecated.- Specified by:
getDocIdSet
in classorg.apache.lucene.search.Filter
- Throws:
IOException
-
-