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
 java.util.Map<Category,org.apache.lucene.search.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(org.apache.lucene.index.IndexReader reader, DocumentResultScores scores)
           
 DocumentResultScores LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens)
           
 DocumentResultScores ContentNameScorer.score(java.util.List<QueryToken> queryTokens)
           
 DocumentResultScores LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(java.util.List<QueryToken> queryTokens, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 DocumentResultScores LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens, java.lang.String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(java.util.List<QueryToken> queryTokens, java.lang.String... spaceKeys)
           
 

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

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



Copyright © 2003-2010 Atlassian. All Rights Reserved.