|
||||||||||
| 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.contentnames.lucene.ScoringTermFilter
public class ScoringTermFilter
Filters by a particular term, and increments the score for each document that passes the filter.
| Constructor Summary | |
|---|---|
ScoringTermFilter(org.apache.lucene.index.Term term,
DocumentResultScores resultScores)
Construct a new ScoringTermFilter that will modify the supplied scores. |
|
| 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 ScoringTermFilter(org.apache.lucene.index.Term term,
DocumentResultScores resultScores)
term - the Term to filter against.resultScores - | 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 | |||||||||