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:
Ryan McKinley 2007-07-16 23:48:02 +00:00
parent d044bbd589
commit 8025c0a2a9
1 changed files with 9 additions and 0 deletions

View File

@ -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;