Re[2]: Is IndexSearcher thread safe?

2005-03-01 Thread Yura Smolsky
then memory consumed my old IndexSearcher will not be ever freed. What can community answer on this strange fact? Yura Smolsky. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

IndexSearch and IndexWriter on 2 CPU's

2005-02-28 Thread Yura Smolsky
CPU time is under first process. How can I give second process more CPU time or how can I reduce IO time of first process? Maybe I can tweak something about index configuration. I have set writer.mergeFactor = 2 writer.minMergeDocs = 2500 Yura Smolsky

Re[2]: sorted search

2005-02-24 Thread Yura Smolsky
. If you EH use a numeric (yet lexicographically orderable) date format (e.g. EH MMDD) you'll see better performance most likely. EH Erik EH On Feb 24, 2005, at 1:01 PM, Yura Smolsky wrote: Hello, lucene-user. I have index with many documents, more than 40 Mil. Each document has

Re[2]: sorted search

2005-02-24 Thread Yura Smolsky
orderable) date format (e.g. EH MMDD) you'll see better performance most likely. EH Erik EH On Feb 24, 2005, at 1:01 PM, Yura Smolsky wrote: Hello, lucene-user. I have index with many documents, more than 40 Mil. Each document has DateField (It is time stamp of document) I need

Re[2]: Search Performance

2005-02-18 Thread Yura Smolsky
: MC [EMAIL PROTECTED] Yura Smolsky. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

big index and multi threaded IndexSearcher

2005-02-16 Thread Yura Smolsky
here have experience in handling big indexes with many threads? Any ideas are appreciated. Yura Smolsky. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: big index and multi threaded IndexSearcher

2005-02-16 Thread Yura Smolsky
in one box :) Yura Smolsky. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: big index and multi threaded IndexSearcher

2005-02-16 Thread Yura Smolsky
and I pass reference of it to each thread. I will port code to Java if no other ideas will come my mind... EH On Feb 16, 2005, at 3:04 PM, Yura Smolsky wrote: Hello. I use PyLucene, python port of Lucene. I have problem about using big index (50Gb) with IndexSearcher from many threads. I

Highlighter: how to specify text from external source?

2005-02-08 Thread Yura Smolsky
Hello, lucene-user. If I do not store text fields in the index, is there a way to specify values for Highlighter from external source and how? Thanks in advance. Yura Smolsky - To unsubscribe, e-mail: [EMAIL PROTECTED

ParallelMultiSearcher and many RemoteSearchers

2005-02-05 Thread Yura Smolsky
ParallelMultiSearcher which will be connected to other 5 server through RemoteSearcher. Does it okay to go with RemoteSearcher class based on RMI in this case?.. I am concerned about reponse time and speed of the system... Yura Smolsky

Re[2]: Disk space used by optimize

2005-02-04 Thread Yura Smolsky
twice as much disk space. DC Perhaps we should add something to the javadocs noting this? Sure. I was a bit confused about optimizing compound file format b/c I had not info about space usage when optimizing. More info in the javadocs will save somebody's time :) Yura Smolsky

Re[2]: Disk space used by optimize

2005-01-30 Thread Yura Smolsky
, e-mail: [EMAIL PROTECTED] OG - OG To unsubscribe, e-mail: [EMAIL PROTECTED] OG For additional commands, e-mail: OG [EMAIL PROTECTED] Yura Smolsky

IndexWriter.addIndexes()

2005-01-19 Thread Yura Smolsky
Hello, lucene-user. Is there a way to do index merge without optimization?.. Yura Smolsky, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: RemoteSearcher

2005-01-07 Thread Yura Smolsky
to distribute index on many servers? Yura Smolsky, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RemoteSearcher

2005-01-05 Thread Yura Smolsky
Hello. Does anyone know application which based on RemoteSearcher to distribute index on many servers? Yura Smolsky, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

InderWriter.optimize()

2004-12-09 Thread Yura Smolsky
actually? Yura Smolsky - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]