org.apache.accumulo.examples.wikisearch.sample
Class Results

java.lang.Object
  extended by org.apache.accumulo.examples.wikisearch.sample.Results

public class Results
extends Object


Constructor Summary
Results()
           
 
Method Summary
 List<Document> getResults()
           
 void setResults(List<Document> results)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Results

public Results()
Method Detail

getResults

public List<Document> getResults()

setResults

public void setResults(List<Document> results)

size

public int size()


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