[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2014:
Attachment: LUCENE-2014.patch
this patch only contains a testcase demonstrating the problem.
> po
position increment bug: smartcn
---
Key: LUCENE-2014
URL: https://issues.apache.org/jira/browse/LUCENE-2014
Project: Lucene - Java
Issue Type: Bug
Components: contrib/analyzers
Reporter: Robe
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771322#action_12771322
]
Uwe Schindler commented on LUCENE-2014:
---
Maybe we should use now BaseTokenStreamTest
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771323#action_12771323
]
Robert Muir commented on LUCENE-2014:
-
{quote}
Is it a problem in StopWordFilter?
{quo
[
https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771324#action_12771324
]
Earwin Burrfoot commented on LUCENE-1997:
-
bq. One thing that bothers me about mul
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771327#action_12771327
]
Uwe Schindler commented on LUCENE-2014:
---
I do not see the problem, from StopFilter:
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771329#action_12771329
]
Robert Muir commented on LUCENE-2014:
-
Uwe, check this out.
smartcn doesn't use Posit
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771332#action_12771332
]
Robert Muir commented on LUCENE-2014:
-
duh, this is the problem Uwe.
WordTokenFilter
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771331#action_12771331
]
Uwe Schindler commented on LUCENE-2014:
---
Hm hm
But the StopFilter also adds the attr
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2014:
Attachment: LUCENE-2014.patch
this patch adds clearAttributes to chinese WordTokenFilter, fixes th
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771335#action_12771335
]
Uwe Schindler commented on LUCENE-2014:
---
This is the problem, you are right. I thoug
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771336#action_12771336
]
Robert Muir commented on LUCENE-2014:
-
Uwe, yeah the only thing modifying it should be
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771338#action_12771338
]
Uwe Schindler commented on LUCENE-2014:
---
Hihi, I know where the strange values come
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771339#action_12771339
]
Robert Muir commented on LUCENE-2014:
-
bq. Maybe we should use now BaseTokenStreamTest
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771341#action_12771341
]
Robert Muir commented on LUCENE-2014:
-
bq. But the question is, why does IndexWriter f
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771342#action_12771342
]
Uwe Schindler commented on LUCENE-2014:
---
Ah understand, because nobody resets the po
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771341#action_12771341
]
Robert Muir edited comment on LUCENE-2014 at 10/29/09 9:03 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771343#action_12771343
]
Robert Muir commented on LUCENE-2014:
-
Uwe exactly. so only remaining question is, do
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771344#action_12771344
]
Uwe Schindler commented on LUCENE-2014:
---
bq. i worry about this clearAttributes solu
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771345#action_12771345
]
Robert Muir commented on LUCENE-2014:
-
bq. I think the filter is fine how it is at the
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2014:
Lucene Fields: [New, Patch Available] (was: [New])
Fix Version/s: 3.0
Assignee: Rober
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771347#action_12771347
]
Uwe Schindler commented on LUCENE-2014:
---
bq. I will commit soon.
+1
And how about
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771344#action_12771344
]
Uwe Schindler edited comment on LUCENE-2014 at 10/29/09 9:11 AM:
---
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771350#action_12771350
]
Robert Muir commented on LUCENE-2014:
-
bq. And how about 2.9.1?
I will upload and tes
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771351#action_12771351
]
Uwe Schindler commented on LUCENE-2014:
---
ok.
> position increment bug: smartcn
> --
Mike:
After looking into this: In the 2.9 branch should this method not return the
ENABLE_POSITION_INCREMENTS_DEFAULT for versions < 2.9? Maybe you had the
id-statement because of this here?
Because the documentation of the deprecated static setter tells you that you
can modify the behaviour of St
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771355#action_12771355
]
Uwe Schindler commented on LUCENE-2014:
---
No prob. I also forgot about the bogus valu
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771353#action_12771353
]
Robert Muir commented on LUCENE-2014:
-
Committed revision 830871 to trunk.
I will tes
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771360#action_12771360
]
Michael McCandless commented on LUCENE-2014:
Guys, how serious is this issue?
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2014:
Attachment: LUCENE-2014_branch.patch
patch against 2.9 branch
> position increment bug: smartcn
>
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771362#action_12771362
]
Uwe Schindler commented on LUCENE-2014:
---
I merged your changes into 2.9. I can commi
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771363#action_12771363
]
Robert Muir commented on LUCENE-2014:
-
Mike, its up to you.
I was just analyzing some
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771364#action_12771364
]
Uwe Schindler commented on LUCENE-2014:
---
I also merged the BaseTokenStreamTestcase b
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771365#action_12771365
]
Robert Muir commented on LUCENE-2014:
-
bq. I also merged the BaseTokenStreamTestcase b
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771365#action_12771365
]
Robert Muir edited comment on LUCENE-2014 at 10/29/09 9:50 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771367#action_12771367
]
Uwe Schindler commented on LUCENE-2014:
---
Committed in 2.9, revision: 830876
I think
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-2014.
-
Resolution: Fixed
thanks again Uwe
> position increment bug: smartcn
>
[
https://issues.apache.org/jira/browse/LUCENE-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler reopened LUCENE-2002:
---
For Lucene 2.9, the deafult in StopFilter is not controlable, if you use the
no-arg Analyzer ct
[
https://issues.apache.org/jira/browse/LUCENE-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-2002:
--
Attachment: LUCENE-2002-29-wrongdefault.patch
> Add oal.util.Version ctor to QueryParser
> ---
Robert found another bug in 2.9. I resolved one yesterday and reopened
LUCENE-2002.
So I changed my mind: -1 :(
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Robert Muir [mailto:rcm...@gmail.com]
> Se
OK I'll spin a new RC.
I'll also backport the thread-safety fix to contrib/benchmark (LUCENE-1994).
Mike
On Thu, Oct 29, 2009 at 6:13 AM, Uwe Schindler wrote:
> Robert found another bug in 2.9. I resolved one yesterday and reopened
> LUCENE-2002.
>
> So I changed my mind: -1 :(
>
> -
> Uwe
[
https://issues.apache.org/jira/browse/LUCENE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reopened LUCENE-1994:
Will back-port to 2.9.x...
> EnwikiConentSource does not work with parallel tasks
> -
[
https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771376#action_12771376
]
Michael McCandless commented on LUCENE-1997:
bq. If the comparator API had a w
[
https://issues.apache.org/jira/browse/LUCENE-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771377#action_12771377
]
Michael McCandless commented on LUCENE-2002:
Patch looks good Uwe, thanks!
>
[
https://issues.apache.org/jira/browse/LUCENE-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1954:
--
Fix Version/s: (was: 2.9.2)
2.9.1
move to 2.9.1 as we create new RC
>
[
https://issues.apache.org/jira/browse/LUCENE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1994.
Resolution: Fixed
Fix Version/s: 2.9.1
> EnwikiConentSource does not work w
[
https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771395#action_12771395
]
Yonik Seeley commented on LUCENE-1997:
--
bq. Also, your (Yonik's) results showed a ver
[
https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771397#action_12771397
]
Michael McCandless commented on LUCENE-1997:
Agreed. Can you post your table
[
https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771400#action_12771400
]
Michael McCandless commented on LUCENE-1997:
bq. Can you post your table when
[
https://issues.apache.org/jira/browse/LUCENE-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler resolved LUCENE-2002.
---
Resolution: Fixed
I reopened it -> I resolve it :-)
At revision: 830910
> Add oal.util.Ver
[
https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771423#action_12771423
]
Cédrik LIME commented on LUCENE-2012:
-
This patch breaks compatibility with Java 5!
@O
[
https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771424#action_12771424
]
Uwe Schindler commented on LUCENE-2012:
---
There are no @Overrides on interfaces.
By
Hudson hangs here:
[junit] Testsuite: org.apache.lucene.index.TestByteSlices
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.849 sec
[junit]
[junit] Testsuite: org.apache.lucene.index.TestCheckIndex
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.87
[
https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771426#action_12771426
]
Cédrik LIME commented on LUCENE-2012:
-
Oops, my mistake, sorry.
'twas my workspace I d
[
https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771428#action_12771428
]
Uwe Schindler commented on LUCENE-2012:
---
No problem :) But then it should also have
You vulgar Germans :) Think of the poor, naive American children.
Uwe Schindler (JIRA) wrote:
> [
> https://issues.apache.org/jira/browse/LUCENE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771428#action_12771428
> ]
>
> Uwe Schindler comment
if i search a term 'lucene',
is there any way i can get results with lucene, luce, lu even l?
thanks a lot.
--
View this message in context:
http://www.nabble.com/how-to-get-non-exact-matching-of-search-terms-tp26114340p26114340.html
Sent from the Lucene - Java Developer mailing list archive at
So the 3 issues are now back-ported to 2.9.x branch. Any other issues
we want to back port? If nobody answers in a few hours I'll spin a
new RC...
Mike
On Thu, Oct 29, 2009 at 6:27 AM, Michael McCandless
wrote:
> OK I'll spin a new RC.
>
> I'll also backport the thread-safety fix to contrib/be
[
https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-1257:
Attachment: LUCENE-1257_contrib_smartcn.patch
generics patch for smartcn.
type safety is useful
The Highlighter issue could go - I just have to review it a bit more
though ... don't wait if its not there before you start.
Michael McCandless wrote:
> So the 3 issues are now back-ported to 2.9.x branch. Any other issues
> we want to back port? If nobody answers in a few hours I'll spin a
> n
[
https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771458#action_12771458
]
Mark Miller commented on LUCENE-2013:
-
Nice catch - I think I like this method better
if you havent already started, i found a minor problem in the smartcn public
javadocs while updating it to generics. here is a patch for 29 branch
Index:
contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/HHMMSegmenter.java
=
Do you happen to know whether the IntelliJ version is up to date? If not any
clue of the deficiencies?
Thanks
Erick
On Wed, Oct 28, 2009 at 10:18 PM, Mark Miller wrote:
> Ahhh - thank you :) Missed that subtlety.
>
> Erick Erickson wrote:
> > I could see the attachments if I went to the solr "h
Didn't start yet, and I just committed this! Thanks Robert.
Mike
On Thu, Oct 29, 2009 at 12:03 PM, Robert Muir wrote:
> if you havent already started, i found a minor problem in the smartcn public
> javadocs while updating it to generics. here is a patch for 29 branch
>
> Index:
> contrib/analy
OK I haven't started yet... would be good to get it in.
Mike
On Thu, Oct 29, 2009 at 11:59 AM, Mark Miller wrote:
> The Highlighter issue could go - I just have to review it a bit more
> though ... don't wait if its not there before you start.
>
> Michael McCandless wrote:
>> So the 3 issues are
[
https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771466#action_12771466
]
Yonik Seeley commented on LUCENE-1997:
--
Here's some more mud to help clear the water
I'm back porting now.
Michael McCandless wrote:
> OK I haven't started yet... would be good to get it in.
>
> Mike
>
> On Thu, Oct 29, 2009 at 11:59 AM, Mark Miller wrote:
>
>> The Highlighter issue could go - I just have to review it a bit more
>> though ... don't wait if its not there before
Does hudson give you the PID? I'd love to kill -QUIT the JVM and see
where it's hung. I logged into hudson but can't find it...
Mike
On Thu, Oct 29, 2009 at 10:11 AM, Uwe Schindler wrote:
> Hudson hangs here:
>
> [junit] Testsuite: org.apache.lucene.index.TestByteSlices
> [junit] Tests r
[
https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller resolved LUCENE-2013.
-
Resolution: Fixed
Fix Version/s: 2.9.1
Assignee: Mark Miller
Thanks Benjamin!
>
[
https://issues.apache.org/jira/browse/LUCENE-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771473#action_12771473
]
Robert Muir commented on LUCENE-2014:
-
{quote}
Does this make sense to insert a filter
ASCIIFoldingFilter: expose folding logic + small improvements to
ISOLatin1AccentFilter
--
Key: LUCENE-2015
URL: https://issues.apache.org/jira/browse/LUCENE-2015
Proj
[
https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cédrik LIME updated LUCENE-2015:
Attachment: Filters.patch
(UTF-8 encoding)
> ASCIIFoldingFilter: expose folding logic + small imp
replace invalid U+ character during indexing
Key: LUCENE-2016
URL: https://issues.apache.org/jira/browse/LUCENE-2016
Project: Lucene - Java
Issue Type: Bug
Affects Versions: 2.9, 2.4.1
[
https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771481#action_12771481
]
Robert Muir commented on LUCENE-2015:
-
Cédrik, is it possible to provide a patch witho
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2016:
---
Attachment: LUCENE-2016.patch
Fix is trivial.
> replace invalid U+ character du
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771486#action_12771486
]
Robert Muir commented on LUCENE-2016:
-
even disregarding the problem, I think FFFD is
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771486#action_12771486
]
Robert Muir edited comment on LUCENE-2016 at 10/29/09 5:22 PM:
-
[
https://issues.apache.org/jira/browse/LUCENE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cédrik LIME updated LUCENE-2017:
Attachment: CloseableThreadLocal.patch
> CloseableThreadLocal is now obsolete
> --
CloseableThreadLocal is now obsolete
Key: LUCENE-2017
URL: https://issues.apache.org/jira/browse/LUCENE-2017
Project: Lucene - Java
Issue Type: Improvement
Affects Versions: 3.0
Reporter:
[
https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770981#action_12770981
]
Yonik Seeley edited comment on LUCENE-1997 at 10/29/09 5:34 PM:
[
https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771496#action_12771496
]
Cédrik LIME commented on LUCENE-2015:
-
Robert,
All I did is refactor the big switch(c
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771508#action_12771508
]
Michael McCandless commented on LUCENE-2016:
Lucene has "traditionally" not en
[
https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771512#action_12771512
]
Benjamin Keil commented on LUCENE-2013:
---
Awesome, Mark. Thank you!
> QueryScorer a
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771517#action_12771517
]
Robert Muir commented on LUCENE-2016:
-
Mike, I disagree.
Here is my reasoning: Lucene
[
https://issues.apache.org/jira/browse/LUCENE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771520#action_12771520
]
Michael McCandless commented on LUCENE-2017:
I don't think using remove() is s
[
https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771524#action_12771524
]
Robert Muir commented on LUCENE-2015:
-
Cédrik, in my opinion, it would be easier to se
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771525#action_12771525
]
Michael McCandless commented on LUCENE-2016:
bq. Finally, I completely disagre
[
https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771466#action_12771466
]
Yonik Seeley edited comment on LUCENE-1997 at 10/29/09 6:09 PM:
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771526#action_12771526
]
Robert Muir commented on LUCENE-2016:
-
{quote}
But if we forcefully map all invalid-fo
Reconsider boolean max clause exception
---
Key: LUCENE-2018
URL: https://issues.apache.org/jira/browse/LUCENE-2018
Project: Lucene - Java
Issue Type: Improvement
Reporter: Mark Miller
Now th
[
https://issues.apache.org/jira/browse/LUCENE-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-2018:
Description:
Now that we have smarter multi-term queries, I think its time to reconsider the
bool
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771531#action_12771531
]
Yonik Seeley commented on LUCENE-2016:
--
bq. This is not true. if you map them to repl
map unicode process-internal codepoints to replacement character
Key: LUCENE-2019
URL: https://issues.apache.org/jira/browse/LUCENE-2019
Project: Lucene - Java
Issue Type: Impr
[
https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771532#action_12771532
]
Mark Miller commented on LUCENE-2013:
-
No problem - and we can refine if we need to fo
[
https://issues.apache.org/jira/browse/LUCENE-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-2018:
Description:
Now that we have smarter multi-term queries, I think its time to reconsider the
bool
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771533#action_12771533
]
Robert Muir commented on LUCENE-2016:
-
bq. Tricky semantics It rather depends on if yo
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771533#action_12771533
]
Robert Muir edited comment on LUCENE-2016 at 10/29/09 6:23 PM:
-
[
https://issues.apache.org/jira/browse/LUCENE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771534#action_12771534
]
Robert Muir commented on LUCENE-2016:
-
Michael, one last question. is there a possibil
[
https://issues.apache.org/jira/browse/LUCENE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cédrik LIME updated LUCENE-2015:
Attachment: ASCIIFoldingFilter-no_formatting.patch
ISOLatin1AccentFilter.patch
Her
[
https://issues.apache.org/jira/browse/LUCENE-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771541#action_12771541
]
Robert Muir commented on LUCENE-2019:
-
easiest way to get the complete list:
http://u
1 - 100 of 147 matches
Mail list logo