mirror of https://github.com/apache/lucene.git
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:
parent
3f7f21c995
commit
8911cc1907
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue