[jira] Updated: (LUCENE-981) NewAnalyzerTask

2007-08-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-981: --- Attachment: LUCENE-981.patch Patch should be applied in contrib/benchmark. Patch also includ

[jira] Created: (LUCENE-981) NewAnalyzerTask

2007-08-15 Thread Grant Ingersoll (JIRA)
NewAnalyzerTask --- Key: LUCENE-981 URL: https://issues.apache.org/jira/browse/LUCENE-981 Project: Lucene - Java Issue Type: New Feature Components: contrib/benchmark Reporter: Grant Ingersoll As

[jira] Commented: (LUCENE-980) Formatting error in ReportTask in contrib/benchmark

2007-08-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520135 ] Grant Ingersoll commented on LUCENE-980: Or the padding could be extended > Formatting error in ReportTask i

[jira] Created: (LUCENE-980) Formatting error in ReportTask in contrib/benchmark

2007-08-15 Thread Grant Ingersoll (JIRA)
Formatting error in ReportTask in contrib/benchmark --- Key: LUCENE-980 URL: https://issues.apache.org/jira/browse/LUCENE-980 Project: Lucene - Java Issue Type: Bug Components: contri

[jira] Assigned: (LUCENE-980) Formatting error in ReportTask in contrib/benchmark

2007-08-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-980: -- Assignee: Grant Ingersoll > Formatting error in ReportTask in contrib/benchmark > -

[jira] Commented: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-08-15 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520132 ] Karl Wettin commented on LUCENE-550: Grant Ingersoll - 15/Aug/07 05:17 PM > Should I wait on this until you figur

[jira] Commented: (LUCENE-845) If you "flush by RAM usage" then IndexWriter may over-merge

2007-08-15 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520130 ] Steven Parkes commented on LUCENE-845: -- This increases file descriptor usage in some cases, right? In the old sc

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

2007-08-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-979: --- Fix Version/s: 2.9 > Remove Deprecated Benchmarking Utilities from contrib/benchmark > --

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

2007-08-15 Thread Grant Ingersoll (JIRA)
Remove Deprecated Benchmarking Utilities from contrib/benchmark --- Key: LUCENE-979 URL: https://issues.apache.org/jira/browse/LUCENE-979 Project: Lucene - Java Issue Type: Improvem

[jira] Commented: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-08-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520125 ] Grant Ingersoll commented on LUCENE-550: Should I wait on this until you figure this out? > InstantiatedInde

[jira] Updated: (LUCENE-845) If you "flush by RAM usage" then IndexWriter may over-merge

2007-08-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-845: -- Attachment: LUCENE-845.patch First cut patch. You have to first apply the most recent

[jira] Updated: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-15 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-847: - Attachment: LUCENE-847.patch.txt Updated patch: * Don't call deprecated methods - note: curren

Spans questions

2007-08-15 Thread Grant Ingersoll
Couple of Spans questions for people: 1. Would the docs be clearer for Spans.end() if it said that the span is not inclusive of the end position? From what I can tell, it is not inclusive, correct? 2. I have added the following test to TestSpans.java public void testSpanNearUnOrdered() th

[jira] Updated: (LUCENE-978) GC resources in TermInfosReader when exception occurs in its constructor

2007-08-15 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Li updated LUCENE-978: --- Attachment: TermInfosReader.patch > GC resources in TermInfosReader when exception occurs in its constructor

[jira] Created: (LUCENE-978) GC resources in TermInfosReader when exception occurs in its constructor

2007-08-15 Thread Ning Li (JIRA)
GC resources in TermInfosReader when exception occurs in its constructor Key: LUCENE-978 URL: https://issues.apache.org/jira/browse/LUCENE-978 Project: Lucene - Java Is

Re: Best Practices for getting Strings from a position range

2007-08-15 Thread Grant Ingersoll
On Aug 15, 2007, at 10:46 AM, Peter Keegan wrote: Grant, I built an index as described here: http://www.nabble.com/SpanQuery-and-database-join-tf4262902.html Many documents have only 1 or 2 rows, some have dozens. Here is a typical query without spans: +((+contents:quaker +contents:cereal) (

Re: Best Practices for getting Strings from a position range

2007-08-15 Thread Peter Keegan
Grant, I built an index as described here: http://www.nabble.com/SpanQuery-and-database-join-tf4262902.html Many documents have only 1 or 2 rows, some have dozens. Here is a typical query without spans: +((+contents:quaker +contents:cereal) (+boost50:quaker +boost50:cereal)) +literals:co$us), so