Deprecated API


Contents
Deprecated Classes
org.apache.solr.common.util.NamedListCodec
          use JavaBinCodec instead 
 

Deprecated Enums
org.apache.solr.client.solrj.request.UpdateRequest.ACTION
          Use AbstractUpdateRequest.ACTION instead 
 

Deprecated Fields
org.apache.solr.client.solrj.util.ClientUtils.fmts
          Use DateUtil.DEFAULT_DATE_FORMATS 
org.apache.solr.client.solrj.util.ClientUtils.UTC
          Use DateUtil.UTC. 
 

Deprecated Methods
org.apache.solr.client.solrj.SolrQuery.getFacetSort()
          Use SolrQuery.getFacetSortString() instead. 
org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion.getSuggestionFrequencies()
           
org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion.getSuggestions()
           
org.apache.solr.client.solrj.util.ClientUtils.getThreadLocalDateFormat()
          use DateUtil.getThreadLocalDateFormat() 
org.apache.solr.common.params.SolrParams.parseBool(String)
          Use org.apache.solr.common.util.StrUtils.parseBool 
org.apache.solr.client.solrj.util.ClientUtils.parseDate(String)
          Use DateUtil.parseDate(String) 
org.apache.solr.client.solrj.request.UpdateRequest.setAction(UpdateRequest.ACTION, boolean, boolean)
          Use AbstractUpdateRequest.ACTION instead 
org.apache.solr.client.solrj.request.UpdateRequest.setAction(UpdateRequest.ACTION, boolean, boolean, int)
          Use AbstractUpdateRequest.ACTION instead 
org.apache.solr.client.solrj.request.UpdateRequest.setAction(UpdateRequest.ACTION, boolean, boolean, int, boolean)
          Use AbstractUpdateRequest.ACTION instead 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.setConnectionManagerTimeout(int)
          Use CommonsHttpSolrServer.setConnectionManagerTimeout(long) 
org.apache.solr.client.solrj.SolrQuery.setFacetSort(boolean)
          Use SolrQuery.setFacetSort(String) instead, true corresponds to FacetParams.FACET_SORT_COUNT and false to FacetParams.FACET_SORT_INDEX. 
org.apache.solr.client.solrj.SolrQuery.setMissing(String)
          use SolrQuery.setFacetMissing(Boolean) 
 

Deprecated Constructors
org.apache.solr.common.util.NamedList(List)
          Use NamedList.NamedList(java.util.Map.Entry[]) for the NamedList instantiation 
org.apache.solr.common.util.SimpleOrderedMap(List)
           
org.apache.solr.common.SolrException(int, String)
          Use SolrException.SolrException(ErrorCode,String). 
org.apache.solr.common.SolrException(int, String, boolean)
          Use SolrException.SolrException(ErrorCode,String,boolean). 
org.apache.solr.common.SolrException(int, String, Throwable)
          Use SolrException.SolrException(ErrorCode,String,Throwable). 
org.apache.solr.common.SolrException(int, String, Throwable, boolean)
          Use SolrException.SolrException(ErrorCode,String,Throwable,boolean). 
org.apache.solr.common.SolrException(int, Throwable)
          Use SolrException.SolrException(ErrorCode,Throwable). 
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.