RE: Test failure question

2006-06-16 Thread Pasha Bizhan
); } -- The output: --- set up barely tear down set up tear down ... Pasha Bizhan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Benchmarking results

2006-04-04 Thread Pasha Bizhan
/resources/testcollections/reuters21578/ Pasha Bizhan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Test corpus

2006-04-01 Thread Pasha Bizhan
can run the same tests. At least 1000 docs, a few hundred words each. Any suggestions? See Corpora section at http://wiki.apache.org/jakarta-lucene/Resources Pasha Bizhan - To unsubscribe, e-mail: [EMAIL PROTECTED

LUCENE-460

2005-12-23 Thread Pasha Bizhan
Hi, Question about latest cvs changes and hashcodes. http://issues.apache.org/jira/browse/LUCENE-460 Could anybody explain the magic numbers? 0x6634D93C,0x2742E74A and other. Any special meaning? Is this documented anywhere? Pasha

RE: Advanced query language

2005-12-03 Thread Pasha Bizhan
special command (like:) and then find the handler for this command. If the handler exists the QP call it to create the Query. Disadvantages are present. Pasha Bizhan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Advanced query language

2005-12-03 Thread Pasha Bizhan
don't have a query language that names the parameters explicitly (say, XML) I end up having to define what looks like a function with a long list of parameters: like (123,,,4,,,). Ack. Exactly. Pasha Bizhan

[jira] Commented: (LUCENE-474) High Frequency Terms/Phrases at the Index level

2005-11-28 Thread Pasha Bizhan (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-474?page=comments#action_12358629 ] Pasha Bizhan commented on LUCENE-474: - Look for the HighFreqTerms package in contib area: http://svn.apache.org/viewcvs.cgi/lucene/java/trunk/contrib/miscellaneous/src

[jira] Commented: (LUCENE-474) High Frequency Terms/Phrases at the Index level

2005-11-28 Thread Pasha Bizhan (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-474?page=comments#action_12358643 ] Pasha Bizhan commented on LUCENE-474: - I understand what is high freq terms. But what is high freq phrases? Could you please explain your index structure? High

RE: class for delete/add access to an index

2005-05-27 Thread Pasha Bizhan
Hi, From: Daniel Naber [mailto:[EMAIL PROTECTED] What do you think? If this gets accepted, it also needs a better name. Please also add an api for searching like this: http://searchblackbox.com/sdk/api/SearchBlackBox.SearchEngine.ExecuteSearch. html Pasha Bizhan

Re: Questions about DeleteFile method

2005-05-03 Thread Pasha Bizhan
use it for our port :)) Current tests for compatibility works well but we have not the final results at present. Pasha Bizhan http://lucenedotnet.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: java.util.zip (was Questions about DeleteFile method)

2005-05-03 Thread Pasha Bizhan
= new Deflater(); compressor.SetLevel(Deflater.BEST_COMPRESSION); and etc Pasha Bizhan http://lucenedotnet.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]