Re: Large Index Query Help!

2013-01-29 Thread Chris Hostetter
: Subject: Large Index Query Help! : References: <1359429227142-4036943.p...@n3.nabble.com> https://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a

RE: Re: Large Index Query Help!

2013-01-29 Thread Uwe Schindler
nd total, and then use > searchAfter to do page. > > but if I don't do the first step, How I can do paging effciently ? or I use > custom > Collector ? > > I am new to Lucene , forgive me for my ignoring. > > > > > > > From: Ian Lea > D

Re: Re: Large Index Query Help!

2013-01-29 Thread dizh
o Lucene , forgive me for my ignoring. From: Ian Lea Date: 2013-01-29 17:02 To: java-user@lucene.apache.org; dizh Subject: Re: Large Index Query Help! Lucene won't load the whole index into memory. See http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html What versi

Re: Large Index Query Help!

2013-01-29 Thread Ian Lea
Lucene won't load the whole index into memory. See http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html What version of lucene? How are you opening index readers? How are you searching? How much memory are you giving the jvm? What else in your app is using all the memory?

Large Index Query Help!

2013-01-28 Thread dizh
Hi All: I hava a large Index repo, size is 47G, yes 47G , when I look up for something in it , and then it is dead, I trace its execution as follows: at org.apache.lucene.search.TopFieldCollector.add(TopFieldCollector.java:1178) at org.apache.lucene.search.TopFieldCollector$One