[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-17 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700415#action_12700415 ] Shai Erera commented on LUCENE-1591: Hmmm ... Mike built that file from the xerces pro

[jira] Commented: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-04-17 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700414#action_12700414 ] Shai Erera commented on LUCENE-1516: look at extractWikipedia.alg, which uses the Enwi

[jira] Commented: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700397#action_12700397 ] Robert Muir commented on LUCENE-1606: - its ~700ms if i .setConstantScoreRewrite(true)

[jira] Commented: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-17 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700393#action_12700393 ] Mark Miller commented on LUCENE-1606: - {quote}on my big index its actually faster with

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: automatonMultiQuery.patch ok I refactored this to use FilteredTermEnum/MultiTermQuery

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-17 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700391#action_12700391 ] Mark Miller commented on LUCENE-831: I've got a bit of the same feeling. My list was mo

[jira] Commented: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-04-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700354#action_12700354 ] Jason Rutherglen commented on LUCENE-1516: -- I noticed NearRealtimeReaderTask is i

[jira] Commented: (LUCENE-1591) Enable bzip compression in benchmark

2009-04-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700349#action_12700349 ] Jason Rutherglen commented on LUCENE-1591: -- Related to the new xerces-2.9.1-patch

RE: PrefixQuery.rewrite

2009-04-17 Thread David Seltzer
Thanks for the explanation! I was mistaken in my understanding of the sort order of TermEnum. -Dave -Original Message- From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Friday, April 17, 2009 5:08 PM To: java-dev@lucene.apache.org Subject: RE: PrefixQuery.rewrite Hi Dave, The code is

RE: PrefixQuery.rewrite

2009-04-17 Thread Uwe Schindler
Hi Dave, The code is correct, here my comments: > This > code, as I understand it, is designed to expand a prefix wildcard and > rewrite the query as a long boolean series of ANDs. > > To improve performance the code has a Break statement designed to kick > out of the TermEnum starts enumerating

[jira] Commented: (LUCENE-1518) Merge Query and Filter classes

2009-04-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700325#action_12700325 ] Jason Rutherglen commented on LUCENE-1518: -- What's the status of this patch? Have

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

2009-04-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch I added an IndexWriter.getRAMIndex method that returns a R

PrefixQuery.rewrite

2009-04-17 Thread David Seltzer
Hello, I'm writing a small function to enumerate all the values of a field. I decided that I'd base my code of the PrefixQuery.rewrite() code. This code, as I understand it, is designed to expand a prefix wildcard and rewrite the query as a long boolean series of ANDs. To improve performance the

CHANGES.txt

2009-04-17 Thread Steven A Rowe
A few random observations about CHANGES.txt and the generated CHANGES.html: - The "ü" in Christian Kohlschütter's name is not proper UTF-8 (maybe it's double-encoded or something) in the two LUCENE-1186 mentions in the Trunk section, though it looks okay in the LUCENE-1186 mention in the 2.4.1 r

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700177#action_12700177 ] Michael McCandless commented on LUCENE-831: --- I've been struggling with the "right

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-17 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700175#action_12700175 ] Mark Miller commented on LUCENE-831: Yes, I agree - will do. > Complete overhaul of Fi

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-04-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700154#action_12700154 ] Uwe Schindler commented on LUCENE-831: -- I think, it would be a good idea to have the U