org.apache.lucene.search.grouping
Class SearchGroup

java.lang.Object
  extended by org.apache.lucene.search.grouping.SearchGroup

public class SearchGroup
extends Object

WARNING: This API is experimental and might change in incompatible ways in the next release.

Field Summary
 String groupValue
           
 Comparable[] sortValues
           
 
Constructor Summary
SearchGroup()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupValue

public String groupValue

sortValues

public Comparable[] sortValues
Constructor Detail

SearchGroup

public SearchGroup()


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