There is no *lucene* limitation of a 2GB index file. I've had no trouble
with single indexes over 8G. If you're referring to this page...
http://wiki.apache.org/lucene-java/LuceneFAQ?highlight=%282gb%29

then it's talking about an *operating system* limitation. So I wouldn't
worry about this unless your op system is a problem. What are you
running on?

Erick

On 8/13/07, rohit saini <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I have bulk of data to be indexed and that may cross index file size of
> 2GB.
> As lucene faq tells that if index file size increses to 2GB there will be
> problems. but faq tells to make index subdirectory in this case. I have
> tried to do so made a index subdirectory in index main directory when
> index
> file size increses to 2GB but during search I don't get any result from
> index subdirectory. do I need to search recursively but in that case there
> will be more than "hits" object then how to combine them and return a
> single
> result to the user? Please tell me ....
>
> Thanks & Regards,
>
> Rohit
>

Reply via email to