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

------------------------------------------------------------------------------
  <!> ["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.
+ 
+ In a sense, this component provides faceting based on terms, not queries.
  
  See 
http://lucene.apache.org/java/2_4_0/api/core/org/apache/lucene/index/TermEnum.html
  

Reply via email to