On 5/22/06, Dragon Fly <[EMAIL PROTECTED]> wrote:
The search results of my Lucene application are always sorted
alphabetically.
Therefore, score and relevance are not needed.  With that said, is there
anything that I can "disable" to:

(a) Improve the search performance
(b) Reduce the size of the index
(c) Shorten the indexing time

omitNorms on all your fields will reduce memory consumption and will
also improve (b) and (c) primarily.  (see JavaDoc for Field)

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to