now we have six implicit SearchComponent

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@766412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2009-04-19 01:31:02 +00:00
parent 3f7f21c995
commit 8911cc1907
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class SearchHandler extends RequestHandlerBase implements SolrCoreAware
protected List<String> getDefaultComponents()
{
ArrayList<String> names = new ArrayList<String>(5);
ArrayList<String> names = new ArrayList<String>(6);
names.add( QueryComponent.COMPONENT_NAME );
names.add( FacetComponent.COMPONENT_NAME );
names.add( MoreLikeThisComponent.COMPONENT_NAME );