| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springbyexample.httpclient.solr.SolrRequestAttributes
public class SolrRequestAttributes
Optional attributes for a commit or optimize request.
| Constructor Summary | |
|---|---|
SolrRequestAttributes()
 | 
|
| Method Summary | |
|---|---|
 Integer | 
getMaxSegments()
Gets max segments.  | 
 Boolean | 
getWaitFlush()
Gets whether or not to wait flush.  | 
 Boolean | 
getWaitSearcher()
Gets whether or not to wait for the searcher.  | 
 void | 
setMaxSegments(Integer maxSegments)
Sets max segments.  | 
 void | 
setWaitFlush(Boolean waitFlush)
Sets whether or not to wait flush.  | 
 void | 
setWaitSearcher(Boolean waitSearcher)
Sets whether or not to wait for the searcher.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SolrRequestAttributes()
| Method Detail | 
|---|
public Integer getMaxSegments()
public void setMaxSegments(Integer maxSegments)
public Boolean getWaitFlush()
true.
public void setWaitFlush(Boolean waitFlush)
true.
public Boolean getWaitSearcher()
true.
public void setWaitSearcher(Boolean waitSearcher)
true.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||