Re: SpanNearQuery: All matches within slop

2008-09-12 Thread Mark Miller
Correction - meant greedy not lazy. Mark Miller wrote: Looks pretty interesting. A lazy span implementation could certainly be useful for certain highlighting situations. Barrier of entry looks a bit high unfortunately, but the text def helps for anyone looking to learn how the current spanque

email archives

2008-09-12 Thread Yonik Seeley
On Fri, Sep 12, 2008 at 6:01 AM, Michael McCandless (JIRA) <[EMAIL PROTECTED]> wrote: > Spinoff from here: > > > http://mail-archives.apache.org/mod_mbox/lucene-java-user/200809.mbox/%3Cba72f77f0809111418l29cf215dnd45bf679832d7d42%40mail.gmail.com%3E I had to go to another email archive to fin

Re: SpanNearQuery: All matches within slop

2008-09-12 Thread Mark Miller
Looks pretty interesting. A lazy span implementation could certainly be useful for certain highlighting situations. Barrier of entry looks a bit high unfortunately, but the text def helps for anyone looking to learn how the current spanquery stuff works. Paul Elschot wrote: A bit late in rea

[jira] Commented: (LUCENE-1380) Patch for ShingleFilter.enablePositions

2008-09-12 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630700#action_12630700 ] Karl Wettin commented on LUCENE-1380: - One could argue that what you should do rather

[jira] Commented: (LUCENE-1155) BoostingTermQuery#defaultTermBoost

2008-09-12 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630687#action_12630687 ] Karl Wettin commented on LUCENE-1155: - bq. Sorry, I still don't get it, but I'm probab

Re: TestIndexReaderReopen failures on WinXP

2008-09-12 Thread Michael McCandless
Argh it's is a Heisenbug! I'll keep running the test over & over to see if I can get it to happen. And I'll at least commit that change so when it does happen again we get more detail. Mike Steven A Rowe wrote: I applied the patch and then the test refused to fail. I removed the patch a

RE: TestIndexReaderReopen failures on WinXP

