Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/TermsComponent ------------------------------------------------------------------------------ See http://lucene.apache.org/java/2_4_0/api/core/org/apache/lucene/index/TermEnum.html See http://lucene.apache.org/java/2_4_0/fileformats.html for what Lucene's file formats look like. - = How it Works = @@ -36, +35 @@ The following examples use the Solr tutorial example located in the <Solr>/example directory. - You can activate this component by adding to solrconfig.xml: - - {{{ - <searchComponent name="terms" class="org.apache.solr.handler.component.TermsComponent" /> - <!-- a request handler utilizing the elevator component --> - <requestHandler name="/autocomplete" class="solr.SearchHandler" startup="lazy"> - <lst name="defaults"> - <str name="echoParams">explicit</str> - </lst> - <arr name="components"> - <str>terms</str> - </arr> - </requestHandler> - }}} - == Simple == {{{ http://localhost:8983/solr/autoSuggest?terms=true&terms.fl=name
