Uses of Interface
com.atlassian.confluence.search.contentnames.DocumentResultScores

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
 Map<Category,TopDocCollector> 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.
 

Methods in com.atlassian.confluence.search.contentnames.lucene that return DocumentResultScores
 DocumentResultScores FieldLengthScoreNormaliser.normalise(IndexReader reader, DocumentResultScores scores)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, String spaceKey)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, String spaceKey)
           
 

Methods in com.atlassian.confluence.search.contentnames.lucene with parameters of type DocumentResultScores
 Map<Category,TopDocCollector> DefaultResultCategoriser.categorise(DocumentResultScores resultScores, ResultTemplate resultTemplate)
           
 DocumentResultScores FieldLengthScoreNormaliser.normalise(IndexReader reader, DocumentResultScores scores)
           
 

Constructors in com.atlassian.confluence.search.contentnames.lucene with parameters of type DocumentResultScores
BitSetAwareDocumentResultScores(BitSet bitSet, DocumentResultScores documentResultScores)
           
ScoringPrefixFilter(Term term, DocumentResultScores resultScores)
          Construct a new filter that will update score in the supplied DocumentScores.
ScoringTermFilter(Term term, DocumentResultScores resultScores)
          Construct a new ScoringTermFilter that will modify the supplied scores.
 



Confluence is developed by Atlassian.