TermsComponent supports distributed setups now

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-12-14 08:58:50 +00:00
parent df3fe93d71
commit 433fd5add1
1 changed files with 1 additions and 2 deletions

View File

@ -792,8 +792,7 @@
</requestHandler>
<!-- A component to return terms and document frequency of those terms.
This component does not yet support distributed search. -->
<!-- A component to return terms and document frequency of those terms. -->
<searchComponent name="termsComponent" class="org.apache.solr.handler.component.TermsComponent"/>
<requestHandler name="/terms" class="org.apache.solr.handler.component.SearchHandler">