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,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.
 class OpenBitSetAwareDocumentResultScores
          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(List<QueryToken> queryTokens)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, Map<String,Object> params)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, Map<String,Object> params)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, boolean searchParentName, Map<String,Object> params, String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, boolean searchParentName, Map<String,Object> params, String... spaceKeys)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, boolean searchParentName, String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, boolean searchParentName, String... spaceKeys)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, String... spaceKeys)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, String... spaceKeys)
           
 

Methods in com.atlassian.confluence.search.contentnames.lucene with parameters of type DocumentResultScores
 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(BitSet bitSet, DocumentResultScores documentResultScores)
           
OpenBitSetAwareDocumentResultScores(org.apache.lucene.util.OpenBitSet openBitSet, DocumentResultScores documentResultScores)
           
ScoringPrefixFilter(org.apache.lucene.index.Term term, DocumentResultScores resultScores)
          Construct a new filter that will update score in the supplied DocumentScores.
ScoringPrefixFilter(org.apache.lucene.index.Term term, DocumentResultScores resultScores, byte scorePerMatch)
          Construct a new ScoringTermFilter that will modify the supplied scores.
ScoringTermFilter(org.apache.lucene.index.Term term, DocumentResultScores resultScores)
          Construct a new ScoringTermFilter that will modify the supplied scores.
ScoringTermFilter(org.apache.lucene.index.Term term, DocumentResultScores resultScores, byte scorePerMatch)
          Construct a new ScoringTermFilter that will modify the supplied scores.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.