Re: Maximum indexable data

2002-03-12 Thread Kelvin Tan
"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 leng

Re: Maximum indexable data

2002-03-12 Thread Ype Kingma
ist" <[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 >>

Re: Maximum indexable data

2002-03-11 Thread Kelvin Tan
MAIL 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 lim

Re: Maximum indexable data

2002-03-10 Thread Otis Gospodnetic
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

Maximum indexable data

2002-03-07 Thread Herman Chen
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