[jira] Created: (LUCENE-444) StandardTokenizer loses Korean characters

2005-10-04 Thread Cheolgoo Kang (JIRA)
StandardTokenizer loses Korean characters - Key: LUCENE-444 URL: http://issues.apache.org/jira/browse/LUCENE-444 Project: Lucene - Java Type: Bug Components: Analysis Reporter: Cheolgoo Kang Priority: Minor While

[jira] Updated: (LUCENE-444) StandardTokenizer loses Korean characters

2005-10-04 Thread Cheolgoo Kang (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-444?page=all ] Cheolgoo Kang updated LUCENE-444: - Attachment: StandardTokenizer_Korean.patch This patch adds one line of 0xAC00~0xD7AF, the Korean syllables range to the StandardTokenizer.jj code. > Standar

[jira] Created: (LUCENE-445) Contrib.: Thread-safe DelayCloseIndexSearcher.

2005-10-04 Thread Luc Vanlerberghe (JIRA)
Contrib.: Thread-safe DelayCloseIndexSearcher. -- Key: LUCENE-445 URL: http://issues.apache.org/jira/browse/LUCENE-445 Project: Lucene - Java Type: Improvement Components: Search Versions: 1.4 Environment: Impl

[jira] Updated: (LUCENE-445) Contrib.: Thread-safe DelayCloseIndexSearcher.

2005-10-04 Thread Luc Vanlerberghe (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-445?page=all ] Luc Vanlerberghe updated LUCENE-445: Attachment: DelayCloseIndexSearcherTest.java The junit test case for DelayCloseIndexSearcher. > Contrib.: Thread-safe DelayCloseIndexSearcher. > --

[jira] Updated: (LUCENE-445) Contrib.: Thread-safe DelayCloseIndexSearcher.

2005-10-04 Thread Luc Vanlerberghe (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-445?page=all ] Luc Vanlerberghe updated LUCENE-445: Attachment: DelayCloseIndexSearcher.java The DelayCloseIndexSearcher class itself. > Contrib.: Thread-safe DelayCloseIndexSearcher. >

[jira] Created: (LUCENE-446) FunctionQuery - score based on field value

2005-10-04 Thread Yonik Seeley (JIRA)
FunctionQuery - score based on field value -- Key: LUCENE-446 URL: http://issues.apache.org/jira/browse/LUCENE-446 Project: Lucene - Java Type: New Feature Components: Search Versions: 1.9 Reporter: Yonik Seeley

[jira] Updated: (LUCENE-446) FunctionQuery - score based on field value

2005-10-04 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-446?page=all ] Yonik Seeley updated LUCENE-446: Attachment: FunctionQuery.java LinearFloatFunction.java FunctionFactory.java > FunctionQuery - score based on field value >

Lius Framework

2005-10-04 Thread Valmir Macário
Hi all, I would like to known more about the use of Lius. I have read his tutorial but i think very confuse, i wanna help to use him in my application. Some one known some site wich can explain better his use? Or anybody has a code to send me for help. I would like index all the formats wich the

[jira] Updated: (LUCENE-446) FunctionQuery - score based on field value

2005-10-04 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-446?page=all ] Yonik Seeley updated LUCENE-446: Attachment: FunctionInst.java FieldValueSourceFactory.java FieldValueSource.java > FunctionQuery - score based on field value >

[jira] Updated: (LUCENE-446) FunctionQuery - score based on field value

2005-10-04 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-446?page=all ] Yonik Seeley updated LUCENE-446: Attachment: FloatFieldSource.java IntFieldSource.java OrdFieldSource.java > FunctionQuery - score based on field value > ---

[jira] Commented: (LUCENE-445) Contrib.: Thread-safe DelayCloseIndexSearcher.

2005-10-04 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-445?page=comments#action_12331326 ] Otis Gospodnetic commented on LUCENE-445: - Shall we add this to contrib? > Contrib.: Thread-safe DelayCloseIndexSearcher. > ---

[jira] Updated: (LUCENE-323) [PATCH] MultiFieldQueryParser and BooleanQuery do not provide adequate support for queries across multiple fields

2005-10-04 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-323?page=all ] Hoss Man updated LUCENE-323: Attachment: TestMaxDisjunctionQuery.java In the interest of encouraging commitment, i've written a UnitTest to demonstrate/prove the expected behavior of a MaxDisjunct

[jira] Commented: (LUCENE-323) [PATCH] MultiFieldQueryParser and BooleanQuery do not provide adequate support for queries across multiple fields

2005-10-04 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-323?page=comments#action_12331330 ] Hoss Man commented on LUCENE-323: - Be advised: in 1.9, Query.createWeight is declared to throw IOException (it didn't used to in 1.4) so in order for MaxDisjunctionQuery.java

Re: [jira] Created: (LUCENE-444) StandardTokenizer loses Korean characters

2005-10-04 Thread Youngho Cho
Hello, Is there any plan to add this patch into lucene core ? I am using CJKAnalyzer but I hope to switch to the StanadardAnalyzer. Thanks, Youngho - Original Message - From: "Cheolgoo Kang (JIRA)" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 04, 2005 11:26 PM Subject: [jira] Create

Re: [jira] Created: (LUCENE-444) StandardTokenizer loses Korean characters

2005-10-04 Thread Cheolgoo Kang
AFAIK, some of commiter will merge this patch into Lucene code base with v1.9 release. On 10/5/05, Youngho Cho <[EMAIL PROTECTED]> wrote: > Hello, > > Is there any plan to add this patch into lucene core ? > I am using CJKAnalyzer but I hope to switch to the StanadardAnalyzer. > > Thanks, > > Youn

[jira] Resolved: (LUCENE-444) StandardTokenizer loses Korean characters

2005-10-04 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-444?page=all ] Otis Gospodnetic resolved LUCENE-444: - Fix Version: 1.9 Resolution: Fixed Committed. Thanks Cheolgoo. > StandardTokenizer loses Korean characters > -

Re: [jira] Created: (LUCENE-444) StandardTokenizer loses Korean characters

2005-10-04 Thread Otis Gospodnetic
Try the version from SVN, I just applied Cheolgoo's patch. Otis --- Youngho Cho <[EMAIL PROTECTED]> wrote: > Hello, > > Is there any plan to add this patch into lucene core ? > I am using CJKAnalyzer but I hope to switch to the StanadardAnalyzer. > > Thanks, > > Youngho > > - Original Me

[jira] Commented: (LUCENE-446) FunctionQuery - score based on field value

2005-10-04 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-446?page=comments#action_12331348 ] Hoss Man commented on LUCENE-446: - Just a thought, but in the same spirit as SpanQuery, these classes may make sense in their own sub package ... ie: org.apache.lucene.search.

Re: [jira] Created: (LUCENE-444) StandardTokenizer loses Korean characters

2005-10-04 Thread Youngho Cho
Great ! Thanks a lot Otis and Cheolgoo. Youngho - Original Message - From: "Otis Gospodnetic" <[EMAIL PROTECTED]> To: ; "Youngho Cho" <[EMAIL PROTECTED]> Sent: Wednesday, October 05, 2005 12:55 PM Subject: Re: [jira] Created: (LUCENE-444) StandardTokenizer loses Korean characters >