Re: TestRangeQuery.java

2004-10-20 Thread Vladimir Yuryev
Hi, If tests work without eclipse it is necessary to adjust correctly their performance in eclipse:-) Good luke, Vladimir. On Wed, 20 Oct 2004 19:10:45 +0530 Karthik N S [EMAIL PROTECTED] wrote: Hi Does anybody have Trouble in Compiling TestRangeQuery.java in Eclipse 3.0 IDE, [

Re: MultiSearcher to Indexing.

2004-08-13 Thread Vladimir Yuryev
Vladimir Yuryev [EMAIL PROTECTED]To: Lucene Users List [EMAIL PROTECTED

Re: MultiSearcher to Indexing.

2004-08-13 Thread Vladimir Yuryev
. gettig wrong. Regards, J. Vladimir Yuryev

Re: MultiSearcher to Indexing.

2004-08-12 Thread Vladimir Yuryev
Natarajan, MultiSeacher - it is well, but this a way have pickles. Example, but it is not sample: public Query combine(Query[] queries) throws IOException { if (expandedQueries.length 2) { return queries[0]; } Query[] combined = new Query[2]; combined[0] = new

Re: continous index update

2004-07-28 Thread Vladimir Yuryev
Hi! I do automatic index update by cron daemon. Regards, Vladimir. On Wed, 28 Jul 2004 15:05:46 +0530 jitender ahuja [EMAIL PROTECTED] wrote: Hi all, I am trying to make an automatic index update file based o a background thread, but it gives errors in deleting the existing index, if

Re: continous index update

2004-07-28 Thread Vladimir Yuryev
Jitender Use task manager. Regards, Vladimir. On Wed, 28 Jul 2004 16:13:51 +0530 jitender ahuja [EMAIL PROTECTED] wrote: Hi, I am working on Windows platform and I think it wouldn't work there. If it can, do please tell me. Regards, - Original Message - From: Vladimir Yuryev

Re: ANN: Luke v. 0.5 released

2004-06-25 Thread Vladimir Yuryev
On Thu, 24 Jun 2004 12:34:35 +0200 Andrzej Bialecki [EMAIL PROTECTED] wrote: Vladimir Yuryev wrote: Hi Andrzej! I am sorry for my English :-( I with pleasure shall tell about the test and I shall try to state conditions of the test in detail. I don't quite understand what you are saying

Re: ANN: Luke v. 0.5 released

2004-06-22 Thread Vladimir Yuryev
Hi Andrzej! I congratulate on the successful version. RussianAnalyzer works with my indexes, but there are problems with some words. These problem words are found only WildCard a method. Besides AnalizerTool works with these words without problems. There is one more small discrepancy on

Re: Lucene search integration with Portal Servers

2004-06-18 Thread Vladimir Yuryev
Hi! For example: http://www.lutece.paris.fr/en/jsp/site/Portal.jsp Regards, Vladimir. On Fri, 18 Jun 2004 14:32:18 -0700 Hetan Shah [EMAIL PROTECTED] wrote: Hi All, Has anyone tried or have any sample of working integration solution for LUCENE with any J2EE portal servers? Also I am curious to

Re: Analyzers

2004-06-10 Thread Vladimir Yuryev
Hi! Well. It would be even better if it is allowable existed any InterAnalyzer in which the national coding would enter and it could inherit properties core analyzers. Regards, Vladimir. Don, You should get Snowball Analyzers: http://jakarta.apache.org/lucene/docs/lucene-sandbox/ Lucene core

Re: Writing a stemmer

2004-06-06 Thread Vladimir Yuryev
On Sat, 05 Jun 2004 21:15:23 +0200 Andrzej Bialecki [EMAIL PROTECTED] wrote: Vladimir Yuryev wrote: Hi, Andjej! How you tested the Polish texts with what stemer? Thanks, Vladimir. No reason to be too modest, Leo.. I tested your stemmer on English, Swedish and Polish texts (including F-measure vs

Re: Writing a stemmer

2004-06-05 Thread Vladimir Yuryev
Hi, Andjej! How you tested the Polish texts with what stemer? Thanks, Vladimir. No reason to be too modest, Leo.. I tested your stemmer on English, Swedish and Polish texts (including F-measure vs. training set size plots), and it works exceptionally well indeed. Highly recommended! -- Best

Re: ParallelMultiSearcher

2004-05-10 Thread Vladimir Yuryev
Hi, Erik! Thanks for your reply. Vladimir. What requirements ParallelMultiSearch to JVM? What the adjustments of memory and for processes of system are required? If it somebody knows, let it can be on an example anyone of Unix System. ParallelMultiSearcher simply spins a separate thread for

ParallelMultiSearcher

2004-05-07 Thread Vladimir Yuryev
Hello all, What requirements ParallelMultiSearch to JVM? What the adjustments of memory and for processes of system are required? If it somebody knows, let it can be on an example anyone of Unix System. Is there anyone know something about it? Thanks, Vladimir

DEFAULT_OPERATOR_AND

2004-04-29 Thread Vladimir Yuryev
Hi! I have lucene1.4-rc3-dev. TestQueryParser works with RussianAnalyzer(RussianCharsets.CP1251) and russian terms. ... public Query getQueryDOA(String query, Analyzer a) throws Exception { if (a == null) a = new RussianAnalyzer(RussianCharsets.CP1251); // a = new

Bug Luke

2004-04-29 Thread Vladimir Yuryev
Hi! The search works not correctly c RussianAnalyzer allocating stems. It(he) searches only for words conterminous with stem. For example, WildCard the search gives another result. Thanks, Vladimir. - To unsubscribe, e-mail:

Re: Patchs for RussianAnalyzer

2004-03-30 Thread Vladimir Yuryev
, Erik On Mar 17, 2004, at 8:25 AM, Vladimir Yuryev wrote: Dear developers! The user using RussianAnalyzer writes to you of Lucene. There is one problem at work only with it of Analyzer it is parameter of the Russian coding (you it know as the set of the code tables for one language always causes

Re: Patchs for RussianAnalyzer

2004-03-30 Thread Vladimir Yuryev
Erik, I made BUG # 28050. Vladimir On Tue, 30 Mar 2004 06:19:04 -0500 Erik Hatcher [EMAIL PROTECTED] wrote: On Mar 30, 2004, at 3:38 AM, Vladimir Yuryev wrote: Erik, Look, please second my letter whithout attachment. It has the texts in body letter. Vladimir. I don't have that e-mail you refer

Re: What happened with build.xml in CVS?

2004-03-29 Thread Vladimir Yuryev
. Rob Vladimir Yuryev wrote: Hi ! I have made latest update from lucene CVS, in which build.xml has problems: Buildfile: /home/vyuryev/workspace/jakarta-lucene/build.xml BUILD FAILED: file:/home/vyuryev/workspace/jakarta-lucene/build.xml:11: Unexpected element tstamp Total time: 297

Re: What happened with build.xml in CVS?

2004-03-29 Thread Vladimir Yuryev
Oxspring wrote: Looks like Erik's commits 2 days back have up'd the depencancy from ant 1.5 to 1.6. Previously only selected tasks were allowed outside of targets and tstamp doesn't look like one of them. Rob Vladimir Yuryev wrote: Hi ! I have made latest update from lucene CVS, in which build.xml

What happened with build.xml in CVS?

2004-03-28 Thread Vladimir Yuryev
Hi ! I have made latest update from lucene CVS, in which build.xml has problems: Buildfile: /home/vyuryev/workspace/jakarta-lucene/build.xml BUILD FAILED: file:/home/vyuryev/workspace/jakarta-lucene/build.xml:11: Unexpected element tstamp Total time: 297 milliseconds Best Regards, Vladimir

Patchs for RussianAnalyzer

2004-03-17 Thread Vladimir Yuryev
RussianLetterTokenizer.java.patch RussianLowerCaseFilter.java.patch RussianStemFilter.java.patch TestRussianAnalyzer.java.path Such updating will remove mess (for the beginners in Lucene or beginners of Russian) and will facilitate use Analyzers at switchings multilanguage search. Regards, Vladimir Yuryev

Re: Highlighting problem

2004-03-03 Thread Vladimir Yuryev
Hi! For you Mark Harwood has made a file HighlightExtractorTest in which the principle of work Highlight is specified. Besides by replacing tags B for example on B style = color:black; background-color:#66 , receive yellow Highlight. If to apply conformity found word and color, it will