org.apache.blur.lucene.search
Class TestingPagingCollector

java.lang.Object
  extended by org.apache.blur.lucene.search.TestingPagingCollector

public class TestingPagingCollector
extends Object

Testing the paging collector.


Constructor Summary
TestingPagingCollector()
           
 
Method Summary
 void testSimpleSearchPaging()
           
 void testSimpleSearchPagingThroughAll()
           
 void testSimpleSearchPagingWithSorting()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestingPagingCollector

public TestingPagingCollector()
Method Detail

testSimpleSearchPaging

public void testSimpleSearchPaging()
                            throws Exception
Throws:
Exception

testSimpleSearchPagingThroughAll

public void testSimpleSearchPagingThroughAll()
                                      throws Exception
Throws:
Exception

testSimpleSearchPagingWithSorting

public void testSimpleSearchPagingWithSorting()
                                       throws Exception
Throws:
Exception


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.