Very strange...
This javac failure does not happen with 1.5.0_22 on Solaris, but it seems to
be a problem with a for-each loop in the analyzers package...
Simon, do you have an idea?
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -O
On Tue, Dec 1, 2009 at 9:03 AM, Uwe Schindler wrote:
> Very strange...
>
> This javac failure does not happen with 1.5.0_22 on Solaris, but it seems to
> be a problem with a for-each loop in the analyzers package...
>
> Simon, do you have an idea?
My first guess is TestPositionIncrement.java line
Maybe you should remove this SuppressWarnings, at this is Eclipse only. Or
rewrite it to simple a simple while loop through the iterator and count.
For (Iterator it=payloads.iterator(); it.hasNext(); it.next()) {
count++
}
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://ww
Here are the corresponding bug reports:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6294589
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6297416
They are fixed in newer versions.
I will fix by reverting that change and use the original for-loop, a foreach
loop without using the vari
Why not simply using the size of the collection instead of a loop
count += payloads.size();
simon
On Tue, Dec 1, 2009 at 10:07 AM, Uwe Schindler wrote:
> Here are the corresponding bug reports:
>
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6294589
> http://bugs.sun.com/bugdataba
I had the same idea at the moment and did this in my local checkout :-)
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Simon Willnauer [mailto:simon.willna...@googlemail.com]
> Sent: Tuesday, December 0
Here the fix. I will commit this before hudson builds again.
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Simon Willnauer [mailto:simon.willna...@googlemail.com]
> Sent: Tuesday, December 01, 2009 10:
+1 from my side.
On Tue, Dec 1, 2009 at 10:27 AM, Uwe Schindler wrote:
> Here the fix. I will commit this before hudson builds again.
>
> -
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
>> -Original Message-
>> From: Simo
[
https://issues.apache.org/jira/browse/LUCENE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784146#action_12784146
]
Simon Willnauer commented on LUCENE-2094:
-
bq. Sucks to rush a commit when an issu
[
https://issues.apache.org/jira/browse/LUCENE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784153#action_12784153
]
Michael McCandless commented on LUCENE-2094:
bq. I consider this as a misunder
[
https://issues.apache.org/jira/browse/LUCENE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784164#action_12784164
]
Simon Willnauer commented on LUCENE-2094:
-
bq. You all probably felt that you reac
[
https://issues.apache.org/jira/browse/LUCENE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784175#action_12784175
]
DM Smith commented on LUCENE-2094:
--
bq. I would like to open another issue for roberts pa
[
https://issues.apache.org/jira/browse/LUCENE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784182#action_12784182
]
DM Smith commented on LUCENE-2094:
--
In reviewing Simon's latest patch, I see a lot of Ver
Revise PositionIncrement in StopFilter / QueryParser
Key: LUCENE-2099
URL: https://issues.apache.org/jira/browse/LUCENE-2099
Project: Lucene - Java
Issue Type: Improvement
Compon
[
https://issues.apache.org/jira/browse/LUCENE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-2099:
Attachment: LUCENE-2099.patch
attached latest patch from LUCENE-2094 as LUCENE-2099.patch
[
https://issues.apache.org/jira/browse/LUCENE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784189#action_12784189
]
Simon Willnauer commented on LUCENE-2094:
-
bq. I think changes other than that sho
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-2034:
Attachment: LUCENE-2034.patch
I updated this patch to the latest trunk. The patch doesn't
Make contrib analyzers final
Key: LUCENE-2100
URL: https://issues.apache.org/jira/browse/LUCENE-2100
Project: Lucene - Java
Issue Type: Improvement
Components: contrib/analyzers
Affects Versions: 3.
[
https://issues.apache.org/jira/browse/LUCENE-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-2100:
Priority: Minor (was: Major)
> Make contrib analyzers final
> ---
Just for information, I verified your patch on 1.5_14 - same JDK as hudson runs.
javac and tests pass!
On Tue, Dec 1, 2009 at 10:32 AM, Simon Willnauer
wrote:
> +1 from my side.
>
> On Tue, Dec 1, 2009 at 10:27 AM, Uwe Schindler wrote:
>> Here the fix. I will commit this before hudson builds aga
OK, I'' commit this soon!
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Simon Willnauer [mailto:simon.willna...@googlemail.com]
> Sent: Tuesday, December 01, 2009 3:19 PM
> To: java-dev@lucene.apache.o
Default Stopwords should use specific Version in CharArraySet construtor
Key: LUCENE-2101
URL: https://issues.apache.org/jira/browse/LUCENE-2101
Project: Lucene - Java
[
https://issues.apache.org/jira/browse/LUCENE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784248#action_12784248
]
Simon Willnauer commented on LUCENE-2094:
-
I have created separate issues for the
[
https://issues.apache.org/jira/browse/LUCENE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-2039:
Attachment: LUCENE-2039_field_ext.patch
I removed the RegexExtension in this patch as in m
[
https://issues.apache.org/jira/browse/LUCENE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784266#action_12784266
]
Mark Miller commented on LUCENE-2039:
-
bq. One other thing I was thinking about is add
[
https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784270#action_12784270
]
Joaquin Perez-Iglesias edited comment on LUCENE-2091 at 12/1/09 4:01 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784270#action_12784270
]
Joaquin Perez-Iglesias commented on LUCENE-2091:
Hi Otis, Robert and Yuval
[
https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784284#action_12784284
]
Robert Muir commented on LUCENE-2091:
-
{quote}
In my experience and after reading lot
[
https://issues.apache.org/jira/browse/LUCENE-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784285#action_12784285
]
Robert Muir commented on LUCENE-2062:
-
Hi, if someone has a couple moments to double-c
[
https://issues.apache.org/jira/browse/LUCENE-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-2062:
Attachment: LUCENE-2062.patch
I updated the patch to the current trunk and added some fina
[
https://issues.apache.org/jira/browse/LUCENE-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-2062:
Attachment: LUCENE-2062.patch
... and forgot the resource part.
sorry about that
> Bulga
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784303#action_12784303
]
DM Smith commented on LUCENE-2034:
--
Patch looks good. I like how this simplifies the clas
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784305#action_12784305
]
Robert Muir commented on LUCENE-2034:
-
Hi DM, in response to your comments, I would pr
[
https://issues.apache.org/jira/browse/LUCENE-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2062:
Attachment: LUCENE-2062.patch
Simon, thanks! here is patch with NOTICE, etc.
If no one objects I
[
https://issues.apache.org/jira/browse/LUCENE-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784321#action_12784321
]
Mark Miller commented on LUCENE-2062:
-
bq. If no one objects I will commit it tomorrow
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784328#action_12784328
]
Uwe Schindler commented on LUCENE-2034:
---
{quote}
On a separate note:
In WordListLoad
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784327#action_12784327
]
DM Smith commented on LUCENE-2034:
--
Robert, I'd like them to be in files as well. But whe
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784333#action_12784333
]
Robert Muir commented on LUCENE-2034:
-
bq. Robert, I'd like them to be in files as wel
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784328#action_12784328
]
Uwe Schindler edited comment on LUCENE-2034 at 12/1/09 6:49 PM:
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784338#action_12784338
]
DM Smith commented on LUCENE-2034:
--
Robert:
bq. DM, I think we can have both? A method to
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784342#action_12784342
]
Robert Muir commented on LUCENE-1581:
-
Hi, after what Shai brought up on the user list
[
https://issues.apache.org/jira/browse/LUCENE-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784347#action_12784347
]
Robert Muir commented on LUCENE-2062:
-
Thanks for reviewing Mark.
btw there are some
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784358#action_12784358
]
DM Smith commented on LUCENE-1581:
--
bq. ultimately I still think case folding is the righ
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784366#action_12784366
]
Robert Muir commented on LUCENE-1581:
-
DM, you know I agree with you, but this is a la
[
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 just to
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784375#action_12784375
]
Robert Muir commented on LUCENE-1581:
-
Digy, if we do that the turkish stemmer still w
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784379#action_12784379
]
Robert Muir commented on LUCENE-1581:
-
btw so my recommendation is one i hinted at on
LowerCaseFilter for Turkish language
Key: LUCENE-2102
URL: https://issues.apache.org/jira/browse/LUCENE-2102
Project: Lucene - Java
Issue Type: Improvement
Components: Analysis
Affects Versi
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784399#action_12784399
]
Robert Muir commented on LUCENE-1581:
-
Hi, if no one objects, I would like to resolve
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ahmet Arslan updated LUCENE-2102:
-
Attachment: LUCENE-2102.patch
TurkishLowerCaseFilter that lowercases character 'I' correctly is
[
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 able to be con
[
https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-1581.
-
Resolution: Won't Fix
will fix the turkish case specifically in LUCENE-2102.
Locale-based lowerc
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784407#action_12784407
]
Robert Muir commented on LUCENE-2102:
-
Hi Ahmet, this patch is looking very nice, than
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir reassigned LUCENE-2102:
---
Assignee: Robert Muir
> LowerCaseFilter for Turkish language
> -
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2102:
Lucene Fields: [New, Patch Available] (was: [New])
Fix Version/s: 3.1
> LowerCaseFilter for T
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784410#action_12784410
]
Uwe Schindler commented on LUCENE-2102:
---
Looks cool, it even uses the new CharUtils
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784414#action_12784414
]
Robert Muir commented on LUCENE-2102:
-
I have one comment, that this will not work cor
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784418#action_12784418
]
Uwe Schindler commented on LUCENE-2102:
---
As this is a new lowercasefilter, shouldn't
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784421#action_12784421
]
DM Smith commented on LUCENE-2102:
--
bq. but non-NFC text doesn't work correctly throughou
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784424#action_12784424
]
Robert Muir commented on LUCENE-2102:
-
bq. Maybe its just me, but I think it is critic
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784423#action_12784423
]
DM Smith commented on LUCENE-2102:
--
For new classes, would it be helpful to add @since to
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784428#action_12784428
]
Robert Muir commented on LUCENE-2102:
-
bq. Unless a NFCNormalizingFilter is added to L
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784432#action_12784432
]
Simon Willnauer commented on LUCENE-2034:
-
bq. Some of the analyzers allow for nul
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784434#action_12784434
]
Robert Muir commented on LUCENE-2034:
-
{quote}
This has been discussed already and we
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784437#action_12784437
]
Simon Willnauer commented on LUCENE-2102:
-
There is no need to use CharacterUtils
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784438#action_12784438
]
Robert Muir commented on LUCENE-2102:
-
Simon, I would rather see this in contrib also.
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784440#action_12784440
]
Simon Willnauer commented on LUCENE-2034:
-
bq. I think the only issue is that if I
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784445#action_12784445
]
Simon Willnauer commented on LUCENE-2102:
-
bq. Would there be opposition to making
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784447#action_12784447
]
Robert Muir commented on LUCENE-2102:
-
I don't think its really unrelated, I think its
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ahmet Arslan updated LUCENE-2102:
-
Attachment: LUCENE-2102.patch
assertTokenStreamContents, @since and hex constants are added.
dep
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784467#action_12784467
]
Robert Muir commented on LUCENE-2102:
-
Ahmet, hi I think you might have accidentally l
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784469#action_12784469
]
Ahmet Arslan commented on LUCENE-2102:
--
I kept the old test method and added a new on
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784471#action_12784471
]
Robert Muir commented on LUCENE-2102:
-
Ahmet, I think so. they both test the same func
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784472#action_12784472
]
Uwe Schindler commented on LUCENE-2102:
---
One othe possibility to resolve the problem
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ahmet Arslan updated LUCENE-2102:
-
Attachment: LUCENE-2102.patch
test that does not use assertTokenStreamContents is removed.
> Lo
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784476#action_12784476
]
Robert Muir commented on LUCENE-2102:
-
bq. One othe possibility to resolve the problem
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784478#action_12784478
]
Uwe Schindler commented on LUCENE-2102:
---
The patch's TurkishLowerCaseFilter is as un
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784479#action_12784479
]
Robert Muir commented on LUCENE-2102:
-
bq. test that does not use assertTokenStreamCon
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784480#action_12784480
]
Robert Muir commented on LUCENE-2102:
-
bq. The patch's TurkishLowerCaseFilter is as un
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784483#action_12784483
]
Uwe Schindler commented on LUCENE-2102:
---
if I replace this code from Ahmet's test
{
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784483#action_12784483
]
Uwe Schindler edited comment on LUCENE-2102 at 12/1/09 10:35 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784483#action_12784483
]
Uwe Schindler edited comment on LUCENE-2102 at 12/1/09 10:36 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784485#action_12784485
]
Robert Muir commented on LUCENE-2102:
-
Uwe I don't think you understand what I am sayi
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784487#action_12784487
]
Uwe Schindler commented on LUCENE-2102:
---
bq. Uwe this is not true. With a tokenfilte
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784489#action_12784489
]
Robert Muir commented on LUCENE-2102:
-
Uwe, I am talking about this patch too. it is s
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784496#action_12784496
]
Uwe Schindler commented on LUCENE-2102:
---
Robert: I understand your problem, but it a
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784496#action_12784496
]
Uwe Schindler edited comment on LUCENE-2102 at 12/1/09 10:53 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784496#action_12784496
]
Uwe Schindler edited comment on LUCENE-2102 at 12/1/09 10:54 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784496#action_12784496
]
Uwe Schindler edited comment on LUCENE-2102 at 12/1/09 10:55 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784499#action_12784499
]
Robert Muir commented on LUCENE-2102:
-
Uwe, it *is* specific to the turkish case.
beca
[
https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784506#action_12784506
]
DM Smith commented on LUCENE-2034:
--
{quote}
bq.How about splitting out the stop words
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784509#action_12784509
]
Mark Miller commented on LUCENE-1458:
-
I'm going to commit the latest merge to trunk i
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784510#action_12784510
]
Uwe Schindler commented on LUCENE-1458:
---
It is not a break: you cannot extend Numeri
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784510#action_12784510
]
Uwe Schindler edited comment on LUCENE-1458 at 12/1/09 11:17 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784519#action_12784519
]
Mark Miller commented on LUCENE-1458:
-
bq. Mike already wrote that in the comment
In
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784520#action_12784520
]
Mark Miller commented on LUCENE-1458:
-
Though I do wonder ... if its not a break, why
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784528#action_12784528
]
Uwe Schindler commented on LUCENE-1458:
---
bq. In what comment? Would be helpful to ha
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784532#action_12784532
]
Uwe Schindler commented on LUCENE-1458:
---
Mark: The updated backwards branch does not
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783584#action_12783584
]
Uwe Schindler edited comment on LUCENE-1458 at 12/1/09 11:48 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784536#action_12784536
]
Uwe Schindler commented on LUCENE-1458:
---
I updated my commit comment above, so it's
1 - 100 of 112 matches
Mail list logo