On 8/15/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
 b) i'm not entirely sure if that limit is on a single field value, or on
the total number of indexed tokens for that field name -- in which case
this approach doesn't work arround it at all -- make sure you test with
two fields whose total number of tokens is bigger then 10,000

maxFieldLength is number of tokens indexed *per field name*, not per
field value.  Breaking up a big field into multiple small fields with
the same field name does not change the number of tokens indexed.  As
Hoss says, simply change maxFieldLength to whatever you want.

-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