Thanks Simon ,
This is how am indexing my documents ,
indexWriter.addDocument(doc, new StopAnalyzer());
indexWriter.setMergeFactor(10);
indexWriter.setMaxBufferedDocs(100);
indexWriter.setMaxMergeDocs(Integer.MAX_VALUE);
indexWriter.setTermIndexInterval(128);
indexWriter.setMaxFieldLength(10000);
Do i need improve on this ??
>> Sorry man if you can not provide any details about how you search
What it does mean ?? please let me know...
--
View this message in context:
http://www.nabble.com/Read-large-size-index-tp24251993p24253760.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]