Uses of Class
org.apache.lucene.search.PointInSetQuery.Stream
-
Packages that use PointInSetQuery.Stream Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of PointInSetQuery.Stream in org.apache.lucene.search
Constructors in org.apache.lucene.search with parameters of type PointInSetQuery.Stream Constructor Description PointInSetQuery(java.lang.String field, int numDims, int bytesPerDim, PointInSetQuery.Stream packedPoints)
ThepackedPoints
iterator must be in sorted order. -
Uses of PointInSetQuery.Stream in org.apache.lucene.search.join
Subclasses of PointInSetQuery.Stream in org.apache.lucene.search.join Modifier and Type Class Description (package private) static class
PointInSetIncludingScoreQuery.Stream
-