Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: Java-User
optimized searching
 

Index | Next | Previous | View Flat


m.harig at gmail

Jun 29, 2009, 11:01 PM


Views: 452
Permalink
optimized searching

hello all,

i've gone through most of the posts from this forum , i need a code
snippet for searching large index, currently am iterating ,

hits = searher.search(query);
for (int inc = 0; inc < hits.length(); inc++) {

Document doc = hits.doc(inc);

String title = doc.get("title");

/// etc.......
}


its not good by the way when you use large index. am running it from tomcat
6 .0 , java heap space is 256 MB ,
please any1 help me



--
View this message in context: http://www.nabble.com/optimized-searching-tp24266553p24266553.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe[at]lucene.apache.org
For additional commands, e-mail: java-user-help[at]lucene.apache.org

Subject User Time
optimized searching m.harig at gmail Jun 29, 2009, 11:01 PM
    Re: optimized searching ian.lea at gmail Jun 30, 2009, 2:02 AM
    Re: optimized searching erickerickson at gmail Jun 30, 2009, 4:50 AM
    Re: optimized searching m.harig at gmail Jun 30, 2009, 5:38 AM
        Re: optimized searching ian.lea at gmail Jun 30, 2009, 6:21 AM
        Re: optimized searching erickerickson at gmail Jun 30, 2009, 6:45 AM
    Re: optimized searching simon.willnauer at googlemail Jun 30, 2009, 7:22 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.