mirror of https://github.com/apache/lucene.git
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:
parent
df3fe93d71
commit
433fd5add1
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue