| Class and Description |
|---|
| org.apache.solr.handler.admin.AdminHandlers |
| org.apache.solr.search.Insanity |
| Method and Description |
|---|
| org.apache.solr.request.SimpleFacets.getFacetDateCounts()
Use getFacetRangeCounts which is more generalized
|
| org.apache.solr.request.SimpleFacets.getFacetDateCounts(String, NamedList
Use getFacetRangeCounts which is more generalized
|
| org.apache.solr.handler.admin.LukeRequestHandler.getIndexInfo(DirectoryReader, boolean)
use
LukeRequestHandler.getIndexInfo(DirectoryReader) since you now have to explicitly pass the "fl" prameter
and this was always called with "false" anyway from CoreAdminHandler |
| org.apache.solr.handler.MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThese(DocList, int, int) |
| org.apache.solr.request.SimpleFacets.rangeCount(SchemaField, Date, Date, boolean, boolean)
Use rangeCount(SchemaField,String,String,boolean,boolean) which is more generalized
|
| Constructor and Description |
|---|
| org.apache.solr.internal.csv.CSVParser(Reader, char) |
| org.apache.solr.internal.csv.CSVParser(Reader, char, char, char) |
| org.apache.solr.internal.csv.CSVStrategy(char, char, char, boolean, boolean, boolean) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.