Hey,

I have several notes about your process.

1st: How you select the documents you are passing to the index for further
searching? Maybe it is more straight forward to "find" them on you
programming language?
2nd: Storage is cheap, buy a hard-disk and store the overall index. The most
expensive operation is the indexing and the first read access (caching on
Lucene / OS level). Imagine what happens when you build the index and delete
it afterwards just for a "simple" search operation on a subset of your
documents.

Cheers, Ralf



-----Ursprüngliche Nachricht-----
Von: rulinma [mailto:ruli...@gmail.com] 
Gesendet: Dienstag, 27. Mai 2014 03:14
An: java-user@lucene.apache.org
Betreff: RE: NewBie To Lucene || Perfect configuration on a 64 bit server

1000+ is solr, lucenen more fast.



--
View this message in context:
http://lucene.472066.n3.nabble.com/NewBie-To-Lucene-Perfect-configuration-on
-a-64-bit-server-tp4136871p4138215.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to