diff --git a/contrib/velocity/src/main/solr/conf/schema.xml b/contrib/velocity/src/main/solr/conf/schema.xml index a314149459d..808f69c4664 100755 --- a/contrib/velocity/src/main/solr/conf/schema.xml +++ b/contrib/velocity/src/main/solr/conf/schema.xml @@ -27,15 +27,31 @@ For more information, on how to customize this file, please see http://wiki.apache.org/solr/SchemaXml + + PERFORMANCE NOTE: this schema includes many optional features and should not + be used for benchmarking. To improve performance one could + - set stored="false" for all fields possible (esp large fields) when you + only need to search on the field but don't need to return the original + value. + - set indexed="false" if you don't need to search on the field, but only + return the field as a result of searching on other indexed fields. + - remove all unneeded copyField statements + - for best index size and searching performance, set "index" to false + for all general text fields, use copyField to copy them to the + catchall "text" field, and use that for searching. + - For maximum indexing performance, use the StreamingUpdateSolrServer + java client. --> - + + 1.1: multiValued attribute introduced, false by default + 1.2: omitTermFreqAndPositions attribute introduced, true by default except for text fields. + --> + + + + + - - - - - + - - - - - + Note: faceting does not currently work for these fields. + --> + + + + - + + + + + + + + + + + + + + + + + + + @@ -155,8 +202,6 @@ words on case-change, alpha numeric boundaries, and non-alphanumeric chars, so that a query of "wifi" or "wi fi" could match a document containing "Wi-Fi". Synonyms and stopwords are customized by external files, and stemming is enabled. - Duplicate tokens at the same position (which may result from Stemmed Synonyms or - WordDelim parts) are removed. --> @@ -175,8 +220,7 @@ /> - - + @@ -188,8 +232,7 @@ /> - - + @@ -203,28 +246,41 @@ - + + - - - - + + + + + + + + + + + + + + - - + @@ -248,11 +304,11 @@ @@ -267,13 +323,46 @@ - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -281,7 +370,8 @@ - - + - - - - + + + + - - - - - + + + + - - - + + @@ -333,12 +419,16 @@ results by manufacturer. copied from "manu" via copyField --> - + - + - + - + - - + + - - + + + + + + + + + + + + + - + @@ -380,20 +481,24 @@ - - - - - + + + + - + + + - +