[
https://issues.apache.org/jira/browse/SOLR-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141918#comment-13141918
]
Robert Muir commented on SOLR-2715:
---
Also this test writes lucene indexes to /solr/core/s
[
https://issues.apache.org/jira/browse/SOLR-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141887#comment-13141887
]
Yonik Seeley commented on SOLR-2829:
bq. "&&" binds more tightly then "?:"
{code}
[
https://issues.apache.org/jira/browse/SOLR-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-2829:
---
Attachment: SOLR-2829.patch
Oh man ... it's a fucking precendence problem.
"&&" binds more tightly then "?:"
[
https://issues.apache.org/jira/browse/SOLR-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141826#comment-13141826
]
Yonik Seeley commented on SOLR-2829:
bq. pretty sure the bug is that NumericFieldCacheS
[
https://issues.apache.org/jira/browse/SOLR-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141812#comment-13141812
]
Hoss Man commented on SOLR-2829:
ah .. ok. i see what you mean now.
pretty sure the bug
[
https://issues.apache.org/jira/browse/SOLR-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141796#comment-13141796
]
Yonik Seeley commented on SOLR-2829:
bq. I don't really understand yonik's comment at a
[
https://issues.apache.org/jira/browse/SOLR-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141795#comment-13141795
]
Yonik Seeley commented on SOLR-2829:
bq. I don't really understand yonik's comment at a
[
https://issues.apache.org/jira/browse/LUCENE-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-3539:
---
Attachment: LUCENE-3539.patch
New patch folding in Robert's idea
I added final
[
https://issues.apache.org/jira/browse/SOLR-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-2829:
---
Attachment: SOLR-2829.patch
I don't really understand yonik's comment at all, but the patch looks good to
me
[
https://issues.apache.org/jira/browse/LUCENE-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141743#comment-13141743
]
Uwe Schindler commented on LUCENE-2191:
---
Thanks. 3.x is more complicated, as we nee
[
https://issues.apache.org/jira/browse/LUCENE-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2191:
Attachment: LUCENE-2191.patch
patch for trunk, just doing a rename
> rename Token
[
https://issues.apache.org/jira/browse/LUCENE-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141708#comment-13141708
]
Robert Muir commented on LUCENE-2191:
-
Uwe: I'm starting to agree. as much as I would
On Tue, Nov 1, 2011 at 6:12 PM, Paul Jakubik wrote:
> If there is a good reason to avoid resetting the sink here, then would it
> help other people to better document that implementations of
> ReusableAnalyzerBase.createComponents should not create stateful components?
> Paul
>
Hi,
I don't thin
Every Filter must support reset(). There is no call to it needed in the
analyzer reusable handling, as the consumer must call reset before calling
incrementToken() for the first time.
In 3.4 there are sometimes useless extra calls to reset() for backwards reasons
like on sink, but in trunk aka
Hi,
I think I found a bug in ReusableAnalyzerBase, but am also wondering if I'm
simply missing something. Let me describe what I am seeing, and maybe you
can point out where I'm making bad assumptions.
By using the ReusableAnalyzerBase you can create a single shared analyzer,
and it contains code
[
https://issues.apache.org/jira/browse/SOLR-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141643#comment-13141643
]
Aaron Beppu commented on SOLR-2860:
---
Thanks for cleaning this up!
> In s
[
https://issues.apache.org/jira/browse/SOLR-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141651#comment-13141651
]
Mark Miller commented on SOLR-2565:
---
bq. that test now fails for me due to what looks lik
Apologies - thanks for that catch
Sent from my Windows Phone
From: Christopher Currens (Issue Comment Edited) (JIRA)
Sent: 11/1/2011 2:43 PM
To: lucene-net-...@lucene.apache.org
Subject: [Lucene.Net] [jira] [Issue Comment Edited] (LUCENENET-451) Missing
License He
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/807/
No tests ran.
Build Log (for compile errors):
[...truncated 12112 lines...]
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additiona
[
https://issues.apache.org/jira/browse/LUCENENET-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141637#comment-13141637
]
Christopher Currens edited comment on LUCENENET-451 at 11/1/11 9:43 PM:
-
[
https://issues.apache.org/jira/browse/LUCENENET-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Currens reopened LUCENENET-451:
---
Assignee: Christopher Currens (was: Prescott Nasser)
I'm reopening this
[
https://issues.apache.org/jira/browse/SOLR-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man resolved SOLR-2860.
Resolution: Not A Problem
Fix Version/s: 4.0
Assignee: Hoss Man
I removed the broken/unneces
[
https://issues.apache.org/jira/browse/SOLR-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141597#comment-13141597
]
Erick Erickson commented on SOLR-2134:
--
OK, so I'll mark this as "fixed 4.0" and open
[
https://issues.apache.org/jira/browse/SOLR-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141593#comment-13141593
]
Hoss Man commented on SOLR-2860:
Aaron: great catch.
I was going to commit your patch, but
[
https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141576#comment-13141576
]
JohnWu commented on SOLR-1395:
--
Tom:
now I need confirm one thing about the global score in
[
https://issues.apache.org/jira/browse/LUCENE-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141532#comment-13141532
]
Simon Willnauer commented on LUCENE-3551:
-
this seems to have a deadlock I ne
IllegalStateException when requesting multiple pages.
--
Key: SOLR-2869
URL: https://issues.apache.org/jira/browse/SOLR-2869
Project: Solr
Issue Type: Bug
Components: search
[
https://issues.apache.org/jira/browse/LUCENE-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-3551:
Attachment: LUCENE-3551.patch
ups one negation to rule them all :) - fixing the prev patch
[
https://issues.apache.org/jira/browse/LUCENE-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer resolved LUCENE-3548.
-
Resolution: Fixed
fixed in trunk & backported to 3.x
> CharsRef#append
[
https://issues.apache.org/jira/browse/LUCENE-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-3551:
Attachment: LUCENE-3551.patch
here is a patch that checks the flushQueue as a last resort
Yet another race in IW#nrtIsCurrent
---
Key: LUCENE-3551
URL: https://issues.apache.org/jira/browse/LUCENE-3551
Project: Lucene - Java
Issue Type: Bug
Components: core/index
Affects Versions: 4.0
[
https://issues.apache.org/jira/browse/SOLR-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141488#comment-13141488
]
Yonik Seeley commented on SOLR-2134:
>From a Solr user standpoint it's simple though:
[
https://issues.apache.org/jira/browse/SOLR-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141484#comment-13141484
]
Uwe Schindler commented on SOLR-2134:
-
The whole story is more complicated:
The sortMi
[
https://issues.apache.org/jira/browse/SOLR-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Dyer updated SOLR-2848:
-
Attachment: SOLR-2848-refactoring.patch
This version also contains refactorings to SpellCheckComponent.fin
[
https://issues.apache.org/jira/browse/LUCENE-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer resolved LUCENE-3546.
-
Resolution: Fixed
Committed in revision 1196211
> IW#nrtIsCurrent retru
[
https://issues.apache.org/jira/browse/LUCENENET-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Digy closed LUCENENET-441.
--
Resolution: Invalid
Maverick904, Please use mailing lists to ask question.
> Encountered:
[
https://issues.apache.org/jira/browse/SOLR-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Dyer updated SOLR-2848:
-
Attachment: SOLR-2848.patch
sync w/trunk & modified in light on completion of LUCENE-3527. This version
[
https://issues.apache.org/jira/browse/LUCENENET-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141418#comment-13141418
]
Digy commented on LUCENENET-450:
Similarity net is obsolete and all of its functionalit
Yep, that folder was missing about 10 mb of files. Pushed as of r1196183.
Can you update and confirm when you have a chance Prescott?
- Michael
On Tue, Nov 1, 2011 at 1:53 PM, Michael Herndon wrote:
> I'll have to look. RapidSVN's GUI froze when pushing that many files up.
> so its possible the
[
https://issues.apache.org/jira/browse/LUCENENET-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Digy resolved LUCENENET-448.
Resolution: Fixed
Hi Jeff,
Your fix is for 2.9.4g branch and I committed it.
(Although I was hard to com
[
https://issues.apache.org/jira/browse/LUCENE-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141378#comment-13141378
]
Roberto Minelli commented on LUCENE-2587:
-
Do you think that this dummy Fragmente
[
https://issues.apache.org/jira/browse/LUCENENET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Currens reassigned LUCENENET-438:
-
Assignee: Christopher Currens
> replace java doc notation with ms
[
https://issues.apache.org/jira/browse/SOLR-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141317#comment-13141317
]
Mark Miller commented on SOLR-2720:
---
{noformat}
Build: https://hudson.apache.org/hudson/j
[
https://issues.apache.org/jira/browse/SOLR-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141292#comment-13141292
]
Erick Erickson commented on SOLR-2134:
--
Of course I can, but I'm not about to until so
[
https://issues.apache.org/jira/browse/SOLR-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141287#comment-13141287
]
Yonik Seeley commented on SOLR-2861:
bq. as I said - we can not rely on the order thes
I started working on it - but it was really ugly. My thoughts were to instead
push lucene.net trunk toward using the common libraries so that we could
utilize the same code base across all platforms, rather than trying to maintain
a second branch.
Sent from my Windows Phone
___
[
https://issues.apache.org/jira/browse/SOLR-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141265#comment-13141265
]
Simon Willnauer commented on SOLR-2861:
---
{code}
#those two happen at the same time ro
[
https://issues.apache.org/jira/browse/SOLR-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141264#comment-13141264
]
Teun Duynstee commented on SOLR-2134:
-
Can't you just resolve and set the Fix Version t
What's the status of Windows Phone 7 support for lucene.net? I found
some test cases, but no code.
If it's not being worked on, I'll pick it up. It's something I could use
and I know other people want it too.
[
https://issues.apache.org/jira/browse/SOLR-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley updated SOLR-2861:
---
Attachment: fail13_postfix.xml
Here's a run (fail13) w/ mixed hard+soft commits after Simon's patch.
[
https://issues.apache.org/jira/browse/LUCENE-3549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-3549:
---
Attachment: LUCENE-3549.patch
Patch against 3x (but easy to apply on trunk as well).
I will commit
[
https://issues.apache.org/jira/browse/LUCENE-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141215#comment-13141215
]
Steven Rowe commented on LUCENE-3550:
-
+1
{{lucene/contrib/demo/}} is an existing lu
Create example code for core
Key: LUCENE-3550
URL: https://issues.apache.org/jira/browse/LUCENE-3550
Project: Lucene - Java
Issue Type: New Feature
Components: core/other
Reporter: Shai Erer
[
https://issues.apache.org/jira/browse/SOLR-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141210#comment-13141210
]
Erick Erickson commented on SOLR-2134:
--
Should we at least mark this as fixed in 4.0?
[
https://issues.apache.org/jira/browse/LUCENE-3549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141207#comment-13141207
]
Uwe Schindler commented on LUCENE-3549:
---
+1 to remove. Alltogether it looks too muc
[
https://issues.apache.org/jira/browse/SOLR-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141203#comment-13141203
]
Luca Cavanna edited comment on SOLR-2591 at 11/1/11 2:32 PM:
-
I
[
https://issues.apache.org/jira/browse/SOLR-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luca Cavanna updated SOLR-2591:
---
Attachment: SOLR-2591.patch
I think this unused option can be misleading, so why not remove it?
I atta
[
https://issues.apache.org/jira/browse/LUCENE-3549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141202#comment-13141202
]
Michael McCandless commented on LUCENE-3549:
I think we should just remove it
Remove DocumentBuilder interface from facet module
--
Key: LUCENE-3549
URL: https://issues.apache.org/jira/browse/LUCENE-3549
Project: Lucene - Java
Issue Type: Improvement
Components
[
https://issues.apache.org/jira/browse/LUCENE-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141190#comment-13141190
]
Robert Muir commented on LUCENE-3277:
-
LUCENE-3548 addresses the confusing append() i
[
https://issues.apache.org/jira/browse/LUCENE-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141189#comment-13141189
]
Robert Muir commented on LUCENE-3548:
-
+1 to fixing things one piece at a time... no
[
https://issues.apache.org/jira/browse/LUCENE-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141188#comment-13141188
]
Simon Willnauer commented on LUCENE-3548:
-
bq. In my opinion the best thing we co
[
https://issues.apache.org/jira/browse/LUCENE-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-3548:
Attachment: LUCENE-3548.patch
here is a patch
> CharsRef#append broken on
[
https://issues.apache.org/jira/browse/LUCENE-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer reassigned LUCENE-3548:
---
Assignee: Simon Willnauer
> CharsRef#append broken on trunk & 3.x
>
[
https://issues.apache.org/jira/browse/LUCENE-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141186#comment-13141186
]
Robert Muir commented on LUCENE-3548:
-
while we are at it, maybe we should look at LU
CharsRef#append broken on trunk & 3.x
-
Key: LUCENE-3548
URL: https://issues.apache.org/jira/browse/LUCENE-3548
Project: Lucene - Java
Issue Type: Bug
Components: core/other
Affects Versions:
[
https://issues.apache.org/jira/browse/SOLR-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141182#comment-13141182
]
Mark Miller commented on SOLR-2723:
---
This is currently implemented with a very simple col
DistributedTermsComponentTest.testDistribSearch test failure
Key: SOLR-2868
URL: https://issues.apache.org/jira/browse/SOLR-2868
Project: Solr
Issue Type: Bug
Reporter:
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads test
failure
-
Key: LUCENE-3547
URL: https://issues.apache.org/jira/browse/LUCENE-3547
Project: Lucen
[
https://issues.apache.org/jira/browse/SOLR-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141141#comment-13141141
]
Michael McCandless commented on SOLR-2861:
--
bq. once you call openIfChanged(reader
[
https://issues.apache.org/jira/browse/SOLR-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141118#comment-13141118
]
Simon Willnauer commented on SOLR-2861:
---
I reopened LUCENE-3546 since the bug actuall
[
https://issues.apache.org/jira/browse/LUCENE-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-3546:
Attachment: LUCENE-3546.patch
I added an isolated testcase which fails without this patch.
[
https://issues.apache.org/jira/browse/LUCENE-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer reopened LUCENE-3546:
-
I wasn't completely wrong here. The DWDQ#anyChanges() implementation actually
has this part
[
https://issues.apache.org/jira/browse/LUCENE-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1314#comment-1314
]
Uwe Schindler commented on LUCENE-3490:
---
I removed CodecProvider again in revision:
[
https://issues.apache.org/jira/browse/LUCENE-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141001#comment-13141001
]
Uwe Schindler commented on LUCENE-3490:
---
bq. remains to factor out all these little
75 matches
Mail list logo