Hudson build is back to normal: Lucene-trunk #904

2009-07-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/904/changes - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736459#action_12736459 ] Michael Busch commented on LUCENE-1567: --- {quote} I will submit another patch tomorro

RE: [jira] Commented: (LUCENE-1764) SampleComparable doesn't work well in contrib/remote tests

2009-07-28 Thread Uwe Schindler
Sorry, it is not very big in the docs (and in my opinion at the wrong place), but SortField.equals() and hashCode() contain a hint: /** Returns true if o is equal to this. If a * {...@link SortComparatorSource} (deprecated) or {...@link * FieldCache.Parser} was provided, it must proper

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736454#action_12736454 ] Adriano Crestani commented on LUCENE-1567: -- {quote} Are you going to submit a new

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

2009-07-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736445#action_12736445 ] Michael Busch commented on LUCENE-1460: --- {quote} with analyzers/compound {quote} C

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1567: - Attachment: lucene_trunk_FlexQueryParser_2009july28_v10.patch - Just revised patch and f

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736439#action_12736439 ] Michael Busch commented on LUCENE-1567: --- {quote} I noticed you renamed LuceneQueryCo

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

2009-07-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736431#action_12736431 ] Robert Muir commented on LUCENE-1758: - i think it is probably ready, the only other e

Build failed in Hudson: Lucene-trunk #903

2009-07-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/903/changes Changes: [hossman] LUCENE-1764 minor tweaks to SampleComparable so that it causes more sane FieldCache usage in contrib/remote tests -- [...truncated 21085 lines...] [javadoc] Note:

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

2009-07-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch checkpoint: really hack implementation of checkFieldCacheSubReaderSanity t

Re: [jira] Commented: (LUCENE-1764) SampleComparable doesn't work well in contrib/remote tests

2009-07-28 Thread Chris Hostetter
: We prob want a javadoc warning of some kind too though right? Its not : immediately obvious that when you switch to using remote, you better : have implemented some form of equals/hashcode or you will have a memory : leak. Hmmm, now i'm confused. Uwe's comment in the issue said "This is note

Re: position available

2009-07-28 Thread Ted Dunning
Brilliant. Thanks. On Tue, Jul 28, 2009 at 4:34 PM, Tim Williams wrote: > Hey Ted, > If you need to cast a wider ASF net, you may try j...@apache too... > --tim > > On Tue, Jul 28, 2009 at 6:46 PM, Ted Dunning wrote: > > > > I don't want to spam this mailing list (much). > > > > But I would lik

Re: position available

2009-07-28 Thread Tim Williams
Hey Ted, If you need to cast a wider ASF net, you may try j...@apache too... --tim On Tue, Jul 28, 2009 at 6:46 PM, Ted Dunning wrote: > > I don't want to spam this mailing list (much). > > But I would like to pass the word that I have a full-time search engineer > position open. > > Follow up dir

[jira] Commented: (LUCENE-1764) SampleComparable doesn't work well in contrib/remote tests

2009-07-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736363#action_12736363 ] Mark Miller commented on LUCENE-1764: - We prob want a javadoc warning of some kind too

[jira] Resolved: (LUCENE-1764) SampleComparable doesn't work well in contrib/remote tests

2009-07-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-1764. -- Resolution: Fixed Committed revision 798726. hashcode/equals changes along what miller described. >

Re: svn commit: r798726 - /lucene/java/trunk/src/test/org/apache/lucene/search/SampleComparable.java

2009-07-28 Thread Mark Miller
bq. + public boolean equals(Object that) { return this.getClass().equals(that.getClass()); } Good call. I had made that change as well. hoss...@apache.org wrote: Author: hossman Date: Tue Jul 28 23:14:13 2009 New Revision: 798726 URL: http://svn.apache.org/viewvc?rev=798726&view=rev Log: LUCE

[jira] Updated: (LUCENE-1764) SampleComparable doesn't work well in contrib/remote tests

2009-07-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1764: - Priority: Minor (was: Major) Summary: SampleComparable doesn't work well in contrib/remote tests (

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736353#action_12736353 ] Luis Alves commented on LUCENE-1567: {quote} The main Lucene build.xml/common-build.xm

position available

2009-07-28 Thread Ted Dunning
I don't want to spam this mailing list (much). But I would like to pass the word that I have a full-time search engineer position open. Follow up directly to me for all the exciting details. Follow up directly to me if this is abysmal misuse of the mailing list. -- Ted Dunning, CTO DeepDyve td

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

2009-07-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736320#action_12736320 ] Mark Miller commented on LUCENE-1749: - No worries, the updates are to the ram estimato

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

2009-07-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736316#action_12736316 ] Hoss Man commented on LUCENE-1749: -- uh ... ok .. what kind of updates do you have locally

[jira] Commented: (LUCENE-1764) Remote Searching w/sort using SortComparator has explosive FieldCache usage

2009-07-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736310#action_12736310 ] Uwe Schindler commented on LUCENE-1764: --- I think this bug was there before. SortFiel

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

2009-07-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736309#action_12736309 ] Mark Miller commented on LUCENE-1749: - I do - I removed that last patch because I just

[jira] Commented: (LUCENE-1764) Remote Searching w/sort using SortComparator has explosive FieldCache usage

2009-07-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736307#action_12736307 ] Mark Miller commented on LUCENE-1764: - Bug was a bit strong I guess - resource hog tra

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

2009-07-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736304#action_12736304 ] Hoss Man commented on LUCENE-1749: -- Mark: i have a little time to work on this today ...

[jira] Commented: (LUCENE-1764) Remote Searching w/sort using SortComparator has explosive FieldCache usage

2009-07-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736299#action_12736299 ] Hoss Man commented on LUCENE-1764: -- Note: i set this as "fix in 2.9" because it's not cle

[jira] Created: (LUCENE-1764) Remote Searching w/sort using SortComparator has explosive FieldCache usage

2009-07-28 Thread Hoss Man (JIRA)
Remote Searching w/sort using SortComparator has explosive FieldCache usage --- Key: LUCENE-1764 URL: https://issues.apache.org/jira/browse/LUCENE-1764 Project: Lucene - Java

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736293#action_12736293 ] Uwe Schindler commented on LUCENE-1567: --- bq. I'll try to add a javacc target to the

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736289#action_12736289 ] Adriano Crestani commented on LUCENE-1567: -- {quote} You just forgot to delete the

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736285#action_12736285 ] Adriano Crestani commented on LUCENE-1567: -- Hi Michael, I noticed you renamed Lu

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

2009-07-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: (was: LUCENE-1749.patch) > FieldCache introspection API >

[jira] Issue Comment Edited: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736270#action_12736270 ] Luis Alves edited comment on LUCENE-1567 at 7/28/09 1:35 PM: -

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736270#action_12736270 ] Luis Alves commented on LUCENE-1567: Hi Adriano, You just forgot to delete the query

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

2009-07-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736248#action_12736248 ] Shai Erera commented on LUCENE-1763: Hmm ... I see that MP's methods are package priva

[jira] Commented: (LUCENE-1076) Allow MergePolicy to select non-contiguous merges

2009-07-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736206#action_12736206 ] Shai Erera commented on LUCENE-1076: Ok I agree that commit should not wait for merges

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

2009-07-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736171#action_12736171 ] Michael McCandless commented on LUCENE-1504: Patrick are you going to have tim

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

2009-07-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736155#action_12736155 ] Michael McCandless commented on LUCENE-1628: Robert/Mark is this one ready to

[jira] Commented: (LUCENE-1690) Morelikethis queries are very slow compared to other search types

2009-07-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736149#action_12736149 ] Michael McCandless commented on LUCENE-1690: The getTermFrequency method looks

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

2009-07-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1763: -- Assignee: Michael McCandless > MergePolicy should require an IndexWriter upon

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

2009-07-28 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: Michael McCandless > improve arabic analyzer: light8 -> light10 > --

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

2009-07-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1758: --- Fix Version/s: 2.9 If it's ready to commit, then let's get it into 2.9? > improve a

[jira] Commented: (LUCENE-1076) Allow MergePolicy to select non-contiguous merges

2009-07-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736141#action_12736141 ] Michael McCandless commented on LUCENE-1076: bq. I added commit() after cms.sy

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

2009-07-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736124#action_12736124 ] Robert Muir commented on LUCENE-1758: - I am curious, could this be considered for 2.9?

RE: ShingleFilter + StopWords?

2009-07-28 Thread Tom Burton-West
>>I'd like to enable ShingleFilter to only create shingles for a set of >>(stop) words (rather than for all N tokens). Hi Jason, You might want to take a look at our port of the Nutch CommonGrams filter to Solr. https://issues.apache.org/jira/browse/SOLR-908. It does what you want and should

[jira] Commented: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-07-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736114#action_12736114 ] Uwe Schindler commented on LUCENE-1695: --- bq. not to hijack this issue (sorry) but Uw

[jira] Commented: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-07-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736113#action_12736113 ] Uwe Schindler commented on LUCENE-1695: --- bq. I think you could probably continue usi

[jira] Commented: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-07-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736112#action_12736112 ] Mark Miller commented on LUCENE-1695: - Here we would need to deprecate the whole Highl

[jira] Commented: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-07-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736111#action_12736111 ] Robert Muir commented on LUCENE-1695: - not to hijack this issue (sorry) but Uwe, this

[jira] Commented: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-07-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736106#action_12736106 ] Uwe Schindler commented on LUCENE-1695: --- We had the same problem in core with Tee/si

[jira] Commented: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-07-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736100#action_12736100 ] Robert Muir commented on LUCENE-1695: - Mark there is a related issue in some of the ot

[jira] Commented: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-07-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736097#action_12736097 ] Mark Miller commented on LUCENE-1695: - Actually, I guess I would rather still change t

[jira] Updated: (LUCENE-1690) Morelikethis queries are very slow compared to other search types

2009-07-28 Thread Richard Marr (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Marr updated LUCENE-1690: - Attachment: LruCache.patch Attached is a draft of an implementation that uses a WeakHashMap to b

[jira] Updated: (LUCENE-1762) Slightly more readable code in TermAttributeImpl

2009-07-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1762: -- Attachment: LUCENE-1762.patch Slightly modified patch (some small refactoring). I also fixed a

Re: Build failed in Hudson: Lucene-trunk #902

2009-07-28 Thread Michael McCandless
Hmm... the build looks like it failed because of some odd clover licensing issue: [clover] Sorry, you are not licensed to instrument files in the package ''. Anyone have any ideas? Mike On Mon, Jul 27, 2009 at 11:26 PM, Apache Hudson Server wrote: > See http://hudson.zones.apache.org/hudson/

[jira] Updated: (LUCENE-1762) Slightly more readable code in TermAttributeImpl

2009-07-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1762: -- Attachment: LUCENE-1762-bw.patch Here the modified BW-test to apply on backwards-branch. It re

[jira] Commented: (LUCENE-1076) Allow MergePolicy to select non-contiguous merges

2009-07-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735971#action_12735971 ] Shai Erera commented on LUCENE-1076: BTW, the second sync() call comes after optimize(

[jira] Commented: (LUCENE-1076) Allow MergePolicy to select non-contiguous merges

2009-07-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735968#action_12735968 ] Shai Erera commented on LUCENE-1076: Hmm ... I think I found the problem. I added comm