| Package | Description |
|---|---|
| com.atlassian.confluence.search.contentnames | |
| com.atlassian.confluence.search.contentnames.lucene |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Map<Category,org.apache.lucene.search.TopScoreDocCollector> |
ResultCategoriser.categorise(DocumentResultScores documentResultScores,
ResultTemplate resultTemplate)
Categorises documentScores into categories defined in the specified resultTemplate.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected DocumentResultScores |
BaseScoringFilter.resultScores |
| Modifier and Type | Method and Description |
|---|---|
DocumentResultScores |
FieldLengthScoreNormaliser.normalise(org.apache.lucene.index.AtomicReader reader,
DocumentResultScores scores) |
| Modifier and Type | Method and Description |
|---|---|
DocumentResultScores |
FieldLengthScoreNormaliser.normalise(org.apache.lucene.index.AtomicReader reader,
DocumentResultScores scores) |
void |
BaseScoringFilter.setResultScores(DocumentResultScores resultScores) |
| Constructor and Description |
|---|
BitSetAwareDocumentResultScores(BitSet bitSet,
DocumentResultScores documentResultScores) |
OpenBitSetAwareDocumentResultScores(org.apache.lucene.util.OpenBitSet openBitSet,
DocumentResultScores documentResultScores) |
Copyright © 2003–2015 Atlassian. All rights reserved.