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 2007/02/27 09:24:32 UTC

[Solr Wiki] Update of "FieldOptionsByUseCase" by HossMan

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/FieldOptionsByUseCase

------------------------------------------------------------------------------
  Here is a summary of available options on a field, broken down by use case.  A `true` or `false` indicates that the option must be set to the given value for the use case to function correctly.  
+ 
+ /!\ :TODO: /!\ why are some options bold? .. should we use font style (bold/itallics) to indicate when something is recomended, vs absolutly neccessary?
  
  || use case || '''indexed''' || '''stored''' || '''multiValued''' || '''omitNorms''' || '''termVectors''' || '''termPositions''' ||
  || search within field || `true` || || || || || ||
  || retrieve contents || || `true` || || || || ||
  || use as unique key || `true` || || || || || ||
+ || sort on field || `true` || || `false` || `true` (not neccessary but recomended) || || ||
  || use field boosts || || || || `false` || || ||
  || document boosts affect searches within field || || || || `false` || || ||
  || highlighting || `true` || `true` || || || (optional) || '''`true`''' (if `termVectors=true`) ||