Uwe,
(1) the problem is not the missing dependency, but rather the use of
lucene.jar.present. So you'll need to remove it as well.
(2) Adding build/classes/java is not enough - you'll need to add a target
dependency on compile-core or something.
I guess you already know that. Just pointing it out
[
https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2323:
Attachment: LUCENE-2323.patch
attached is a patch for the first moves outlined.
before applying t
[
https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir reassigned LUCENE-2323:
---
Assignee: Robert Muir
> reorganize contrib modules
> --
>
>
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rutherglen updated LUCENE-2312:
-
Comment: was deleted
(was: I'm hitting a weird error where after executing a ram buf ter
[
https://issues.apache.org/jira/browse/LUCENE-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847146#action_12847146
]
Jason Rutherglen commented on LUCENE-2127:
--
What's the status of this one? I'm q
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847140#action_12847140
]
Jason Rutherglen commented on LUCENE-2312:
--
I'm hitting a weird error where after
On Thu, Mar 18, 2010 at 5:50 PM, Chris Hostetter
wrote:
>
> It's a hack, but it's a useful hack for getting nightly builds that can
> report on the tests for all contribs, even if the first one fails (it's
> less useful when one contrib depends on another, but that's a more complex
> issue)
>
> -
: In addition to what Shai mentioned, I wanted to say that there are
: other oddities about how the contrib tests run in ant. For example,
: I'm not sure why we create the junitfailed.flag files (I think it has
: something to do with detecting top-level that a single contrib
: failed).
Correct ..
Hi Shai,
there is no way to do this with ant (detecting code change). The ant script
*always* builds the jar file. In this case, it is just missing the dependency
to jar-core in test-contrib. Alternatively, test-contrib should not use the jar
file at all and simply add build/classes/java to
On Thu, Mar 18, 2010 at 5:33 PM, Shai Erera wrote:
> Hi
>
> I've noticed that sometimes, after I run test-core and test-contrib, and
> then change core code, test-contrib fail on NoSuchMethodError and stuff like
> that. I've noticed that core.jar exists under build, and I assumed it's used
> by te
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847123#action_12847123
]
Jason Rutherglen commented on LUCENE-2312:
--
For the skip list, we could reuse wha
Hi
I've noticed that sometimes, after I run test-core and test-contrib, and
then change core code, test-contrib fail on NoSuchMethodError and stuff like
that. I've noticed that core.jar exists under build, and I assumed it's used
by test-contrib, and probably is not recreated after core code has c
[
https://issues.apache.org/jira/browse/LUCENE-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847086#action_12847086
]
Shai Erera commented on LUCENE-2331:
In the process, I'll also add a NoMergeScheduler
[
https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847068#action_12847068
]
Michael Busch commented on LUCENE-2329:
---
bq. Hmm the challenge is that the tracking
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847063#action_12847063
]
Michael McCandless commented on LUCENE-2328:
Yes please clean as you go Earwin
[
https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847058#action_12847058
]
Michael McCandless commented on LUCENE-2329:
bq. Actually, when I talked about
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847053#action_12847053
]
Earwin Burrfoot commented on LUCENE-2328:
-
> Must the Dir insist the file is close
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847050#action_12847050
]
Michael McCandless commented on LUCENE-2328:
In the current proposal, IndexOut
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847036#action_12847036
]
Shai Erera commented on LUCENE-2328:
Yeah I guess I wasn't clear enough. So suppose so
[
https://issues.apache.org/jira/browse/LUCENE-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847034#action_12847034
]
Shai Erera commented on LUCENE-2320:
Thanks Mike !
> Add MergePolicy to IndexWriterCo
[
https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847024#action_12847024
]
Michael Busch commented on LUCENE-2329:
---
bq. This issue is just about how IndexWrite
[
https://issues.apache.org/jira/browse/LUCENE-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847018#action_12847018
]
Michael McCandless commented on LUCENE-2331:
+1 for NoMergePolicy
> Add NoOpM
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847015#action_12847015
]
Michael McCandless commented on LUCENE-2328:
Must the Dir insist the file is c
All tests pass for me :)
Mike
On Thu, Mar 18, 2010 at 12:27 PM, Mark Miller wrote:
> Alight, so we have implemented Hoss' suggestion here on the lucene/solr
> merged dev branch at lucene/solr/branches/newtrunk.
>
> Feel free to check it out and give some feedback.
>
> We also roughly have Solr r
Alight, so we have implemented Hoss' suggestion here on the lucene/solr
merged dev branch at lucene/solr/branches/newtrunk.
Feel free to check it out and give some feedback.
We also roughly have Solr running on Lucene trunk - eg compiling Solr
will first compile lucene and run off those compil
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847010#action_12847010
]
Earwin Burrfoot commented on LUCENE-2328:
-
Every Directory implementation decides
[
https://issues.apache.org/jira/browse/LUCENE-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847008#action_12847008
]
Michael McCandless commented on LUCENE-2320:
The patch looks great Shai -- I p
[
https://issues.apache.org/jira/browse/LUCENE-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846997#action_12846997
]
Shai Erera commented on LUCENE-2320:
Mike - are you reviewing it? I think I fixed all
[
https://issues.apache.org/jira/browse/LUCENE-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846998#action_12846998
]
Shai Erera commented on LUCENE-2331:
I like NoMergesPolicy ... perhaps, like NoLockFac
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846996#action_12846996
]
Shai Erera commented on LUCENE-2328:
bq. changing FSD.IndexOutput accordingly
Th
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846991#action_12846991
]
Earwin Burrfoot commented on LUCENE-2328:
-
Okay, summing up.
1. Directory gets a
[
https://issues.apache.org/jira/browse/LUCENE-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846985#action_12846985
]
Michael McCandless commented on LUCENE-2280:
Yes close() does commit() interna
[
https://issues.apache.org/jira/browse/LUCENE-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846984#action_12846984
]
Michael McCandless commented on LUCENE-2280:
>From the log I can see that you
[
https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-2327.
Resolution: Invalid
OK I'm resolving as optimistically invalid :)
> IndexOutOfBou
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846960#action_12846960
]
Michael McCandless commented on LUCENE-2328:
{quote}
bq. Keeping track of not-
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846956#action_12846956
]
Earwin Burrfoot commented on LUCENE-2328:
-
> Keeping track of not-yet-sync'd files
[
https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846954#action_12846954
]
Shane commented on LUCENE-2327:
---
I believe at the time we were storing on a NAS via NFS. If
[
https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler reopened LUCENE-2302:
---
Assignee: Uwe Schindler
Add note to backwards compatibility section:
- TermAttribute now c
[
https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846947#action_12846947
]
Michael McCandless commented on LUCENE-2327:
Yikes -- you had 10 corrupted seg
[
https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846946#action_12846946
]
Michael McCandless commented on LUCENE-2329:
This issue is just about how Inde
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846944#action_12846944
]
Michael McCandless commented on LUCENE-2328:
Keeping track of not-yet-sync'd f
[
https://issues.apache.org/jira/browse/LUCENE-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846943#action_12846943
]
Robert Muir commented on LUCENE-2332:
-
I agree.
This gives us a chance to make sure i
Mrge CharTermAttribute and deprecations to trunk
Key: LUCENE-2332
URL: https://issues.apache.org/jira/browse/LUCENE-2332
Project: Lucene - Java
Issue Type: New Feature
Affects Versions: 3.
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846938#action_12846938
]
Earwin Burrfoot commented on LUCENE-2328:
-
> How would IndexInput report back to t
[
https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846936#action_12846936
]
Andrzej Bialecki commented on LUCENE-2329:
---
Slightly off-topic ... Having a fac
[
https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler resolved LUCENE-2302.
---
Resolution: Fixed
Was accidently committed with merge. Sorry.
Revision: 924791
> Replaceme
[
https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846933#action_12846933
]
Uwe Schindler commented on LUCENE-2302:
---
bq. How about instead of TermToBytesRefAttr
[
https://issues.apache.org/jira/browse/LUCENE-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846926#action_12846926
]
Earwin Burrfoot commented on LUCENE-2331:
-
NoMergesPolicy - that's exactly what it
Add NoOpMergePolicy
---
Key: LUCENE-2331
URL: https://issues.apache.org/jira/browse/LUCENE-2331
Project: Lucene - Java
Issue Type: New Feature
Components: Index
Reporter: Shai Erera
Fix For:
[
https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler resolved LUCENE-2326.
---
Resolution: Fixed
Committed revision: 924781 (with correct zip file name)
> Remove SVN.exe
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846913#action_12846913
]
Shai Erera commented on LUCENE-2328:
How would IndexInput report back to the Directory
[
https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846912#action_12846912
]
Shane commented on LUCENE-2327:
---
The index is relatively old and doesn't appear to have been
[
https://issues.apache.org/jira/browse/LUCENE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846906#action_12846906
]
Shai Erera commented on LUCENE-2330:
Sure, I'll annotate whatever is needed for PI (e.
[
https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shane updated LUCENE-2327:
--
Attachment: CheckIndex.txt
CheckIndex output generated by Luke v1.0.0.
> IndexOutOfBoundsException in FieldIn
[
https://issues.apache.org/jira/browse/LUCENE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846903#action_12846903
]
Earwin Burrfoot commented on LUCENE-2330:
-
Please, only open up something if you d
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846902#action_12846902
]
Earwin Burrfoot commented on LUCENE-2328:
-
Btw, initial problem stems from the fac
[
https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846900#action_12846900
]
Robert Muir commented on LUCENE-2326:
-
Thanks Uwe, this simplifies our tests.
Its nic
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846899#action_12846899
]
Earwin Burrfoot commented on LUCENE-2328:
-
I'm proposing something even more dead
[
https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846897#action_12846897
]
Uwe Schindler commented on LUCENE-2326:
---
Sorry, ZIP file has wrong name. Fixed here
[
https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-2326:
--
Attachment: TestVnowballVocabData.zip
LUCENE-2326-snowball-try2.patch
Here the
[
https://issues.apache.org/jira/browse/LUCENE-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846892#action_12846892
]
Ritesh Nigam commented on LUCENE-2280:
--
I installed a test setup with lucene 3.0.0 an
Allow easy extension of IndexWriter
---
Key: LUCENE-2330
URL: https://issues.apache.org/jira/browse/LUCENE-2330
Project: Lucene - Java
Issue Type: Improvement
Components: Index
Reporter:
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846890#action_12846890
]
Shai Erera commented on LUCENE-2328:
ok so let me see if I understand this. Before Ear
Unfortunately, highlighter (and I think also fast vector highlighter)
are able to return a set of fragments which do not match the
query (eg, they only show one of the two required terms).
I really don't like that they do this.
Ideally (to me) the entire excerpt (ie, all fragments appended
togeth
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846880#action_12846880
]
Earwin Burrfoot commented on LUCENE-2328:
-
> EG running merges (or any still-open
[
https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846877#action_12846877
]
Michael McCandless commented on LUCENE-2302:
I like the name CharTermAttribute
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846872#action_12846872
]
Michael McCandless commented on LUCENE-2328:
I like this idea!
But, we don't
I am currently unhappy on lucene because of:
- LuSolr
- communication differences
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Yonik Seeley [mailto:ysee...@gmail.com]
> Sent: Thursday, March 18, 2010
[
https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846863#action_12846863
]
Robert Muir commented on LUCENE-2326:
-
bq. Lets change to a zip file as the tests will
E, let's strive for slightly better commit messages ;-)
-Yonik
On Thu, Mar 18, 2010 at 7:48 AM, wrote:
> Author: uschindler
> Date: Thu Mar 18 11:48:11 2010
> New Revision: 924731
>
> URL: http://svn.apache.org/viewvc?rev=924731&view=rev
> Log:
> LUCENE-2326: As rmuir seems to bug me about t
[
https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846860#action_12846860
]
Uwe Schindler commented on LUCENE-2326:
---
Man, I reverted the snowball part.
Lets ch
[
https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846852#action_12846852
]
Robert Muir commented on LUCENE-2326:
-
bq. What did you to for this to happen?
Uwe,
[
https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-2302:
--
Attachment: LUCENE-2302.patch
Updated patch for current flex HEAD. Still backwards needs to be
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846835#action_12846835
]
Earwin Burrfoot commented on LUCENE-2328:
-
A shot in the sky (didn't delve deep in
Hi Erick,
I did as recommended and changed the query approprietly. But the result is
still the same.
On page 78 in the book "lucene in action" it is explained how scoring is
working. Therefore I get more results than the exact match I was expecting.
But how can I highlight in a large document onl
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846825#action_12846825
]
Michael McCandless commented on LUCENE-2328:
Yes I think that's it.
> IndexWr
On Mon, Mar 15, 2010 at 7:49 PM, Marvin Humphrey wrote:
> On Mon, Mar 15, 2010 at 05:28:33AM -0500, Michael McCandless wrote:
>> I mean specifically one should not have to commit to the precise
>> scoring model they will use for a given field, when they index that
>> field.
>
> Yeah, I've never se
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846821#action_12846821
]
Shai Erera commented on LUCENE-2328:
Would that mean removing files from synced whenev
Hi all,
Yesterday morning I committed https://issues.apache.org/jira/browse/LUCENE-2326
- If you currently have checked out Lucene repositories, I recommend to do the
following:
(1) Check, if you have changes in your backwards folder; if yes, create a patch
(use svn diff inside the branch chec
[
https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846813#action_12846813
]
Michael McCandless commented on LUCENE-2327:
This exception looks like index c
[
https://issues.apache.org/jira/browse/LUCENE-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-2320:
---
Attachment: LUCENE-2320.patch
Fixed a copy-paste comment error in IndexWriter (introduced in LUCENE-
Thanks!
Mike
On Wed, Mar 17, 2010 at 3:16 PM, Gregor Kaczor wrote:
> followup in
>
> https://issues.apache.org/jira/browse/LUCENE-2328
>
>
> Original-Nachricht
>> Datum: Wed, 17 Mar 2010 14:30:25 -0500
>> Von: Michael McCandless
>> An: java-dev@lucene.apache.org
>> Betreff: Re
[
https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2328:
---
Fix Version/s: 3.1
Anyone wanna cons up a patch here...?
> IndexWriter.synced fiel
[
https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846807#action_12846807
]
Michael McCandless commented on LUCENE-2329:
This would be great!
But, note t
> Unless maven has some features i'm not aware of, your "nicely depends"
> works buy pulling Lucene jars from a repository
The 'missing feature' is called multi-module projects.
On Thu, Mar 18, 2010 at 03:33, Chris Hostetter wrote:
> : build and nicely gets all dependencies to Lucene and Tika whe
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846804#action_12846804
]
Michael McCandless commented on LUCENE-2312:
{quote}
Can't we simply throw awa
[
https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846798#action_12846798
]
Michael McCandless commented on LUCENE-2323:
{quote}
Until code in contrib is
[
https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846778#action_12846778
]
Uwe Schindler commented on LUCENE-2326:
---
What did you to for this to happen?
You ca
88 matches
Mail list logo