Uses of Class
org.apache.lucene.search.grouping.TopGroups.ScoreMergeMode

Packages that use TopGroups.ScoreMergeMode
org.apache.lucene.search.grouping This module enables search result grouping with Lucene, where hits with the same value in the specified single-valued group field are grouped together. 
 

Uses of TopGroups.ScoreMergeMode in org.apache.lucene.search.grouping
 

Methods in org.apache.lucene.search.grouping that return TopGroups.ScoreMergeMode
static TopGroups.ScoreMergeMode TopGroups.ScoreMergeMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TopGroups.ScoreMergeMode[] TopGroups.ScoreMergeMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lucene.search.grouping with parameters of type TopGroups.ScoreMergeMode
static
<T> TopGroups<T>
TopGroups.merge(TopGroups<T>[] shardGroups, Sort groupSort, Sort docSort, int docOffset, int docTopN, TopGroups.ScoreMergeMode scoreMergeMode)
          Merges an array of TopGroups, for example obtained from the second-pass collector across multiple shards.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.