|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.search.Filter
com.atlassian.confluence.search.lucene.filter.TermFilter
public class TermFilter
Lucene filter that finds documents that match a particular Term.
| Constructor Summary | |
|---|---|
TermFilter(org.apache.lucene.index.Term term)
Create a lucene filter that finds documents that match a particular Term. |
|
| Method Summary | |
|---|---|
java.util.BitSet |
bits(org.apache.lucene.index.IndexReader reader)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TermFilter(org.apache.lucene.index.Term term)
Term.
term - The Term to find. If null, an empty BitSet will be returned from bits(org.apache.lucene.index.IndexReader)| Method Detail |
|---|
public java.util.BitSet bits(org.apache.lucene.index.IndexReader reader)
throws java.io.IOException
bits in class org.apache.lucene.search.Filterjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||