[jira] Updated: (LUCENE-1539) Improve Benchmark

2009-06-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1539: - Attachment: LUCENE-1539.patch Changed the deletes to be random, cleaned up the code. Mu

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

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718660#action_12718660 ] Mark Miller commented on LUCENE-1685: - which reminds me, highlighter has no changes fi

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

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1685: Fix Version/s: 2.9 > Make the Highlighter use SpanScorer by default >

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

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718658#action_12718658 ] Mark Miller commented on LUCENE-1685: - Didn't even have the actual highlighter code in

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-06-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718650#action_12718650 ] Yonik Seeley commented on LUCENE-1607: -- bq. I still have a feeling we should expose a

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

2009-06-11 Thread Mark Harwood
+1 On 11 Jun 2009, at 21:32, Michael McCandless (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718629 #action_12718629 ] Michael McCandless commented on LUCENE-1685: -

Re: Payloads and TrieRangeQuery

2009-06-11 Thread Yonik Seeley
In Solr land we can quickly hack something together, spend some time thinking about the external HTTP interface, and immediately make it available to users (those using nightlies at least). It would be a huge burden to say to Solr that anything of interest to the Lucene community should be pulled

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718632#action_12718632 ] Shai Erera commented on LUCENE-1630: Given the changes in LUCENE-1407, I don't think w

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

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718629#action_12718629 ] Michael McCandless commented on LUCENE-1685: bq. Make the Highlighter use Span

Re: Lucene memory usage

2009-06-11 Thread Jason Rutherglen
> Yes please post feature requests to Sun ;) I signed up for http://mail.openjdk.java.net/mailman/listinfo/nio-discuss > But I think in the short term Lucene will have to drop to native code to tell OS not to cache bytes read by segment merging... LUCENE-1121 uses transferTo which presumably doe

[jira] Commented: (LUCENE-1676) New Token filter for adding payloads "in-stream"

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718626#action_12718626 ] Michael McCandless commented on LUCENE-1676: I agree we should decide. I woul

Re: Payloads and TrieRangeQuery

2009-06-11 Thread Michael McCandless
On Thu, Jun 11, 2009 at 9:20 AM, Uwe Schindler wrote: > In my opinion, solr and lucene should exchange technology much more. Solr > should concentrate on the "search server" and lucene should provide the > technology. +1 > All additional implementations inside solr like faceting and so > on, cou

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718625#action_12718625 ] Shai Erera commented on LUCENE-1407: bq. If you would implement Remotable in you remot

Re: Lucene memory usage

2009-06-11 Thread Michael McCandless
On Thu, Jun 11, 2009 at 3:21 PM, Jason Rutherglen wrote: > Makes sense. > > Currently MMapDirectory doesn't write using mapped byte buffers, > would the memory management of the OS behave differently if we > were writing to the MMapped bytebuffers as opposed to writing to > an RAF (like with FSDir)

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

2009-06-11 Thread Mark Miller (JIRA)
Make the Highlighter use SpanScorer by default -- Key: LUCENE-1685 URL: https://issues.apache.org/jira/browse/LUCENE-1685 Project: Lucene - Java Issue Type: Improvement Reporter: Mark M

Re: Lucene memory usage

2009-06-11 Thread Jason Rutherglen
Maybe we can put together our requested IO operations and submit them for inclusion in NIO Java 7? http://openjdk.java.net/projects/nio/ On Thu, Jun 11, 2009 at 12:21 PM, Jason Rutherglen < jason.rutherg...@gmail.com> wrote: > Makes sense. > > Currently MMapDirectory doesn't write using mapped b

Re: Payloads and TrieRangeQuery

2009-06-11 Thread Michael McCandless
On Thu, Jun 11, 2009 at 8:46 AM, Yonik Seeley wrote: >>> Really goes into Solr land... my pref for Lucene is to remain a core >>> expert-level full-text search library and keep out things that are >>> easy to do in an application or at another level. >> >> I think this must be the crux of our disa

[jira] Updated: (LUCENE-1607) String.intern() faster alternative

2009-06-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-1607: - Attachment: LUCENE-1607.patch Latest patch attached with multi-threaded test. Some quick perfor

Re: Lucene memory usage

