public class RawTermFilter
extends org.apache.lucene.search.Filter
Normally you should not use this class; the only known required case is when using BlockJoinQuery from contrib/join.
Constructor and Description |
---|
RawTermFilter(org.apache.lucene.index.Term term) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.IndexReader reader) |
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.IndexReader reader) throws IOException
getDocIdSet
in class org.apache.lucene.search.Filter
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.