Kelvin,

>Actually that's something which I'm not exactly thrilled about. Why is this
>10,000 value hardcoded instead of configurable? Surely it's sufficient to be
>a default instead of a limit.

The 10,000 refers to the maximum nr. of terms per document.
It's the default, and it's not hardcoded. Simply create an indexwriter
and change this attribute before adding docs.

Regards,
Ype


>What do you think?
>
>Kelvin
>
>----- Original Message -----
>From: "Otis Gospodnetic" <[EMAIL PROTECTED]>
>To: "Lucene Users List" <[EMAIL PROTECTED]>
>Sent: Monday, March 11, 2002 11:18 AM
>Subject: Re: Maximum indexable data
>
>
>> I haven't heard of any such limit.  There is a 'limit' of 10,000
>> characters on a field length, but that is a limit only because that
>> number is hard coded in the source.
>> However, shouldn't this be very simple for you to test?
>> Index something over and over and see if you ever hit the wall :)
>>
>> Otis
>>
>> --- Herman Chen <[EMAIL PROTECTED]> wrote:
>> > Hi,
>> >
>> > Is there a limit for the amount of data indexable by a segment?
>> > If so is there a limit for searching?  i.e. can I give MultiSearcher
>> > several indices that are all close to the maximum size.  Thanks.
>> >
>> > --
>> > Herman
>> >
>> >
>>
>>
>> __________________________________________________
>> Do You Yahoo!?
>> Try FREE Yahoo! Mail - the world's greatest free email!
>> http://mail.yahoo.com/
>>
>> --
>> To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>> For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


-- 

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

Reply via email to