problems with search on Russian content

2003-06-06 Thread Vladimir
Hi! I have lucene-1.3-rc1 and jdk1.3.1. What to change in a demonstration example to carry out search in html files with coding Cp1251? Thanks, Vladimir. --- Professional hosting for everyone - http://www.host.ru - 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: 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 curi

Re: ANN: Luke v. 0.5 released

2004-06-22 Thread Vladimir Yuryev
webpage http://www.getopt.org/luke/ - Remember to put both JARs on your classpath, e.g.: java-classpath luke.jar; lucene.jar org.getopt.luke. Luke + Remember to put both JARs on your classpath, e.g.: java-classpath luke.jar:lucene.jar org.getopt.luke. Luke Regards, Vladimir. On Tue, 22 Jun 2004 14:10

Re: ANN: Luke v. 0.5 released

2004-06-23 Thread Vladimir Yuryev
windows-1251) Result: No Results 2.2. Enter search expression here:высказал* (the coding windows-1251) Result: 1 doc (s), url: http://www.agnuz.info/result.php?year=2004&mounth1=March&day=26&files=v02.txt&print=news What address to sent an in

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

Re: HOWTO USE SORT on QUERY PARSER :(

2004-07-13 Thread Vladimir Yuryev
Hi! From CVS --> jakarta-lucene/src/test/org/apache/lucene/search/TestSort.java Run it as UnitTest ( :-( --> :-)) Best regards, Vladimir. On Tue, 13 Jul 2004 15:31:18 +0530 "Karthik N S" <[EMAIL PROTECTED]> wrote: Hey Guys Apologies Can somebody pleas

Re: HOWTO USE SORT on QUERY PARSER :(

2004-07-13 Thread Vladimir Yuryev
It is config problem. Run build.xml --> [Run ANT...]--> Run unit tests. Vladimir. On Wed, 14 Jul 2004 11:27:25 +0530 "Karthik N S" <[EMAIL PROTECTED]> wrote: Hi Guys Apologies I am using Eclipse 3.0 Ide , so when I run this file within the IDE,I am not able to VIEW the O

Re: HOWTO USE SORT on QUERY PARSER :(

2004-07-13 Thread Vladimir Yuryev
example: query = QueryParser.parse(queryString, FIELD_CONTENTS, analyzer); Sort sort =new Sort(); sort.setSort(FIELD_DATE,true); //hits = searcher.search(query,sort); hits = multiSearcher.search(query,sort); ... FIELD_DATE - indexed field. Regards, Vladimir

Re: HOWTO USE SORT on QUERY PARSER :)

2004-07-14 Thread Vladimir Yuryev
Besides 1) the point is independent from 2) point. Presence of test programs gives you a visual example to that as it is necessary to use the given class and a guarantee ~99.9... that this class works. Regards, Vladimir. On Wed, 14 Jul 2004 12:27:12 +0530 "Karthik N S" <[EM

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

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 - F

Re: MultiSearcher to Indexing.

2004-08-12 Thread Vladimir Yuryev
ryTerms[j]); ((BooleanQuery)combined[0]).add(q, true, false); } } else ((BooleanQuery)combined[0]).add(queries[i], true, false); } return combined[0]; } ... Searcher[] searchers = new IndexSearcher[indexName.length]; for(int i=0;i Best regards, Vladimir.

Re: MultiSearcher to Indexing.

2004-08-13 Thread Vladimir Yuryev
Hi Joel, Parallel method requests a lot of memories, but MultiSearcher requires slightly less memory. Tomcat at the large loading gives out a system mistake. If you have other experience of work that please tell me. Regards, Vladimir. On Fri, 13 Aug 2004 12:22:34 +0200 [EMAIL PROTECTED] wrote

Re: MultiSearcher to Indexing.

2004-08-13 Thread Vladimir Yuryev
Thanks. Vladimir. On Fri, 13 Aug 2004 14:03:50 +0200 [EMAIL PROTECTED] wrote: Well, actually we use a nice piece of hardware with a lot of memory and 2 cpu under linux. As front-end we use coldfusion application. Seems to be ok, but we have not tested on huge load yet. Let You know if smth

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

Re: multiple collections indexing

2003-03-19 Thread Vladimir Lukin
erstand that in the end, we have to check this ourselfs, but I'd > appreciate any hints and advices since I couln'd find much on this > issue in the docs. > greetings > Morus > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands

Re: cost of opening IndexSearcher

2003-05-29 Thread Vladimir Loukine
g, e.g. > physical index size, number of segments? Thanks. > -- > Herman -- Vladimirmailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Highlighting problem

2004-03-03 Thread Vladimir Yuryev
rd and color, it will turn out as at Google and etc. Best regards, Vladimir. On Tue, 2 Mar 2004 18:19:28 + (GMT) Clandes Tino <[EMAIL PROTECTED]> wrote: Hi all, I have incorporated highlighting package (http://home.clara.net/markharwood/lucene/highlight.htm) but I am worried about the

Patchs for RussianAnalyzer

2004-03-17 Thread Vladimir Yuryev
.java.path 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, Vladi

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

Re: What happened with build.xml in CVS?

2004-03-29 Thread Vladimir Yuryev
Thanks Rob, works now. Vladimir On Mon, 29 Mar 2004 10:34:44 +0100 Rob Oxspring <[EMAIL PROTECTED]> 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

Re: What happened with build.xml in CVS?

2004-03-29 Thread Vladimir Yuryev
Thanks, Erik. Ant 1.6.1 works with build.xml v.1.58 without problems. Vladimir. On Mon, 29 Mar 2004 08:32:56 -0500 Erik Hatcher <[EMAIL PROTECTED]> wrote: Cool... my sinister plan of subversively getting the world to upgrade to Ant 1.6 is working! :) Erik On Mar 29, 2004, at 4:34 A

Re: Patchs for RussianAnalyzer

2004-03-30 Thread Vladimir Yuryev
Erik, Look, please second my letter whithout attachment. It has the texts in body letter. Vladimir. On Mon, 29 Mar 2004 12:06:45 -0500 Erik Hatcher <[EMAIL PROTECTED]> wrote: Vladimir, I have just taken a look at your submitted patches. I have no objections to making Cp1251 the d

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

Re: Highlighter package v2 RC1

2004-04-08 Thread Vladimir Yuryev
Mark, Many thanks for this news! Vladimir. On Thu, 8 Apr 2004 22:09:32 GMT [EMAIL PROTECTED] wrote: I've reworked the highlighter package to address some issues (inability to pass fieldnames to analyzers, limiting tokenization of large docs) and have refactored it to be more modular so

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

DEFAULT_OPERATOR_AND

2004-04-28 Thread Vladimir Yuryev
(after set DEFAULT _ OPERATOR _ AND): term1 term2 term3 Result : term1 OR term2 OR term3 2. Query: +term1 +term2 +term3 Result : term1 AND term2 AND term3 Please, help to decide this problem? Thanks, Vladimir. - To unsubscri

Bug Luke

2004-04-28 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

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

Re: Writing a stemmer

2004-06-04 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: 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-m