2009-06-11 Thread Jason Rutherglen
Makes sense. Currently MMapDirectory doesn't write using mapped byte buffers, would the memory management of the OS behave differently if we were writing to the MMapped bytebuffers as opposed to writing to an RAF (like with FSDir)? > it's blind LRU approach is often a poor policy (eg for terms di

[jira] Commented: (LUCENE-1676) New Token filter for adding payloads "in-stream"

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718584#action_12718584 ] Mark Miller commented on LUCENE-1676: - I think we should decide on one way or another

[jira] Commented: (LUCENE-1676) New Token filter for adding payloads "in-stream"

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718581#action_12718581 ] Michael McCandless commented on LUCENE-1676: Yeah we have not been consistent

[jira] Updated: (LUCENE-1674) Add IndexReaderFactory to IndexWriter

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1674: --- Fix Version/s: (was: 2.9) 3.1 Moving out. > Add IndexReaderF

[jira] Commented: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718579#action_12718579 ] Michael McCandless commented on LUCENE-1466: I'd like to get this in for 2.9.

[jira] Assigned: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1466: -- Assignee: Michael McCandless > CharFilter - normalize characters before tokeni

[jira] Commented: (LUCENE-1539) Improve Benchmark

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718578#action_12718578 ] Michael McCandless commented on LUCENE-1539: Right, I think deleteDocsByPercen

[jira] Commented: (LUCENE-1539) Improve Benchmark

2009-06-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718575#action_12718575 ] Jason Rutherglen commented on LUCENE-1539: -- It would be good to get done, we need

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

2009-06-11 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718573#action_12718573 ] Mark Harwood commented on LUCENE-1486: -- Perhaps "hacky" was too strong a word. I thin

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718561#action_12718561 ] Michael McCandless commented on LUCENE-1407: Woops, sorry... "ant test-tag" ch

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718559#action_12718559 ] Simon Willnauer commented on LUCENE-1407: - What do you mean by: If you can work ou

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718550#action_12718550 ] Michael McCandless commented on LUCENE-1407: bq. the ant target "test-tag" wi

[jira] Commented: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718539#action_12718539 ] Koji Sekiguchi commented on LUCENE-1466: If I can vote for it, I want it to be par

[jira] Updated: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-1407: Attachment: LUCENE-1407.patch Moved - org.apache.lucene.search.RemoteSearchable.java - org

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-06-11 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1345: - Fix Version/s: (was: 2.9) 3.1 Since I don't think I'll get to providing a

[jira] Commented: (LUCENE-1684) Add matchVersion to StandardAnalyzer

2009-06-11 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718485#action_12718485 ] Marvin Humphrey commented on LUCENE-1684: - +1 This approach addresses all of my c

[jira] Resolved: (LUCENE-1496) Move solr NumberUtils to lucene

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1496. Resolution: Won't Fix OK, I'm resolving as "won't fix". It sounds like Lucene onl

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718481#action_12718481 ] Simon Willnauer commented on LUCENE-1407: - Shai, you miss one little tricky thing

[jira] Commented: (LUCENE-1496) Move solr NumberUtils to lucene

2009-06-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718476#action_12718476 ] Uwe Schindler commented on LUCENE-1496: --- I think we can close this now. I originally

[jira] Resolved: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-979. --- Resolution: Fixed I just removed them. > Remove Deprecated Benchmarking Utilities fr

[jira] Commented: (LUCENE-1496) Move solr NumberUtils to lucene

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718473#action_12718473 ] Michael McCandless commented on LUCENE-1496: Uwe, with trie now handling 32 bi

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718472#action_12718472 ] Shai Erera commented on LUCENE-1407: >From UnicastRemoteObject's documentation: {quot

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718466#action_12718466 ] Shai Erera commented on LUCENE-1407: I did the following: removed the "extends Remote"

[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

2009-06-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718463#action_12718463 ] Grant Ingersoll commented on LUCENE-979: Yes. > Remove Deprecated Benchmarking Uti

[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718452#action_12718452 ] Shai Erera commented on LUCENE-979: --- Oh ok, you mean o.a.l.benchmark.Benchmarker, Abstrac

[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

2009-06-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718450#action_12718450 ] Grant Ingersoll commented on LUCENE-979: bq. What are the "old benchmark" utilities

RE: Payloads and TrieRangeQuery

2009-06-11 Thread Uwe Schindler
From: Michael McCandless [mailto:luc...@mikemccandless.com] > On Wed, Jun 10, 2009 at 6:07 PM, Yonik Seeley > wrote: > > > Really goes into Solr land... my pref for Lucene is to remain a core > > expert-level full-text search library and keep out things that are > > easy to do in an application or

[jira] Commented: (LUCENE-1676) New Token filter for adding payloads "in-stream"

2009-06-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718447#action_12718447 ] Grant Ingersoll commented on LUCENE-1676: - bq. Shouldn't the CHANGES entry in this

[jira] Commented: (LUCENE-1676) New Token filter for adding payloads "in-stream"

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718443#action_12718443 ] Mark Miller commented on LUCENE-1676: - That has been minorly inconsistent in the past.

[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718442#action_12718442 ] Shai Erera commented on LUCENE-979: --- What are the "old benchmark" utilities? > Remove De

[jira] Commented: (LUCENE-1539) Improve Benchmark

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718440#action_12718440 ] Michael McCandless commented on LUCENE-1539: Jason this patch seems close... a

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718436#action_12718436 ] Shai Erera commented on LUCENE-1630: Over in LUCENE-1407 I made some comments about de

[jira] Assigned: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-979: - Assignee: Michael McCandless > Remove Deprecated Benchmarking Utilities from cont

[jira] Resolved: (LUCENE-1642) IndexWriter.addIndexesNoOptimize ignores the compound file setting of the destination index

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1642. Resolution: Fixed I added the test case & committed. Thanks Yasuhiro! > IndexWri

[jira] Commented: (LUCENE-1676) New Token filter for adding payloads "in-stream"

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718433#action_12718433 ] Michael McCandless commented on LUCENE-1676: Shouldn't the CHANGES entry in th

[jira] Resolved: (LUCENE-1592) fix or deprecate TermsEnum.skipTo

2009-06-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1592. --- Resolution: Fixed Committed revision: 783747 > fix or deprecate TermsEnum.skipTo >

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1536: --- Fix Version/s: (was: 2.9) 3.1 Moving out. > if a filter can

Weird problem w/ JIRA

2009-06-11 Thread Shai Erera
Hi I apologize in advance that this email is not directly related to Lucene, but I was wondering if someone else ran into the weird behavior I'm experiencing. I noticed that for just the issues I create, I get two emails for every comment/update, regardless of who does it (me or someone else). Th

Re: Payloads and TrieRangeQuery

2009-06-11 Thread Yonik Seeley
On Thu, Jun 11, 2009 at 7:01 AM, Michael McCandless wrote: > On Wed, Jun 10, 2009 at 6:07 PM, Yonik Seeley > wrote: > >> Really goes into Solr land... my pref for Lucene is to remain a core >> expert-level full-text search library and keep out things that are >> easy to do in an application or at

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718428#action_12718428 ] Shai Erera commented on LUCENE-1407: bq. Shai, I have looked at LUCENE-1630 but haven'

[jira] Updated: (LUCENE-1644) Enable MultiTermQuery's constant score mode to also use BooleanQuery under the hood

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1644: --- Fix Version/s: (was: 2.9) 3.1 I agree... moving out. > Enabl

[jira] Commented: (LUCENE-1599) SpanRegexQuery and SpanNearQuery is not working with MultiSearcher

2009-06-11 Thread Billow Gao (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718419#action_12718419 ] Billow Gao commented on LUCENE-1599: Just uploaded the testcase TestSpanRegexBug.

[jira] Updated: (LUCENE-1599) SpanRegexQuery and SpanNearQuery is not working with MultiSearcher

2009-06-11 Thread Billow Gao (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Billow Gao updated LUCENE-1599: --- Attachment: TestSpanRegexBug.java Sorry, I should write the test case earlier. Forgot to check my em

[jira] Updated: (LUCENE-1684) Add matchVersion to StandardAnalyzer

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1684: --- Attachment: LUCENE-1684.patch > Add matchVersion to StandardAnalyzer > -

Re: back compat is good

2009-06-11 Thread Michael McCandless
On Wed, Jun 10, 2009 at 4:21 PM, Yonik Seeley wrote: > On Wed, Jun 10, 2009 at 4:11 PM, Mark Miller wrote: >> The computer should handle that >> for me. It really should be as easy >> as saying, look I want the best new defaults, or I want the back compat >> defaults. The computer should figure >>

[jira] Created: (LUCENE-1684) Add matchVersion to StandardAnalyzer

2009-06-11 Thread Michael McCandless (JIRA)
Add matchVersion to StandardAnalyzer Key: LUCENE-1684 URL: https://issues.apache.org/jira/browse/LUCENE-1684 Project: Lucene - Java Issue Type: Improvement Components: Analysis Repor

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718403#action_12718403 ] Simon Willnauer commented on LUCENE-1407: - Shai, I have looked at LUCENE-1630 but

Re: Payloads and TrieRangeQuery

2009-06-11 Thread Michael McCandless
On Wed, Jun 10, 2009 at 6:07 PM, Yonik Seeley wrote: > Really goes into Solr land... my pref for Lucene is to remain a core > expert-level full-text search library and keep out things that are > easy to do in an application or at another level. I think this must be the crux of our disagreement.

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718398#action_12718398 ] Shai Erera commented on LUCENE-1407: Hmm ... maybe that won't be that simple. As part

[jira] Commented: (LUCENE-1599) SpanRegexQuery and SpanNearQuery is not working with MultiSearcher

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718396#action_12718396 ] Mark Miller commented on LUCENE-1599: - Hey Billow, do you have anything to add to help

[jira] Updated: (LUCENE-772) Index corruption can cause infinite spin loop when Lucene attempts to incorrectly uncompress fields

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-772: --- Fix Version/s: (was: 2.1) 3.1 > Index corruption can cause infinite spin loop

[jira] Updated: (LUCENE-996) Parsing mixed inclusive/exclusive range queries

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-996: --- Fix Version/s: (was: 3.0) 3.1 > Parsing mixed inclusive/exclusive range querie

[jira] Updated: (LUCENE-1482) Replace infoSteram by a logging framework (SLF4J)

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1482: Fix Version/s: (was: 3.0) 3.1 > Replace infoSteram by a logging framework (

[jira] Updated: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1407: Fix Version/s: (was: 3.0) 2.9 Looks like we flip back for now in either cas

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718379#action_12718379 ] Shai Erera commented on LUCENE-1407: In LUCENE-1630 I'm going to do just that, as part

Re: Lucene memory usage

2009-06-11 Thread Michael McCandless
On Wed, Jun 10, 2009 at 9:24 PM, Jason Rutherglen wrote: > I read over the LUCENE-1458 comments again. Interesting. I think > the most compelling argument is that the various files we're > normally loading into the heap are, after merging, in the IO > cache. If we can simply reuse the IO cache rath

RE: MMap certain files, leave the rest to the regular dir

2009-06-11 Thread Uwe Schindler
This was my first idea, when I read the subject. The solution is FileSwitchDirectory. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Michael McCandless [mailto:luc...@mikemccandless.com] > Sent: Thu

[jira] Updated: (LUCENE-1545) Standard analyzer does not correctly tokenize combining character U+0364 COMBINING LATIN SMALL LETTRE E

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1545: --- Fix Version/s: (was: 3.0) 3.1 Mark, when we push, we should p

[jira] Updated: (LUCENE-1167) add compatibility statement to README.txt for all contribs

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1167: --- Fix Version/s: (was: 2.9) 3.1 I agree; moving out. > add com

Re: MMap certain files, leave the rest to the regular dir

2009-06-11 Thread Michael McCandless
Could we use FileSwitchDirectory to achieve that? Mike On Thu, Jun 11, 2009 at 1:12 AM, Jason Rutherglen wrote: > On the topic of MMaping files. Would a Directory implementation > that transparently MMaps only certain files be interesting? It > could MMap files that are accessed frequently (term

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718363#action_12718363 ] Michael McCandless commented on LUCENE-1407: I'd also like to see this in 2.9

[jira] Updated: (LUCENE-1592) fix or deprecate TermsEnum.skipTo

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1592: --- Fix Version/s: 2.9 Assignee: Uwe Schindler OK moving back to 2.9 & assignin

[jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2009-06-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718360#action_12718360 ] Simon Willnauer commented on LUCENE-1407: - This bugs me for a while already. Just

[jira] Commented: (LUCENE-1592) fix or deprecate TermsEnum.skipTo

2009-06-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718357#action_12718357 ] Uwe Schindler commented on LUCENE-1592: --- I will do this and close this issue, it is

[jira] Updated: (LUCENE-1460) Change all contrib TokenStreams/Filters to use the new TokenStream API

2009-06-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1460: Attachment: LUCENE-1460_contrib_partial.txt LUCENE-1460_core.txt split patch: core

[jira] Commented: (LUCENE-1460) Change all contrib TokenStreams/Filters to use the new TokenStream API

2009-06-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718342#action_12718342 ] Simon Willnauer commented on LUCENE-1460: - Robert, would you divide your patch int

[jira] Commented: (LUCENE-1482) Replace infoSteram by a logging framework (SLF4J)

2009-06-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718327#action_12718327 ] Shai Erera commented on LUCENE-1482: I'm not even sure if this issue should be kept ar