[
https://issues.apache.org/jira/browse/LUCENE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843261#action_12843261
]
Digy commented on LUCENE-1889:
--
bq. One thing i noticed immediately is that many query t
[
https://issues.apache.org/jira/browse/LUCENE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836880#action_12836880
]
Digy commented on LUCENE-2278:
--
Besides passing docid+fieldname to FVH, can there be ano
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784405#action_12784405
]
Digy commented on LUCENE-1581:
--
OK. thanks.
DIGY
> LowerCaseFilter should be abl
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784373#action_12784373
]
Digy commented on LUCENE-1581:
--
What about adding a new option to ASCIIFoldingFilter jus
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693553#action_12693553
]
Digy commented on LUCENE-1581:
--
Although, it is not directly related to this issue, I
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693528#action_12693528
]
Digy commented on LUCENE-1581:
--
I believe also that Character.toLowerCase in Java work
Issue Type: Improvement
Reporter: Digy
//Since I am a .Net programmer, Sample codes will be in c# but I don't think
that it would be a problem to understand them.
//
Assume an input text like "İ" and and analyzer like below
{code}
public class SomeAnal
[
https://issues.apache.org/jira/browse/LUCENE-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Digy updated LUCENE-1580:
-
Attachment: ISOLatin1AccentFilter.patch
> ISOLatin1AccentFilter does not handle Turkish (UTF-8) chars correc
Issue Type: Bug
Reporter: Digy
Priority: Minor
Attachments: ISOLatin1AccentFilter.patch
Below mappings are missing
Ğ --> G
ğ --> g
İ --> I
ı --> i
Ş --> S
ş --> s
DIGY
--
This message is automatically generated by JIRA.
-
You can reply to t
Or a "home made" md5 (without using
System.Security.Cryptography.MD5/java.security.MessageDigest) ?
DIGY
-Original Message-
From: Michael McCandless [mailto:luc...@mikemccandless.com]
Sent: Wednesday, March 11, 2009 11:08 PM
To: java-dev@lucene.apache.org
Subject: Re: FIPS
Thanks Mike.
DIGY
-Original Message-
From: Michael McCandless [mailto:luc...@mikemccandless.com]
Sent: Tuesday, March 10, 2009 10:43 PM
To: java-dev@lucene.apache.org
Subject: Re: FIPS compliance?
Interesting... I wonder if in any java runtime there's ever a
"rejection&q
with my application or is it a bug in Lucene?
Thanks,
DIGY
SampleCode:
public class MainClass
{
DummyTokenStream DummyTokenStream1 = new DummyTokenStream();
DummyTokenStream DummyTokenStream2 = new DummyTokenStream();
//use the sam
[
https://issues.apache.org/jira/browse/LUCENE-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536510
]
Digy commented on LUCENE-1029:
--
I think , the phrase
+ * Please note that the replacements performed by this filter
13 matches
Mail list logo