mirror of https://github.com/apache/lucene.git
exposing the CommonsHttpSolrServer invariant params.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@556770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d044bbd589
commit
8025c0a2a9
|
@ -250,6 +250,15 @@ public class CommonsHttpSolrServer extends BaseSolrServer
|
|||
|
||||
//-------------------------------------------------------------------
|
||||
//-------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Parameters are added to ever request regardless. This may be a place to add
|
||||
* something like an authentication token.
|
||||
*/
|
||||
public ModifiableSolrParams getInvariantParams()
|
||||
{
|
||||
return _invariantParams;
|
||||
}
|
||||
|
||||
public String getBaseURL() {
|
||||
return _baseURL;
|
||||
|
|
Loading…
Reference in New Issue