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 2010/12/09 21:19:21 UTC

[Solr Wiki] Update of "FAQ" by HossMan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "FAQ" page has been changed by HossMan.
The comment on this change is: elaborate on schema-less usage w/dynamicFields.
http://wiki.apache.org/solr/FAQ?action=diff&rev1=73&rev2=74

--------------------------------------------------

  == Is Solr Schema-less ==
  
  Yes, in the ways that count.  Solr does have a schema to define types, but it's a "free" schema in that
+ you don't have to define all of your fields ahead of time. Using {{{<dynamicField />}}} declarations, you can configure field types based on field naming convention, and each document you index can have a different set of fields.
- you don't have to define all of your fields ahead of time, and each document you index can have a different
- set of fields.
  
  = Using =