You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/03 23:35:27 UTC

[Solr Wiki] Update of "FieldOptionsByUseCase" by MikeKlaas

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 MikeKlaas:
http://wiki.apache.org/solr/FieldOptionsByUseCase

------------------------------------------------------------------------------
  || sort on field || `true` || || `false` || `true` [1] || || ||
  || use field boosts || || || || `false` || || ||
  || document boosts affect searches within field || || || || `false` || || ||
- || highlighting || `true` || `true` || || || [2] || `true` [3] ||
+ || highlighting || `true`[4] || `true` || || || [2] || `true` [3] ||
  || faceting || `true` || || || || || ||
  || add multiple values, maintaining order || || || `true` || || || ||
  || field length affects doc score || || || || `false` || || ||
- || (future) `MoreLikeThis` || || || || || `true` || ||
+ || `MoreLikeThis` || || || || || `true` || ||
  
  Notes:
   1. ''recommended but not necessary''
   1. ''will be used if present, but not necessary''
   1. ''(if `termVectors=true`)''
+  1. ''a tokenizer must be defined for the field, but it doesn't need to be indexed''
  For further considerations for faceting, see also SolrFacetingOverview.