mirror of https://github.com/apache/lucene.git
schema/omitTf upgrade note
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@747082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9ec6b2fa9
commit
85b2baeb47
|
@ -26,6 +26,13 @@ $Id$
|
|||
Upgrading from Solr 1.3
|
||||
-----------------------
|
||||
|
||||
New users of Solr 1.4 will have omitTf enabled for non-text indexed fields by
|
||||
default, which avoids indexing term frequency, positions, and payloads, making
|
||||
the index smaller and faster. If you are upgrading from an earlier Solr
|
||||
release and want to enable omitTf by default, change the schema version from
|
||||
1.1 to 1.2 in schema.xml. Remove any existing index and restart Solr to ensure that omitTf completely takes affect.
|
||||
|
||||
|
||||
Detailed Change List
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue