ome need to reference them.
>
> You should keep your schema and config files in a version control system
> so that you can always go back or view differences.
>
> -- Jack Krupansky
>
> -Original Message- From: Ali, Saqib
> Sent: Wednesday, July 03, 2013 11:55 AM
> To
If never used, they take up zero space in the index.
If they were used but are no longed used, they're still there, but any new
or replaced documents will not take up any space for the unused fields
(subject to the facet that deleted fields still exist until a merge/optimize
compresses
Hello all,
Do unused fields in Solr Schem.xml increase the size of the index files?
Should we be cleaning up those fields?
Thanks.
Saqib
No problem. A document without a value for some field simply doesn't have an
entry in the inverted index.
> hi all,
>
> What are the cost of unused field types?
>
> Our application supports multiple languages. We envision separate
> Lucene/Solr fields (and field types) per language (conten_en,
hi all,
What are the cost of unused field types?
Our application supports multiple languages. We envision separate
Lucene/Solr fields (and field types) per language (conten_en, content_fr,
content_zh_CN,etc).
We thought of a few optons:
a) auto-generating the 'multilingual' portion of the schema
Moved to:
https://issues.apache.org/jira/browse/SOLR-217
patch included.
- will
-Original Message-
From: Will Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 25, 2007 2:54 PM
To: solr-user@lucene.apache.org
Subject: unused fields
Is there any way to make Solr not throw an
Is there any way to make Solr not throw an Exception when unknown field
names are submitted as a part of an otherwise valid document? Ie. I
have field named 'foo' in my document but it's not in my schema. For
various bookkeeping / tracking purposes I need to annotate the documents
with extra info