2008-09-12 Thread Steven A Rowe
I applied the patch and then the test refused to fail. I removed the patch and the test still refused to fail. I'm not sure what happened - AFAIK I didn't change anything. I ran the test about five times previously and it always failed :(. Maybe it's Microsoft's gentle way of telling me it's t

Re: Change to MultiReader

2008-09-12 Thread Grant Ingersoll
On Sep 12, 2008, at 12:55 AM, Antony Bowesman wrote: There was a message from Kirk Roberts, 18/4/2007 - MultiSearcher vs MultiReader Grant mentioned the visibility of the readerIndex() method in MultiReader, but nothing seems ever came of it. Kirk never followed up, AFAICT. Is there

[jira] Updated: (LUCENE-1379) SpanScorer fails when sloppyFreq() returns 0

2008-09-12 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1379: - Attachment: LUCENE-1379-test.patch The bug occurs only for the last matching doc. The attached L

Re: TestIndexReaderReopen failures on WinXP

2008-09-12 Thread Michael McCandless
I can't get it to fail, on Windows Server 2003, Sun Java 1.4.2_15. Unfortunately the test doesn't give us the traceback on failure (just the message "null"). Can you apply this, get the test to fail, and post back the traceback? Index: src/test/org/apache/lucene/index/TestIndexReaderReope

[jira] Commented: (LUCENE-1385) IndexReader.isIndexCurrent()==false -> IndexReader.reopen() -> still index not current

2008-09-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630658#action_12630658 ] Uwe Schindler commented on LUCENE-1385: --- I forget to mention: When index was modifie

[jira] Created: (LUCENE-1385) IndexReader.isIndexCurrent()==false -> IndexReader.reopen() -> still index not current

2008-09-12 Thread Uwe Schindler (JIRA)
IndexReader.isIndexCurrent()==false -> IndexReader.reopen() -> still index not current -- Key: LUCENE-1385 URL: https://issues.apache.org/jira/browse/LUCENE-1385 Proj

[jira] Commented: (LUCENE-1155) BoostingTermQuery#defaultTermBoost

2008-09-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630655#action_12630655 ] Grant Ingersoll commented on LUCENE-1155: - Sorry, I still don't get it, but I'm pr

[jira] Updated: (LUCENE-1279) RangeQuery and RangeFilter should use collation to check for range inclusion

2008-09-12 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1279: Attachment: LUCENE-1279.patch Updated to current trunk revision (694771). Mostly this consisted o

TestIndexReaderReopen failures on WinXP

2008-09-12 Thread Steven A Rowe
When I try to run all of the unit tests, TestIndexReaderReopen is consistently failing: [junit] Testsuite: org.apache.lucene.index.TestIndexReaderReopen [junit] null) [junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 116.375 sec [junit] [junit] Testcase: testThrea

[jira] Commented: (LUCENE-1155) BoostingTermQuery#defaultTermBoost

2008-09-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630638#action_12630638 ] Michael McCandless commented on LUCENE-1155: Grant, what do you think of this

[jira] Commented: (LUCENE-1382) Allow storing user data when IndexWriter.commit() is called

2008-09-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630629#action_12630629 ] Michael McCandless commented on LUCENE-1382: It seems like there is a place fo

[jira] Updated: (LUCENE-1380) Patch for ShingleFilter.enablePositions

2008-09-12 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1380: Attachment: LUCENE-1380.patch Renamed field to usingPositionIncrement to avoid confusion, and adde

[jira] Commented: (LUCENE-1382) Allow storing user data when IndexWriter.commit() is called

2008-09-12 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630569#action_12630569 ] Mark Harwood commented on LUCENE-1382: -- I feel uncomfortable with the suggestion of i

[jira] Commented: (LUCENE-1279) RangeQuery and RangeFilter should use collation to check for range inclusion

2008-09-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630563#action_12630563 ] Grant Ingersoll commented on LUCENE-1279: - Steve, can you update this for trunk (a

[jira] Commented: (LUCENE-1379) SpanScorer fails when sloppyFreq() returns 0

2008-09-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630562#action_12630562 ] Mark Miller commented on LUCENE-1379: - How does it fail Paul? I am trying to duplicate

[jira] Assigned: (LUCENE-1380) Patch for ShingleFilter.enablePositions

2008-09-12 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin reassigned LUCENE-1380: --- Assignee: Karl Wettin > Patch for ShingleFilter.enablePositions > --

[jira] Commented: (LUCENE-1382) Allow storing user data when IndexWriter.commit() is called

2008-09-12 Thread Nadav Har'El (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630561#action_12630561 ] Nadav Har'El commented on LUCENE-1382: -- Hi Mike, If you add this feature, I suggest y

Re: 2.4 status

2008-09-12 Thread Michael McCandless
7 issues now There are two unassigned ones: https://issues.apache.org/jira/browse/LUCENE-1380 Patch for ShingleFilter.enablePositions https://issues.apache.org/jira/browse/LUCENE-1379 SpanScorer fails when sloppyFreq() returns 0 Can a committer who's comfortable in those areas pleas

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630551#action_12630551 ] Michael McCandless commented on LUCENE-1344: {quote} About the missing header

[jira] Updated: (LUCENE-1384) addIndexesNoOptimize intermittantly throws incorrect "segment exists in external directory..." exception

2008-09-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1384: --- Attachment: LUCENE-1384.patch Attached patch. I plan to commit in a day or to to 2.

Re: JavaDoc docs

2008-09-12 Thread Michael McCandless
This would be most welcome, thanks! I don't think you get a buddy -- everyone on this list can respond as you have questions, post patches etc. I would recommend being very incremental -- pick one class and rev its javadocs, open an issue & attach a patch, and iterate from there. Mike R

[jira] Created: (LUCENE-1384) addIndexesNoOptimize intermittantly throws incorrect "segment exists in external directory..." exception

2008-09-12 Thread Michael McCandless (JIRA)
addIndexesNoOptimize intermittantly throws incorrect "segment exists in external directory..." exception Key: LUCENE-1384 URL: https://issues.apache.org/jira/

Re: [jira] Updated: (LUCENE-1383) Workaround ThreadLocal's "leak"

2008-09-12 Thread Michael McCandless
Chris, if possible, could you try out this patch to see if it fixes the leak you're seeing? Thanks! Mike Michael McCandless (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless upd

[jira] Resolved: (LUCENE-1354) Provide Programmatic Access to CheckIndex

2008-09-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1354. Resolution: Fixed Grant, this is now fixed right? > Provide Programmatic Access t

JavaDoc docs

2008-09-12 Thread Raanan @ YCS
As a relatively new Lucene user, I rather struggled through figuring out how to use it. Now that I have done so, and am in the process of using it to enhance an application I am working on, I would like to make the team an offer. Many of the core classes (and likely other classes as well) have lit

Lara in Bikini !!!!!!!!!!!!

2008-09-12 Thread Gossip Jungle
Lara in Bikini http://gossipjungle.blogspot.com/2008/09/lara-in-bikini.html For Many More Videos,Pictures,and Gossips, Plz Visit http://gossipjungle.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G