[jira] Commented: (LUCENE-1026) Provide a simple way to concurrently access a Lucene index from multiple threads

2008-12-10 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655525#action_12655525 ] Otis Gospodnetic commented on LUCENE-1026: -- My impression was that this didn't st

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

2008-12-10 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1380: - Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Fix Version/s: 2

[jira] Commented: (LUCENE-1487) FieldCacheTermsFilter

2008-12-10 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655517#action_12655517 ] Otis Gospodnetic commented on LUCENE-1487: -- Would it be possible to reformat to u

[jira] Updated: (LUCENE-1487) FieldCacheTermsFilter

2008-12-10 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1487: - Component/s: Search Lucene Fields: [New, Patch Available] (was: [New])

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1483: --- Attachment: LUCENE-1483.patch Exellent! That was a sneaky one. I attached a tiny c

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch Okay, now its as fast, if not a bit faster. I was doing the priority

[jira] Updated: (LUCENE-1314) IndexReader.clone

2008-12-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1314: - Attachment: LUCENE-1314.patch LUCENE-1314.patch - bytes now cloning properly compared t

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655424#action_12655424 ] Mark Miller commented on LUCENE-1483: - I think I see my mistake. Dumb one - I think I

Re: hudson failure

2008-12-10 Thread Chris Hostetter
: Thanks. I gave excluding the class a shot. Clover is a code coverage analysis : tool. http://hudson.zones.apache.org/hudson/job/Lucene-trunk/clover/ A random idea that occured to me as a result of this thread... Given the density of the source code, and the size of the resulting byte code, it

[jira] Updated: (LUCENE-1314) IndexReader.clone

2008-12-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1314: - Attachment: LUCENE-1314.patch LUCENE-1314.patch - SegmentReader.reopenSegment accepts d

[jira] Commented: (LUCENE-1314) IndexReader.clone

2008-12-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655386#action_12655386 ] Jason Rutherglen commented on LUCENE-1314: -- Decided to simply release the lock in

[jira] Commented: (LUCENE-1485) Use OpenBitSet instead of BitVector in SegmentReader

2008-12-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655385#action_12655385 ] Grant Ingersoll commented on LUCENE-1485: - Is the "slightly" in the noise? > Use

[jira] Updated: (LUCENE-1487) FieldCacheTermsFilter

2008-12-10 Thread Tim Sturge (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Sturge updated LUCENE-1487: --- Attachment: FieldCacheTermsFilter.java FieldCacheTermsFilter using OpenBitSet.fastGet() > FieldCac

[jira] Created: (LUCENE-1487) FieldCacheTermsFilter

2008-12-10 Thread Tim Sturge (JIRA)
FieldCacheTermsFilter - Key: LUCENE-1487 URL: https://issues.apache.org/jira/browse/LUCENE-1487 Project: Lucene - Java Issue Type: New Feature Reporter: Tim Sturge This is a companion to FieldCacheRangeFilte

[jira] Commented: (LUCENE-1314) IndexReader.clone

2008-12-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655332#action_12655332 ] Jason Rutherglen commented on LUCENE-1314: -- Seems like 2 solutions to clone and p

Re: [jira] Created: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2008-12-10 Thread markharw00d
>>If wildcards and fuzzyies are supported, why not range ? Because Ranges don't rewrite to a BooleanQuery full of TermQueries so I can easily inspect them. Unlike fuzzy/wildcard/boolean I suspect they are not that generally useful as part of phrase query expressions. Feel free to tinker with t

[jira] Commented: (LUCENE-1314) IndexReader.clone

2008-12-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655315#action_12655315 ] Jason Rutherglen commented on LUCENE-1314: -- The remaining design issue with this

Re: [jira] Created: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2008-12-10 Thread robert engels
If wildcards and fuzzyies are supported, why not range ? We have a custom "range in phrase" parser, and it works really well, but we would like to use standard Lucene is possible. On Dec 10, 2008, at 12:18 PM, Mark Harwood (JIRA) wrote: Wildcards, ORs etc inside Phrase queries -

[jira] Updated: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2008-12-10 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-1486: - Attachment: TestComplexPhraseQuery.java Junit test > Wildcards, ORs etc inside Phrase queries >

[jira] Updated: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2008-12-10 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-1486: - Attachment: ComplexPhraseQueryParser.java QueryParser extension > Wildcards, ORs etc inside Phr

[jira] Created: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2008-12-10 Thread Mark Harwood (JIRA)
Wildcards, ORs etc inside Phrase queries Key: LUCENE-1486 URL: https://issues.apache.org/jira/browse/LUCENE-1486 Project: Lucene - Java Issue Type: Improvement Components: QueryParser Af

Re: jira attachments ?

2008-12-10 Thread Andrew Myers
Hi Robert, I'm part of the JIRA support team and one of our devs brought this up so I've taken a quick look to see if i can try and replicate your problem. I just upgraded to Safari 3.2 on OS X 10.5 and tested on a couple of different versions of JIRA (3.12.2 and 3.13.2) and didn't have a