| Interface | Description |
|---|---|
| ContentNameScorer |
Calculates documents scores for a query directed at content names.
|
| ResultConverter |
Converts search results from docId's into actual
SearchResults. |
| Class | Description |
|---|---|
| BaseScoringFilter | |
| BitSetAwareDocumentResultScores |
Wrapper class that ensures that only documents that pass the specified bitSet are exposed.
|
| DefaultResultConverter | |
| FieldLengthScoreNormaliser |
Normalise scores in a supplied
DocumentResultScores based on the length of the field this normaliser is
constructed for. |
| LuceneContentNameScorer | |
| LuceneContentNameSearcher | |
| LuceneQueryTokenizer |
The purpose of this class is to wrap the tokens emitted from lucene analysis inside our own
QueryTokens so
that we can tag some additional meaning. |
| OpenBitSetAwareDocumentResultScores |
Wrapper class that ensures that only documents that pass the specified bitSet are exposed.
|
| ScoringPrefixFilter |
Filters by prefix and increments the score for each document that passes the filter.
|
| ScoringTermFilter |
Filters by a particular term, and increments the score for each document that passes the filter.
|
Copyright © 2003–2017 Atlassian. All rights reserved.