[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-1575:
---
Attachment: LUCENE-1575.5.patch
Fixed TestFieldNormModifier and TestLengthNormModifier.
All tests pa
I'm using Rangequery to get all the documents which have amount between say 0
to 2. When i execute the query, Lucene gives me documents which have amount
greater than 2 also...What am i missing here?
Here is my code:
Term lowerTerm = new Term("amount", minAmount);
Term upperTerm = new Term("amo
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694849#action_12694849
]
Michael McCandless commented on LUCENE-1575:
bq. Does this require Java 1.5? S
Now that LUCENE-1516 is close to being committed perhaps we can
figure out the priority of other issues:
1. Searchable IndexWriter RAM buffer
2. Finish up benchmarking and perhaps implement passing
filters to the SegmentReader level
3. Deleting by doc id using IndexWriter
With 1) I'm interested
[
https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694810#action_12694810
]
Jason Rutherglen edited comment on LUCENE-1313 at 4/1/09 3:50 PM:
--
[
https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rutherglen updated LUCENE-1313:
-
Attachment: LUCENE-1313.patch
The patch includes RealtimeIndex a basic class for perform
I haven't paid attention, as I looked first for the build.xml on trunk
as we already are using maven, Ryan's approach is the way to go, IMHO
On Wed, Apr 1, 2009 at 7:00 PM, Earwin Burrfoot wrote:
> Lucene is in fact already available through maven. poms do exist, all
> what is left is to fi
Lucene is in fact already available through maven. poms do exist, all
what is left is to find who manages them and releases.
On Thu, Apr 2, 2009 at 01:40, Douglas Campos wrote:
> +1 on maven, and I volunteer to aid in the creation of the maven project
> files (pom's)
>
> On Wed, Apr 1, 2009 at 11
+1 on maven, and I volunteer to aid in the creation of the maven project
files (pom's)
On Wed, Apr 1, 2009 at 11:02 AM, Ryan McKinley wrote:
>
>> we can have fine grained modularity w/o having second class citizens, and
>> we can achieve it without needing to make radical changes -- but putting
[
https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rutherglen updated LUCENE-1313:
-
Component/s: (was: contrib/*)
Index
Fix Version/
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694719#action_12694719
]
Shai Erera commented on LUCENE-1575:
Perhaps you can help me here - I tried to run the
[
https://issues.apache.org/jira/browse/LUCENE-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694718#action_12694718
]
Grant Ingersoll commented on LUCENE-1550:
-
Hey Tom,
The empty string test still f
On Wed, Apr 1, 2009 at 1:07 PM, Steven A Rowe wrote:
> The Subversion svnpatch-diff branch (a GSoC2007 project[1]), which adds an
> "svn patch" command to Subversion[2], finally got merged to trunk a month
> ago[3], but not in time to be included in the branch for the 1.6.X releases.
Hot damn!
On 4/1/2009 at 8:45 AM, Michael McCandless wrote:
> The patch command gets confused because it sees set of diffs against
> what looks to be a pre-existing Collector.java, but of course I have no
> Collector.java locally. "svn diff" did this because it knows you had
> renamed MRHC --> C.
[...]
> Th
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694608#action_12694608
]
Michael McCandless commented on LUCENE-1575:
Shai, some contrib tests fail to
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694603#action_12694603
]
Michael McCandless commented on LUCENE-1575:
bq. Will you be committing it (pe
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-1575:
--
Assignee: Michael McCandless
> Refactoring Lucene collectors (HitCollector and
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694600#action_12694600
]
Shai Erera commented on LUCENE-1575:
bq. I think patch looks good - I don't have any m
On Wed, Apr 1, 2009 at 10:28 AM, Grant Ingersoll wrote:
>
> On Mar 31, 2009, at 2:38 PM, Michael McCandless wrote:
>
>> There are two separate things, here.
>>
>> First is that indexed fields are now processed in alpha order
>> (stable/partial sort for multivalued fields), as of 2.3. That I think
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694595#action_12694595
]
Michael McCandless commented on LUCENE-1575:
bq. Funny thing - all the tests
On Mar 31, 2009, at 2:38 PM, Michael McCandless wrote:
There are two separate things, here.
First is that indexed fields are now processed in alpha order
(stable/partial sort for multivalued fields), as of 2.3. That I think
is something internal to Lucene and I'm not sure we should make
promi
we can have fine grained modularity w/o having second class
citizens, and
we can achieve it without needing to make radical changes -- but
putting
more stuff into "core" isn't going to help us get there.
I totally agree.
However, just to stir the pot (and assuming you are well rested), I
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-1575:
---
Attachment: LUCENE-1575.4.patch
Adds:
* PositiveScoresOnlyCollector and TestPositiveScoresOnlyCollec
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694519#action_12694519
]
Shai Erera commented on LUCENE-1575:
bq. Though we now don't have a single shared ance
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694505#action_12694505
]
Michael McCandless commented on LUCENE-1575:
bq. I did not understand though f
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694502#action_12694502
]
Michael McCandless commented on LUCENE-1575:
bq. How about this:
OK that look
On Apr 1, 2009, at 5:29 AM, Shai Erera (JIRA) wrote:
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694443
#action_12694443 ]
Shai Erera commented on LUCENE-1575:
---
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-1575:
---
Attachment: LUCENE-1575.3.patch
Includes the latest comments from Mike.
> Refactoring Lucene collec
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694494#action_12694494
]
Shai Erera commented on LUCENE-1575:
bq. Maybe we make a ScoringWrapperCollector that
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694483#action_12694483
]
Shai Erera commented on LUCENE-1575:
bq. I think, a checked Exception to stop collecti
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694474#action_12694474
]
Shai Erera commented on LUCENE-1575:
Sorry -- thanks Uwe :)
On Wed, Apr 1, 2009 at 1
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694469#action_12694469
]
Uwe Schindler commented on LUCENE-1575:
---
I think, a checked Exception to stop collec
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694459#action_12694459
]
Michael McCandless commented on LUCENE-1575:
bq. It would be much more elegant
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694456#action_12694456
]
Michael McCandless commented on LUCENE-1575:
Looks great! Thanks Shai.
My bi
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694455#action_12694455
]
Michael McCandless commented on LUCENE-1575:
bq. Thanks Mike.
That was Uwe ;)
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694452#action_12694452
]
Andrzej Bialecki commented on LUCENE-1575:
---
I'm late to this discussion, so I m
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-1575:
---
Attachment: LUCENE-1575.2.patch
Thanks Mike. I ran the javadocs task and found other mentions of
Mu
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694445#action_12694445
]
Uwe Schindler commented on LUCENE-1575:
---
JavaDoc errors:
- The Collector javadoc exa
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694443#action_12694443
]
Shai Erera commented on LUCENE-1575:
I did not do any "svn copy", just used Eclipse re
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694442#action_12694442
]
Uwe Schindler commented on LUCENE-1575:
---
bq. oops leftovers from when it extended M
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694439#action_12694439
]
Michael McCandless commented on LUCENE-1575:
Shai, it looks like you "svn copy
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-1575:
---
Attachment: LUCENE-1575.1.patch
oops :) leftovers from when it extended MultiReaderHitCollector (now
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694432#action_12694432
]
Uwe Schindler commented on LUCENE-1575:
---
I just wonder, why HitCollectorWrapper impl
On Mon, Mar 30, 2009, Chris Hostetter wrote about "Re: Modularization":
> code isolation (by directory hierarchy) is hte best way i've seen to
> ensure modularization, and protect against inadvertent dependency
> bleeding.
>...
> it's certainly possible to have "all" source code in a single direc
[
https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-1575:
---
Attachment: LUCENE-1575.patch
Eventually I decided to include just one patch file (instead of code a
45 matches
Mail list logo