RE: Test failure question

2006-06-16 Thread Pasha Bizhan
led before each test and tearDown is called after. Pasha Bizhan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Test failure question

2006-06-16 Thread Pasha Bizhan
Console.WriteLine("not close"); } -- 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
p://www.daviddlewis.com/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
e a license/fee, so that other people 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 u

RE: svn commit: r375070

2006-02-05 Thread Pasha Bizhan
Hi, Does this patch require to reindex all data? Pasha Bizhan > Author: dnaber > Date: Sun Feb 5 10:17:02 2006 > New Revision: 375070 > > URL: http://svn.apache.org/viewcvs?rev=375070&view=rev > Log: > DateTools needs to use UTC for correct collation > (LUCE

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
.." > This is not unusual, each query type has potentially multiple > optional > parameters that tweak it's behaviour. If I don't have a query > language > that names the parameters explicitly (say, XML) I end up having

RE: "Advanced" query language

2005-12-03 Thread Pasha Bizhan
ler); -- QueryParser scan the input, find 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 unsu

[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? > H

[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

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

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

2005-05-03 Thread Pasha Bizhan
Deflater compressor = 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]

Re: Questions about DeleteFile method

2005-05-03 Thread Pasha Bizhan
suggestion? SharpZLib. We 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 additi