Re: Welcome Robert Muir as Lucene Java contrib committer

2009-08-03 Thread Michael Busch
What a terrible timing! A week earlier and I could have assigned LUCENE-1460 to you, Robert... :) Just kidding, very happy that you're aboard! Michael On 8/3/09 12:32 PM, Grant Ingersoll wrote: The Lucene PMC is pleased to announce that Robert Muir has accepted an invitation to join the Luce

[jira] Commented: (LUCENE-1769) Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.4.3 or better

2009-08-03 Thread Nick Pellow (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738840#action_12738840 ] Nick Pellow commented on LUCENE-1769: - Hi Hoss, {quote} Nick: if i'm understanding t

Re: basic questions on the new QueryParser

2009-08-03 Thread Adriano Crestani
The "original" and "helper" aren't that descriptive to users. It's named "helper" because it extends QueryParserHelper, that's the only reason. I think it's ok to rename "original" to something else. . I also share Mike's opinion, I prefer "default" over "original". Mike - isn't "fast forwarding

[jira] Updated: (LUCENE-1778) Add log.step support per task

2009-08-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1778: --- Attachment: LUCENE-1778.patch Updated package.html to describe the latest ContentSource/DocMaker cha

Re: basic questions on the new QueryParser

2009-08-03 Thread Shai Erera
Mike - isn't "fast forwarding 3 years" means that the current QP will be removed, together w/ the OriginalQPHelper and we'll have just one QP? And I'd think we'll want to call it Default or something, so users can distinguish between it (which parses the Lucene query syntax) and another custom pars

SortField questions

2009-08-03 Thread Yonik Seeley
Why is "reversed" passed into SortField.getComparator(), and what does it mean? Should it always be passed as sortField.getReversed() (and if so, why does the param exist at all)? Also, FieldComparator has no javadoc for most of it's methods. For example: public void setNextReader(IndexReader

[jira] Commented: (LUCENE-1769) Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.4.3 or better

2009-08-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738754#action_12738754 ] Hoss Man commented on LUCENE-1769: -- bq. I only want to remove the call to the (I call it

[jira] Commented: (LUCENE-1749) FieldCache introspection API

2009-08-03 Thread Chris Hostetter (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738721#action_12738721 ] Chris Hostetter commented on LUCENE-1749: - : I've got one more draft here with t

[jira] Commented: (LUCENE-1748) getPayloadSpans on org.apache.lucene.search.spans.SpanQuery should be abstract

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738714#action_12738714 ] Mark Miller commented on LUCENE-1748: - Has something like this come up in the past? Ho

[jira] Commented: (LUCENE-1749) FieldCache introspection API

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738698#action_12738698 ] Mark Miller commented on LUCENE-1749: - I've got one more draft here with the smallest

[jira] Commented: (LUCENE-1763) MergePolicy should require an IndexWriter upon construction

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738692#action_12738692 ] Mark Miller commented on LUCENE-1763: - bq. I think subclassing LMP is also extremely a

Re: basic questions on the new QueryParser

2009-08-03 Thread Luis Alves
Michael McCandless wrote: OK thanks for the clarification... that makes sense. So the builder should really be a "rote" translation of a query node into the corresponding Query. All "interesting" work should instead be done by the processors (or maybe the parser). Hi Mike, Only the Proce

[jira] Assigned: (LUCENE-1628) Persian Analyzer

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned LUCENE-1628: --- Assignee: Robert Muir (was: Mark Miller) > Persian Analyzer > > >

[jira] Assigned: (LUCENE-1758) improve arabic analyzer: light8 -> light10

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1758: -- Assignee: Robert Muir (was: Michael McCandless) Welcome aboard Robert! > imp

[jira] Resolved: (LUCENE-1775) Change remaining contrib streams/filters to use new TokenStream API

2009-08-03 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-1775. --- Resolution: Fixed Committed revision 800606. > Change remaining contrib streams/filters to

Re: basic questions on the new QueryParser

2009-08-03 Thread Michael McCandless
On Mon, Aug 3, 2009 at 3:59 PM, Adriano Crestani wrote: > Yes, it's the Lucene's "default" query parser implemented using the new QP > framework. OK. > Now, about moving it to oal.queryParser, I think it's a subjective decision. > I like it inside oal.queryParser.original, because > we can easil

[jira] Commented: (LUCENE-1685) Make the Highlighter use SpanScorer by default

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738560#action_12738560 ] Mark Miller commented on LUCENE-1685: - I'll commit this within a few days > Make the

Re: Welcome Robert Muir as Lucene Java contrib committer

2009-08-03 Thread Michael McCandless
Welcome Robert! I'll now go reassign LUCENE-1758 to you ;) Mike On Mon, Aug 3, 2009 at 3:51 PM, Robert Muir wrote: > Grant, thanks for the nice introduction. > > I will give a try at this introduction thing: I have a computer > science background, but the last few years I have been meddling with

Re: basic questions on the new QueryParser

2009-08-03 Thread Adriano Crestani
If I read it correctly, the parsing of the query string is decoupled from this. So somebody could also create another query syntax and reuse all processors and builders? Yes, as far as the processors know how to process the node your text parser creates. The QP framework was really designed to hav

RE: basic questions on the new QueryParser

2009-08-03 Thread Uwe Schindler
Thanks for this howto; maybe I can try to do this for LUCENE-1768 as some exercise at the end of the week :-) - I was not able to look into the new framework in detail (I only looked into the Powerpoints on Michael B's Linkedin profile page), but it would be good to have a howto like this mail some

Re: basic questions on the new QueryParser

2009-08-03 Thread Adriano Crestani
I see the "original" package, and the useful OriginalQueryParserHelper within there, that are meant to ease the transition off of the old QueryParser to the new one. First question: is the original package also intended to be Lucene's "default" QueryParser, going forward? Ie, most users will simp

Re: ConcurrentMergeScheduler and MergePolicy question

2009-08-03 Thread Mark Miller
Michael McCandless wrote: On the impact of search performance for large vs small mergeFactors, I think the jury is still out. People should keep testing that (and report back!). Certainly, for the fastest reopen time you never want any merging to be done :) Here is the original exchange I r

[jira] Commented: (LUCENE-1775) Change remaining contrib streams/filters to use new TokenStream API

2009-08-03 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738543#action_12738543 ] Michael Busch commented on LUCENE-1775: --- Thanks, Robert. I'll commit this later toda

RE: Welcome Robert Muir as Lucene Java contrib committer

2009-08-03 Thread Uwe Schindler
Welcome Robert! Good to have you in the team! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Robert Muir [mailto:rcm...@gmail.com] > Sent: Monday, August 03, 2009 9:51 PM > To: java-dev@lucene.apache.org

Re: Welcome Robert Muir as Lucene Java contrib committer

2009-08-03 Thread Robert Muir
Grant, thanks for the nice introduction. I will give a try at this introduction thing: I have a computer science background, but the last few years I have been meddling with languages more than developing software. Maybe this has caused my software skills to be a little rusty! Currently, I work fo

Re: Welcome Robert Muir as Lucene Java contrib committer

2009-08-03 Thread Mark Miller
+1, welcome aboard! Note to whom it may concern: Someone please give Robert his super JIRA karma so that I can properly assign him LUCENE-1628. - Mark Grant Ingersoll wrote: The Lucene PMC is pleased to announce that Robert Muir has accepted an invitation to join the Lucene community as a co

Welcome Robert Muir as Lucene Java contrib committer

2009-08-03 Thread Grant Ingersoll
The Lucene PMC is pleased to announce that Robert Muir has accepted an invitation to join the Lucene community as a contrib committer. Robert has contributed a number of advances related to foreign language analysis and other capabilities in the Lucene contrib. Robert, tradition has it tha

[jira] Updated: (LUCENE-1775) Change remaining contrib streams/filters to use new TokenStream API

2009-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1775: Attachment: lucene-contrib-sinks.patch same patch as Michael's, just removed a stray import org.a

[jira] Updated: (LUCENE-1775) Change remaining contrib streams/filters to use new TokenStream API

2009-08-03 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1775: -- Attachment: lucene-contrib-sinks.patch > Change remaining contrib streams/filters to use new T

[jira] Updated: (LUCENE-1775) Change remaining contrib streams/filters to use new TokenStream API

2009-08-03 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1775: -- Attachment: (was: lucene-contrib-sinks.patch) > Change remaining contrib streams/filters t

[jira] Updated: (LUCENE-1775) Change remaining contrib streams/filters to use new TokenStream API

2009-08-03 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1775: -- Attachment: lucene-contrib-sinks.patch {quote} One last question, we didnt do anything with an

[jira] Updated: (LUCENE-1775) Change remaining contrib streams/filters to use new TokenStream API

2009-08-03 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1775: -- Summary: Change remaining contrib streams/filters to use new TokenStream API (was: Change org

[jira] Reopened: (LUCENE-1775) Change org.apache.lucene.analysis.shingle to use new TokenStream API

2009-08-03 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reopened LUCENE-1775: --- > Change org.apache.lucene.analysis.shingle to use new TokenStream API > ---

basic questions on the new QueryParser

2009-08-03 Thread Michael McCandless
I'm trying to get started with the new (flexible) QueryParser, in contrib. I see the "original" package, and the useful OriginalQueryParserHelper within there, that are meant to ease the transition off of the old QueryParser to the new one. First question: is the original package also intended to

[jira] Commented: (LUCENE-1778) Add log.step support per task

2009-08-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738447#action_12738447 ] Shai Erera commented on LUCENE-1778: Thanks Mark, updating the existing .alg files sli

[jira] Updated: (LUCENE-1778) Add log.step support per task

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1778: Attachment: LUCENE-1778.patch I changed the delete log step in the existing algs to match the new

[jira] Updated: (LUCENE-1778) Add log.step support per task

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1778: Priority: Minor (was: Major) Assignee: Mark Miller > Add log.step support per task >

[jira] Updated: (LUCENE-1778) Add log.step support per task

2009-08-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1778: --- Attachment: LUCENE-1778.patch PerfTask changes + a test case. All benchmark tests pass. > Add log.s

[jira] Created: (LUCENE-1778) Add log.step support per task

2009-08-03 Thread Shai Erera (JIRA)
Add log.step support per task - Key: LUCENE-1778 URL: https://issues.apache.org/jira/browse/LUCENE-1778 Project: Lucene - Java Issue Type: Improvement Components: contrib/benchmark Reporter:

[jira] Updated: (LUCENE-1748) getPayloadSpans on org.apache.lucene.search.spans.SpanQuery should be abstract

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1748: Attachment: LUCENE-1748.patch Too trunk - removes the lazy load payload issue which has been resol

Re: IndexWriter.getReader usage

2009-08-03 Thread DM Smith
On 08/03/2009 08:21 AM, Earwin Burrfoot wrote: The biggest win for NRT was switching to per-segment Collector because that meant we could re-use FieldCache entries for all segments that hadn't changed. In my opinion, this switch was enough to get as NRT-ey, as you want. Fusing IR/IW togeth

[jira] Resolved: (LUCENE-1776) NearSpansOrdered does not lazy load payloads as the PayloadSpans javadoc implies

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1776. - Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) > NearSpansOrdered

[jira] Commented: (LUCENE-1774) In a benchmark alg, if you use a log.step thats higher than the number of docs you add, whacky high numbers are logged for doc adds

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738349#action_12738349 ] Mark Miller commented on LUCENE-1774: - bq. What do you think? Shall I open an issue fo

[jira] Issue Comment Edited: (LUCENE-1774) In a benchmark alg, if you use a log.step thats higher than the number of docs you add, whacky high numbers are logged for doc adds

2009-08-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738346#action_12738346 ] Shai Erera edited comment on LUCENE-1774 at 8/3/09 6:55 AM: I

[jira] Commented: (LUCENE-1774) In a benchmark alg, if you use a log.step thats higher than the number of docs you add, whacky high numbers are logged for doc adds

2009-08-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738346#action_12738346 ] Shai Erera commented on LUCENE-1774: I like that idea. DeleteDocTask today defines a "

[jira] Updated: (LUCENE-1776) NearSpansOrdered does not lazy load payloads as the PayloadSpans javadoc implies

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1776: Attachment: LUCENE-1776.patch > NearSpansOrdered does not lazy load payloads as the PayloadSpans j

[jira] Commented: (LUCENE-1774) In a benchmark alg, if you use a log.step thats higher than the number of docs you add, whacky high numbers are logged for doc adds

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738332#action_12738332 ] Mark Miller commented on LUCENE-1774: - Good idea! I'm not so keen on adding it as a p

[jira] Commented: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738331#action_12738331 ] Michael McCandless commented on LUCENE-1773: Patch looks good Koji! I plan to

[jira] Commented: (LUCENE-1775) Change org.apache.lucene.analysis.shingle to use new TokenStream API

2009-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738325#action_12738325 ] Robert Muir commented on LUCENE-1775: - Michael, I looked at your patch, really glad yo

Re: Java caching of low-level index data?

2009-08-03 Thread Earwin Burrfoot
> I'm curious if anyone has thought about (or even tried) caching the low-level > index data in Java, rather than > in the OS. For example, at the IndexInput level there could be an LRU cache > of byte[] blocks, similar to > how a RDBMS caches index pages. (Conveniently, BufferedIndexInput alre

Re: TestIndexWriter failure

2009-08-03 Thread Michael McCandless
I don't think that's the problem -- mergeMiddle shouldn't need any sync'ing, because getNextMerge (which is sync'd) will have already advanced the merge into runningMerges. Ie, finishMerges(false) tells all runningMerges to abort, and then waits for them to do so. During this time, because stopMe

Re: IndexWriter.getReader usage

2009-08-03 Thread Earwin Burrfoot
> The biggest win for NRT was switching to per-segment Collector because > that meant we could re-use FieldCache entries for all segments that > hadn't changed. In my opinion, this switch was enough to get as NRT-ey, as you want. Fusing IR/IW together makes Lucene a great deal more complicated and

[jira] Commented: (LUCENE-1689) supplementary character handling

2009-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738312#action_12738312 ] Robert Muir commented on LUCENE-1689: - I think instead of the way I prototyped in the

[jira] Updated: (LUCENE-1504) Contrib-Spatial should use DocSet API rather then deprecated BitSet API

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1504: --- Attachment: LUCENE-1504.patch OK new patch: * Improved TestCartesian to test 6.0,

[jira] Commented: (LUCENE-1777) Error on distance query where miles < 1.0

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738301#action_12738301 ] Michael McCandless commented on LUCENE-1777: {quote} I do not agree with 2°) a

[jira] Commented: (LUCENE-1504) Contrib-Spatial should use DocSet API rather then deprecated BitSet API

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738302#action_12738302 ] Michael McCandless commented on LUCENE-1504: I'll take it. > Contrib-Spatial

[jira] Commented: (LUCENE-1777) Error on distance query where miles < 1.0

2009-08-03 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738304#action_12738304 ] Nicolas Helleringer commented on LUCENE-1777: - Sounds great ! Thx > Error on

[jira] Assigned: (LUCENE-1504) Contrib-Spatial should use DocSet API rather then deprecated BitSet API

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1504: -- Assignee: Michael McCandless (was: Uwe Schindler) > Contrib-Spatial should us

[jira] Commented: (LUCENE-1777) Error on distance query where miles < 1.0

2009-08-03 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738299#action_12738299 ] Nicolas Helleringer commented on LUCENE-1777: - 1°) is done by the patch i atta

[jira] Commented: (LUCENE-1777) Error on distance query where miles < 1.0

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738298#action_12738298 ] Michael McCandless commented on LUCENE-1777: bq. Actually there is already a f

[jira] Commented: (LUCENE-1702) Thai token type() bug

2009-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738280#action_12738280 ] Robert Muir commented on LUCENE-1702: - related to this issue, Steven has added support

[jira] Commented: (LUCENE-1777) Error on distance query where miles < 1.0

2009-08-03 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738271#action_12738271 ] Nicolas Helleringer commented on LUCENE-1777: - Actually there is already a flo

[jira] Updated: (LUCENE-1504) Contrib-Spatial should use DocSet API rather then deprecated BitSet API

2009-08-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1504: -- Description: Contrib-Spatial should be rewritten to use the new DocIdSet Filter API with OpenB

[jira] Commented: (LUCENE-1777) Error on distance query where miles < 1.0

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738266#action_12738266 ] Michael McCandless commented on LUCENE-1777: I do like upgrading int -> double

[jira] Commented: (LUCENE-1777) Error on distance query where miles < 1.0

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738256#action_12738256 ] Michael McCandless commented on LUCENE-1777: I've included the "floor miles at

[jira] Updated: (LUCENE-1504) SerialChainFilter should use DocSet API rather then deprecated BitSet API

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1504: --- Attachment: LUCENE-1504.patch New patch: * Also switched over CartesianShapeFilte

[jira] Commented: (LUCENE-1777) Error on distance query where miles < 1.0

2009-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738249#action_12738249 ] Michael McCandless commented on LUCENE-1777: Indeed, this is the exception I s

[jira] Updated: (LUCENE-1777) Error on distance query where miles < 1.0

2009-08-03 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Helleringer updated LUCENE-1777: Attachment: LUCENE-1777.patch This should solve your problem. Could you check ple