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/09/27 18:51:26 UTC

[Solr Wiki] Update of "FieldOptionsByUseCase" by ChrisHarris

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

The comment on the change is:
Adding row for faceting.

------------------------------------------------------------------------------
  
  /!\ :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''' ||
+ || '''use case''' || '''indexed''' || '''stored''' || '''multiValued''' || '''omitNorms''' || '''termVectors''' || '''termPositions''' ||
  || search within field || `true` || || || || || ||
  || retrieve contents || || `true` || || || || ||
  || use as unique key || `true` || || || || || ||
@@ -12, +12 @@

  || use field boosts || || || || `false` || || ||
  || document boosts affect searches within field || || || || `false` || || ||
  || highlighting || `true` || `true` || || || (optional) || '''`true`''' (if `termVectors=true`) ||
+ || faceting || `true` || || || || || ||
  || add multiple values, maintaining order || || || '''`true`''' || || || ||
  || field length affects doc score || || || || `false` || || ||
  || (future) `MoreLikeThis` || || || || || '''`true`''' || ||
  
+ For further considerations for faceting, see also SolrFacetingOverview.
+