[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703034#action_12703034 ] Michael McCandless commented on LUCENE-1616: Should we deprecate the separate

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703038#action_12703038 ] Uwe Schindler commented on LUCENE-1616: --- Not really, the attributes API was added

Re: CHANGES.txt

2009-04-27 Thread Michael McCandless
OK I fixed CHANGES.txt to not have double entries for the same issue in 2.4.1 and trunk (ie, the entry is only in 2.4.1's CHANGES section). And going forward, if a trunk issue gets backported to a point release, we should de-dup the entries on releasing the point release. Ie, before the point

[jira] Resolved: (LUCENE-1615) deprecated method used in fieldsReader / setOmitTf()

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1615. Resolution: Fixed OK I just committed this -- thanks Eks! deprecated method

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703041#action_12703041 ] Michael McCandless commented on LUCENE-1616: Oh yeah :) Good! I'm losing

[jira] Updated: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1616: --- Fix Version/s: 2.9 add one setter for start and end offset to OffsetAttribute

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703054#action_12703054 ] Earwin Burrfoot commented on LUCENE-1616: - Separate setters might have their own

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703062#action_12703062 ] Michael McCandless commented on LUCENE-1616: But surely that's a very rare

Re: Adding testpackage to common-build.xml

2009-04-27 Thread Michael McCandless
This sounds like a great change! It would also allow us to test the other (index, store, etc.) packages too? I don't think this is possible today, though I'm no expert with ant so it's entirely possible I've missed it. Presumably once we modularize, then the module would be the natural unit for

Re: Adding testpackage to common-build.xml

2009-04-27 Thread Shai Erera
ok then I'll open an issue and post the patch. You can review it and give it a try Shai On Mon, Apr 27, 2009 at 2:10 PM, Michael McCandless luc...@mikemccandless.com wrote: This sounds like a great change! It would also allow us to test the other (index, store, etc.) packages too? I don't

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703067#action_12703067 ] Earwin Burrfoot commented on LUCENE-1616: - I have two cases. In one case I can't

Adding testpackage to common-build.xml

2009-04-27 Thread Shai Erera
Hi I noticed that one can define testcase to execute just one test class, which is convenient. However, I didn't notice any equivalent for testing a whole package. Lately, when handling all those search issues, I often wanted to run all the tests in o.a.l.search and just them, but couldn't so I

[jira] Updated: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1617: --- Attachment: LUCENE-1617.patch Add testpackage to common-build.xml

[jira] Created: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Shai Erera (JIRA)
Add testpackage to common-build.xml - Key: LUCENE-1617 URL: https://issues.apache.org/jira/browse/LUCENE-1617 Project: Lucene - Java Issue Type: Improvement Components: Build

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703085#action_12703085 ] Eks Dev commented on LUCENE-1616: - I am ok with both options, removing separate looks a

[jira] Assigned: (LUCENE-1604) Stop creating huge arrays to represent the absense of field norms

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1604: -- Assignee: Michael McCandless Stop creating huge arrays to represent the

[jira] Commented: (LUCENE-1604) Stop creating huge arrays to represent the absense of field norms

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703101#action_12703101 ] Michael McCandless commented on LUCENE-1604: I tested this change on a

[jira] Commented: (LUCENE-1604) Stop creating huge arrays to represent the absense of field norms

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703103#action_12703103 ] Michael McCandless commented on LUCENE-1604: New patch attached: * Fixed

[jira] Updated: (LUCENE-1604) Stop creating huge arrays to represent the absense of field norms

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1604: --- Attachment: LUCENE-1604.patch Attached patch. I also added assert

[jira] Updated: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1593: --- Attachment: PerfTest.java LUCENE-1593.patch The patch implements all that has been

[jira] Commented: (LUCENE-1604) Stop creating huge arrays to represent the absense of field norms

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703142#action_12703142 ] Michael McCandless commented on LUCENE-1604: OK patch looks good! I plan to

[jira] Commented: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703156#action_12703156 ] Michael McCandless commented on LUCENE-1617: I would like to be able to run

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703157#action_12703157 ] Earwin Burrfoot commented on LUCENE-1616: - bq. removing separate looks a bit

Re: [jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread eks dev
Ok, I'll create another patch a bit later today - Original Message From: Michael McCandless (JIRA) j...@apache.org To: java-dev@lucene.apache.org Sent: Monday, 27 April, 2009 16:34:30 Subject: [jira] Commented: (LUCENE-1616) add one setter for start and end offset to

[jira] Updated: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1617: --- Attachment: LUCENE-1617.patch Added another property testpackageroot. So now you can define: *

RE: CHANGES.txt

2009-04-27 Thread Steven A Rowe
Thank you, Mike, for working to make things better. Steve On 4/27/2009 at 5:32 AM, Michael McCandless wrote: OK I fixed CHANGES.txt to not have double entries for the same issue in 2.4.1 and trunk (ie, the entry is only in 2.4.1's CHANGES section). And going forward, if a trunk issue gets

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703182#action_12703182 ] Michael McCandless commented on LUCENE-1616: bq. And force everyone who has

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703197#action_12703197 ] Michael McCandless commented on LUCENE-1593: The patch still has various logic

Re: perf enhancement and lucene-1345

2009-04-27 Thread Michael McCandless
I think you mean this thread: http://markmail.org/message/idgcnxmbyo3yjdiw right? I would love to see these in Lucene... P4Delta, which Paul has started under LUCENE-1410, is clearly a win, but is a biggish change to Lucene since all offsets would need to become blockID + offsetWithinBlock.

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703227#action_12703227 ] Michael McCandless commented on LUCENE-1616: Thanks Eks. You also need to fix

[jira] Commented: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703228#action_12703228 ] Michael McCandless commented on LUCENE-1614: Shai did you forget to attach

[jira] Updated: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eks Dev updated LUCENE-1616: Attachment: LUCENE-1616.patch whoops, this time it compiles :) add one setter for start and end offset

[jira] Commented: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703233#action_12703233 ] Shai Erera commented on LUCENE-1614: No I did not forget - I need to work on it

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703245#action_12703245 ] Michael McCandless commented on LUCENE-1616: I still get compilation errors:

[jira] Commented: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-04-27 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703251#action_12703251 ] Marvin Humphrey commented on LUCENE-1614: - advance() and advance(int) In the

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703254#action_12703254 ] Eks Dev commented on LUCENE-1616: - me too, sorry! Eclipse left me blind for some funny

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703266#action_12703266 ] Shai Erera commented on LUCENE-1593: bq. he patch still has various logic to handle

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703288#action_12703288 ] Earwin Burrfoot commented on LUCENE-1616: - bq. Span*Query api is a perfect

[jira] Commented: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703291#action_12703291 ] Shai Erera commented on LUCENE-1614: nudge doesn't sound like it changes anything, but

[jira] Commented: (LUCENE-1313) Realtime Search

2009-04-27 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703315#action_12703315 ] Jason Rutherglen commented on LUCENE-1313: -- {quote} When we create

[jira] Commented: (LUCENE-1313) Realtime Search

2009-04-27 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703317#action_12703317 ] Jason Rutherglen commented on LUCENE-1313: -- {quote}we should make with NRT is to

[jira] Commented: (LUCENE-1313) Realtime Search

2009-04-27 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703327#action_12703327 ] Jason Rutherglen commented on LUCENE-1313: -- {quote}doc store files punch straight

[jira] Updated: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eks Dev updated LUCENE-1616: Attachment: LUCENE-1616.patch ok, maybe this time it will work, I hope I managed to clean it up (core

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703329#action_12703329 ] Michael McCandless commented on LUCENE-1593: bq. I thought we agreed that

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703332#action_12703332 ] Mark Miller commented on LUCENE-1616: - bq. The only thing that fails is contrib, but I

[jira] Issue Comment Edited: (LUCENE-1613) TermEnum.docFreq() is not updated with there are deletes

2009-04-27 Thread Matt Chaput (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1270#action_1270 ] Matt Chaput edited comment on LUCENE-1613 at 4/27/09 1:11 PM: --

[jira] Commented: (LUCENE-1613) TermEnum.docFreq() is not updated with there are deletes

2009-04-27 Thread Matt Chaput (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1270#action_1270 ] Matt Chaput commented on LUCENE-1613: - Given how fundamental the issue is w.r.t. how

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703337#action_12703337 ] Michael McCandless commented on LUCENE-1616: bq. I use patched versions of

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703335#action_12703335 ] Eks Dev commented on LUCENE-1616: - ant build-contrib add one setter for start and end

[jira] Commented: (LUCENE-1613) TermEnum.docFreq() is not updated with there are deletes

2009-04-27 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703338#action_12703338 ] Mark Miller commented on LUCENE-1613: - This is a dupe I believe, but for the life of

[jira] Created: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-27 Thread Jason Rutherglen (JIRA)
Allow setting the IndexWriter docstore to be a different directory -- Key: LUCENE-1618 URL: https://issues.apache.org/jira/browse/LUCENE-1618 Project: Lucene - Java Issue Type:

[jira] Assigned: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1616: -- Assignee: Michael McCandless add one setter for start and end offset to

[jira] Updated: (LUCENE-1619) TermAttribute.termLength() optimization

2009-04-27 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eks Dev updated LUCENE-1619: Attachment: LUCENE-1619.patch TermAttribute.termLength() optimization

[jira] Commented: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703341#action_12703341 ] Shai Erera commented on LUCENE-1617: Ok, so I've done some research, and I'm really

[jira] Created: (LUCENE-1619) TermAttribute.termLength() optimization

2009-04-27 Thread Eks Dev (JIRA)
TermAttribute.termLength() optimization --- Key: LUCENE-1619 URL: https://issues.apache.org/jira/browse/LUCENE-1619 Project: Lucene - Java Issue Type: Improvement Components: Analysis

[jira] Commented: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703346#action_12703346 ] Michael McCandless commented on LUCENE-1617: bq. So the only thing I can think

[jira] Commented: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703348#action_12703348 ] Shai Erera commented on LUCENE-1617: bq. I think these classes are quite old and

[jira] Commented: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703356#action_12703356 ] Michael McCandless commented on LUCENE-1617: Actually I think deleting them is

Re: new TokenStream api Question

2009-04-27 Thread eks dev
Should I create a patch with something like this? With Expert javadoc, and explanation what is this good for should be a nice addition to Attribute cases. Practically, it would enable specialization of hard linked Attributes like TermAttribute. The only preconditions are: - Specialized

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703362#action_12703362 ] Shai Erera commented on LUCENE-1593: bq. I wonder if, instead, we could define an

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703363#action_12703363 ] Yonik Seeley commented on LUCENE-1618: -- I can see how this would potentially be

[jira] Commented: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703365#action_12703365 ] Shai Erera commented on LUCENE-1617: As reference, I ran test-core and test-contrib

[jira] Commented: (LUCENE-1313) Realtime Search

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703366#action_12703366 ] Michael McCandless commented on LUCENE-1313: {quote} Agreed that DW can write

[jira] Assigned: (LUCENE-1597) New Document and Field API

2009-04-27 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-1597: - Assignee: Michael Busch New Document and Field API --

[jira] Commented: (LUCENE-1597) New Document and Field API

2009-04-27 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703367#action_12703367 ] Michael Busch commented on LUCENE-1597: --- Thanks for the thorough review, Mike.

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703368#action_12703368 ] Earwin Burrfoot commented on LUCENE-1593: - Use FMPP? It is pretty nice and

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703370#action_12703370 ] Michael McCandless commented on LUCENE-1618: Yeah I also think this should be

[jira] Updated: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1617: --- Attachment: LUCENE-1617.patch This one removes the aforementioned test classes (that are not really

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703373#action_12703373 ] Shai Erera commented on LUCENE-1593: Forgive my ignorance, but what is FMPP? And to

[jira] Commented: (LUCENE-1616) add one setter for start and end offset to OffsetAttribute

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703374#action_12703374 ] Michael McCandless commented on LUCENE-1616: OK all tests pass. I had to fix

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-27 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703375#action_12703375 ] Jason Rutherglen commented on LUCENE-1618: -- {quote} non-NRT case I can think of

[jira] Commented: (LUCENE-1313) Realtime Search

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703377#action_12703377 ] Michael McCandless commented on LUCENE-1313: So let's leave this issue focused

[jira] Assigned: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1617: -- Assignee: Michael McCandless Add testpackage to common-build.xml

[jira] Commented: (LUCENE-1617) Add testpackage to common-build.xml

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703381#action_12703381 ] Michael McCandless commented on LUCENE-1617: OK looks good. I'll wait a day

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703382#action_12703382 ] Earwin Burrfoot commented on LUCENE-1593: - bq. Forgive my ignorance, but what is

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-27 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703384#action_12703384 ] Tim Smith commented on LUCENE-1618: --- Would also further suggest that this Directory

[jira] Commented: (LUCENE-1313) Realtime Search

2009-04-27 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703387#action_12703387 ] Jason Rutherglen commented on LUCENE-1313: -- {quote} We could exclude RAMDir

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703388#action_12703388 ] Michael McCandless commented on LUCENE-1618: {quote} it might be cleaner to

[jira] Commented: (LUCENE-1597) New Document and Field API

2009-04-27 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703391#action_12703391 ] Michael Busch commented on LUCENE-1597: --- {quote} How would you turn on/off [future]

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703396#action_12703396 ] Shai Erera commented on LUCENE-1593: bq.EG BooleanWeight.scorer(...) should call BS2's

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-27 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703406#action_12703406 ] Eks Dev commented on LUCENE-1618: - Maybe, FileSwitchDirectory should have possibility to

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703404#action_12703404 ] Michael McCandless commented on LUCENE-1593: {quote} Some extensions of PQ may

[jira] Commented: (LUCENE-1597) New Document and Field API

2009-04-27 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703407#action_12703407 ] Michael Busch commented on LUCENE-1597: --- {quote} Can we maybe rename Descriptor -

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703410#action_12703410 ] Michael McCandless commented on LUCENE-1593: bq. Use FMPP? I think the first

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703412#action_12703412 ] Michael McCandless commented on LUCENE-1593: bq. the decision on which path

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703415#action_12703415 ] Michael McCandless commented on LUCENE-1618: bq. Would also further suggest

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703416#action_12703416 ] Michael McCandless commented on LUCENE-1618: {quote} ileSwitchDirectory should

[jira] Commented: (LUCENE-1313) Realtime Search

2009-04-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703419#action_12703419 ] Michael McCandless commented on LUCENE-1313: {quote} Sometimes we want a

RangeQuery and getTerm

2009-04-27 Thread Mark Miller
RangeQuery is based on two terms rather than one, and currently returns null from getTerm. This can lead to less than obvious null pointer exceptions. I'd almost prefer to throw UnsupportedOperationException. However, returning null allows you to still use getTerm on MultiTermQuery and do a

Build failed in Hudson: Lucene-trunk #810

2009-04-27 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/810/changes Changes: [mikemccand] LUCENE-1615: remove some more deprecated uses of Fieldable.omitTf [mikemccand] remove redundant CHANGES entries from trunk if they are already covered in 2.4.1

Re: [Lucene-java Wiki] Update of LuceneAtApacheConUs2009 by MichaelBusch

2009-04-27 Thread Michael Busch
I'm happy to give more than one talk, on the other hand I don't want to prevent others from presenting. So if anyone likes to give similar talks to the ones I suggested, please let us know. -Michael On 4/27/09 10:07 PM, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-04-27 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703504#action_12703504 ] Bertrand Delacretaz commented on LUCENE-1567: - Grant, the ip-clearance