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 GrantIngersoll:
http://wiki.apache.org/solr/TermsComponent
------------------------------------------------------------------------------
= Introduction =
+
+ <!> ["Solr1.4"]
The !TermsComponent !SearchComponent is a simple plugin that provides access to Lucene's
term dictionary (the TermEnum.) This could be useful for doing auto-suggest or other things
that operate at the term level instead of the search or document level. Currently, the !TermsComponent
only provides !TermEnum access and not !TermDocs or position information. This kind of lookup
should be very fast.
|