mirror of
https://github.com/apache/lucene.git
synced 2025-02-22 10:15:27 +00:00
adding getQuery() for bean access
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0841e7ea33
commit
e4d59581ca
@ -362,6 +362,10 @@ public class SolrQuery extends ModifiableSolrParams
|
||||
this.set(CommonParams.Q, query);
|
||||
}
|
||||
|
||||
public String getQuery() {
|
||||
return this.get(CommonParams.Q);
|
||||
}
|
||||
|
||||
public void setRows(Integer rows) {
|
||||
this.set(CommonParams.ROWS, rows);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user