|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentResultScores | |
|---|---|
| com.atlassian.confluence.search.contentnames | |
| com.atlassian.confluence.search.contentnames.lucene | |
| Uses of DocumentResultScores in com.atlassian.confluence.search.contentnames |
|---|
| Classes in com.atlassian.confluence.search.contentnames that implement DocumentResultScores | |
|---|---|
class |
FloatArrayDocumentResultScores
A DocumentScores implementation which will keep each score in a float array where the position in the
array matches the docId for each document. |
| Methods in com.atlassian.confluence.search.contentnames with parameters of type DocumentResultScores | |
|---|---|
java.util.Map<Category,org.apache.lucene.search.TopScoreDocCollector> |
ResultCategoriser.categorise(DocumentResultScores documentResultScores,
ResultTemplate resultTemplate)
Categorises documentScores into categories defined in the specified resultTemplate. |
| Uses of DocumentResultScores in com.atlassian.confluence.search.contentnames.lucene |
|---|
| Classes in com.atlassian.confluence.search.contentnames.lucene that implement DocumentResultScores | |
|---|---|
class |
BitSetAwareDocumentResultScores
Wrapper class that ensures that only documents that pass the specified bitSet are exposed. |
class |
OpenBitSetAwareDocumentResultScores
Wrapper class that ensures that only documents that pass the specified bitSet are exposed. |
| Fields in com.atlassian.confluence.search.contentnames.lucene declared as DocumentResultScores | |
|---|---|
protected DocumentResultScores |
BaseScoringFilter.resultScores
|
| Methods in com.atlassian.confluence.search.contentnames.lucene that return DocumentResultScores | |
|---|---|
DocumentResultScores |
FieldLengthScoreNormaliser.normalise(org.apache.lucene.index.AtomicReader reader,
DocumentResultScores scores)
|
| Methods in com.atlassian.confluence.search.contentnames.lucene with parameters of type DocumentResultScores | |
|---|---|
DocumentResultScores |
FieldLengthScoreNormaliser.normalise(org.apache.lucene.index.AtomicReader reader,
DocumentResultScores scores)
|
void |
BaseScoringFilter.setResultScores(DocumentResultScores resultScores)
|
| Constructors in com.atlassian.confluence.search.contentnames.lucene with parameters of type DocumentResultScores | |
|---|---|
BitSetAwareDocumentResultScores(java.util.BitSet bitSet,
DocumentResultScores documentResultScores)
|
|
OpenBitSetAwareDocumentResultScores(org.apache.lucene.util.OpenBitSet openBitSet,
DocumentResultScores documentResultScores)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||