[jira] Commented: (LUCENE-1709) Parallelize Tests

2010-03-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843385#action_12843385 ] Jason Rutherglen commented on LUCENE-1709: -- Robert, very nice! > Parallelize T

[jira] Commented: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843354#action_12843354 ] Michael McCandless commented on LUCENE-2089: YEAH! > explore using automaton

[jira] Commented: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843337#action_12843337 ] Uwe Schindler commented on LUCENE-2089: --- Phantastic! > explore using automaton for

[jira] Created: (LUCENE-2307) Spurious exception in TestIndexWriter

2010-03-09 Thread Earwin Burrfoot (JIRA)
Spurious exception in TestIndexWriter - Key: LUCENE-2307 URL: https://issues.apache.org/jira/browse/LUCENE-2307 Project: Lucene - Java Issue Type: Bug Affects Versions: 3.0.2 Environment: MacO

[jira] Commented: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843331#action_12843331 ] Mark Miller commented on LUCENE-2089: - Sweet! > explore using automaton for fuzzyquer

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Assignee: Robert Muir (was: Mark Miller) I think this patch is ready. Will commit in a few days

[jira] Updated: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1990: --- Attachment: LUCENE-1990.patch OK new patch attached: - Ported to flex, and cutove

Re: Baby steps towards making Lucene's scoring more flexible...

2010-03-09 Thread Marvin Humphrey
On Tue, Mar 09, 2010 at 01:18:12PM -0500, Michael McCandless wrote: > > >> You said "of course" before but... how in your proposal could one > >> store all stats for a given field during indexing, but then sometimes > >> use match-only and sometimes full-scoring when querying against that > >> fie

Re: Multi-node stats within individual nodes (was "Baby steps...")

2010-03-09 Thread Michael McCandless
On Tue, Mar 9, 2010 at 2:11 PM, Marvin Humphrey wrote: >> > I don't know that compressing the raw materials is going to work as well as >> > compressing the final product.  Early quantization errors get compounded >> > when >> > used in later calculations. >> >> I would not compress for starters.

[jira] Commented: (LUCENE-1889) FastVectorHighlighter: support for additional queries

2010-03-09 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843261#action_12843261 ] Digy commented on LUCENE-1889: -- bq. One thing i noticed immediately is that many query types

Re: Multi-node stats within individual nodes (was "Baby steps...")

2010-03-09 Thread Marvin Humphrey
On Tue, Mar 09, 2010 at 01:04:19PM -0500, Michael McCandless wrote: > BM25 needs the field length in tokens. lnu.ltc needs avg(tf). These > 2 stats seem to the "common" ones (according to Robert). So I want to > start with them. OK, interesting. > > I don't know that compressing the raw materi

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch Updated patch: * optimizations for small indexes * improved tests t

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843220#action_12843220 ] Michael McCandless commented on LUCENE-1990: bq. Why has one class a full-uppe

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843218#action_12843218 ] Michael McCandless commented on LUCENE-1990: bq. We should also add the @lucen

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843215#action_12843215 ] Michael McCandless commented on LUCENE-1990: bq. It will help a lot if you tak

Re: Baby steps towards making Lucene's scoring more flexible...

2010-03-09 Thread Michael McCandless
On Tue, Mar 9, 2010 at 10:03 AM, Marvin Humphrey wrote: > On Tue, Mar 09, 2010 at 05:06:08AM -0500, Michael McCandless wrote: >> > For what it's worth, that's sort of the way KS used to work: >> > Schema/FieldType >> > information was stored entirely in source code. That's changed and now we >>

Re: Multi-node stats within individual nodes (was "Baby steps...")

2010-03-09 Thread Michael McCandless
On Tue, Mar 9, 2010 at 2:28 AM, Marvin Humphrey wrote: > On Mon, Mar 08, 2010 at 02:23:47PM -0500, Michael McCandless wrote: >> For a large index the stats will be stable after re-indexing only a >> few more docs. > > Well, not if there's been huge churn on other nodes in the interim. Right. >>

[jira] Updated: (LUCENE-2306) contrib/xml-query-parser: NumericRangeFilter support

2010-03-09 Thread Jingkei Ly (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingkei Ly updated LUCENE-2306: --- Attachment: LUCENE-2306.patch Updated patch to include a QueryBuilder for NumericRangeQuery. I als

[jira] Commented: (LUCENE-2306) contrib/xml-query-parser: NumericRangeFilter support

2010-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843178#action_12843178 ] Uwe Schindler commented on LUCENE-2306: --- Would it be also possible to alternatively

[jira] Updated: (LUCENE-2306) contrib/xml-query-parser: NumericRangeFilter support

2010-03-09 Thread Jingkei Ly (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingkei Ly updated LUCENE-2306: --- Attachment: LUCENE-2306.patch Attached patch > contrib/xml-query-parser: NumericRangeFilter support

[jira] Created: (LUCENE-2306) contrib/xml-query-parser: NumericRangeFilter support

2010-03-09 Thread Jingkei Ly (JIRA)
contrib/xml-query-parser: NumericRangeFilter support Key: LUCENE-2306 URL: https://issues.apache.org/jira/browse/LUCENE-2306 Project: Lucene - Java Issue Type: Improvement Compon

Re: Baby steps towards making Lucene's scoring more flexible...

2010-03-09 Thread Marvin Humphrey
On Tue, Mar 09, 2010 at 05:06:08AM -0500, Michael McCandless wrote: > > For what it's worth, that's sort of the way KS used to work: > > Schema/FieldType > > information was stored entirely in source code. That's changed and now we > > serialize the whole schema including all Analyzers, but sourc

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-09 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843027#action_12843027 ] Toke Eskildsen commented on LUCENE-1990: Michael McCandless: {quote} * I think

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-09 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843028#action_12843028 ] Toke Eskildsen commented on LUCENE-1990: Uwe Schindler: {quote} We should also add

Re: Baby steps towards making Lucene's scoring more flexible...

2010-03-09 Thread Michael McCandless
On Mon, Mar 8, 2010 at 9:47 PM, Marvin Humphrey wrote: > On Mon, Mar 08, 2010 at 01:13:53PM -0500, Michael McCandless wrote: >> I think we can actually do so w/o losing Lucene's loose typing if we >> simply peeled out [say] a FieldType class that holds the settings you >> now set on each field (om