Re: Using term offsets for hit highlighting

2012-05-17 Thread Alan Woodward
Sorry for vanishing for so long, life unexpectedly caught up with me... I'm going to have some time to look at this again next week though, if you're interested in picking it up again. On 21 Mar 2012, at 09:02, Alan Woodward wrote: That would be great, thanks! I had a go at merging it last

Re: Using term offsets for hit highlighting

2012-05-22 Thread Alan Woodward
to merge up the branch. I tell you this is going to be messy and it might not compile but I will make it reasonable so you can start. simon On Thu, May 17, 2012 at 8:03 AM, Alan Woodward alan.woodw...@romseysoftware.co.uk wrote: Sorry for vanishing for so long, life unexpectedly caught up

Re: Using term offsets for hit highlighting

2012-05-23 Thread Alan Woodward
the branch compiles but lots of nocommits / todos if you have questions please ask I will help as much as I can simon On Tue, May 22, 2012 at 8:38 PM, Alan Woodward alan.woodw...@romseysoftware.co.uk wrote: Hey, I reckon I can have a decent go at getting the branch updated. Is it best

Re: Using term offsets for hit highlighting

2012-05-23 Thread Alan Woodward
or not. Same is true for offsets since they are now in the index. I think it would be good if you could tackle the payloads first and pass some info to the Scorer#positions() method so we can pull the right thing. happy coding. simon On Wed, May 23, 2012 at 1:23 PM, Alan Woodward alan.woodw

Re: svn commit: r1402337 - /lucene/dev/branches/LUCENE-2878/lucene/core/src/java/org/apache/lucene/search/positions/IntervalFilter.java

2012-10-26 Thread Alan Woodward
Oops, thanks Simon! Wrong editor template… On 25 Oct 2012, at 22:29, sim...@apache.org wrote: Author: simonw Date: Thu Oct 25 21:29:21 2012 New Revision: 1402337 URL: http://svn.apache.org/viewvc?rev=1402337view=rev Log: fix license header Modified:

Re: Source Control

2012-10-28 Thread Alan Woodward
We have an official git mirror for the project, though - git.apache.org/lucene-solr. So if people want to use git to collaborate, they can clone that repository and create branches there. I much prefer git to svn - I use staged adds, rebases and stashes all the time - but anyone can currently

Re: svn commit: r1403555 - in /lucene/dev/trunk/solr: ./ core/ core/src/java/org/apache/solr/handler/ core/src/test/org/apache/solr/core/ test-framework/src/java/org/apache/solr/

2012-10-30 Thread Alan Woodward
) +* SOLR-1972: Add extra statistics to RequestHandlers - 5 15-minute reqs/sec + rolling averages; median, 75th, 95th, 99th, 99.9th percentile request times + (Alan Woodward) + Optimizations -- Modified: lucene/dev/trunk/solr/core/ivy.xml URL: http

Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_07) - Build # 1370 - Still Failing!

2012-10-30 Thread Alan Woodward
I think these failures must be related to the metrics I added in SOLR-1972, which use static fields. I'm not sure why, though, as the objects involved should be pretty small. Is there a way of getting a more detailed breakdown of which classes/objects are using the memory? On 30 Oct 2012, at

Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_07) - Build # 1370 - Still Failing!

2012-10-30 Thread Alan Woodward
afterTests() throws Exception { +handler = null; +inputFactory = null; + } @Test public void testReadDoc() throws Exception On Tue, Oct 30, 2012 at 1:12 PM, Alan Woodward alan.woodw...@romseysoftware.co.uk wrote: I think these failures must be related to the metrics I added

Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_07) - Build # 1376 - Failure!

2012-10-31 Thread Alan Woodward
I committed a fix for this. On 31 Oct 2012, at 02:36, Policeman Jenkins Server wrote: Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1376/ Java: 32bit/jdk1.7.0_07 -server -XX:+UseSerialGC 2 tests failed. FAILED:

Re: java.lang.NoSuchMethodError: org.apache.lucene.search.Scorer.freq()

2012-11-02 Thread Alan Woodward
I got this a few days ago - running 'ant clean' before building cleared it up. On 2 Nov 2012, at 12:10, eksdev wrote: debugQuery=true on on simple TermQuery (/trunk version from yesterday) throws exception on explain() It seams some of the scorers do not play nicely with explain()?

Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_37) - Build # 1459 - Still Failing!

2012-11-06 Thread Alan Woodward
I committed a fix On 6 Nov 2012, at 07:28, Policeman Jenkins Server wrote: Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1459/ Java: 32bit/jdk1.6.0_37 -client -XX:+UseConcMarkSweepGC 2 tests failed. FAILED:

Re: Commit-free ExternalFileField

2012-11-13 Thread Alan Woodward
Hi Mikhail, I would definitely be interested! Open a JIRA, and let's see what you've come up with :-) -Alan On 13 Nov 2012, at 18:48, Mikhail Khludnev wrote: Community, I have an implementation scratch of the subj (with great test coverage, btw), but before attach it into jira for ages.

Merge information in segment files

2012-11-16 Thread Alan Woodward
- if we can restrict it to only reload after a merge, then we save a lot of wasted CPU and IO cycles. Thanks, Alan Woodward - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h

Re: Merge information in segment files

2012-11-16 Thread Alan Woodward
w/ back compat). Mike McCandless http://blog.mikemccandless.com On Fri, Nov 16, 2012 at 7:01 AM, Alan Woodward alan.woodw...@romseysoftware.co.uk wrote: Hi all, Is there any way of finding out if a segment is the result of a merge, or if it's just new data? I can't find anything

Re: svn commit: r1419551 - /lucene/dev/trunk/solr/example/ivy.xml

2012-12-10 Thread Alan Woodward
Ha, cunning, been trying to work out how to dry up my ivy files for ages... On 10 Dec 2012, at 16:13, Uwe Schindler wrote: Approved by the XML policeman :-) - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original

Adding offsets to Spans and TermSpans

2012-02-24 Thread Alan Woodward
, and Spans.getSpans seems like the natural place to get them. The relevant patch is pretty tiny. I also have a patch to add offsets to MemoryIndex, from the same bit of development. Thanks, Alan Woodward

Can't run SolrExampleTests from IntelliJ

2012-08-19 Thread Alan Woodward
line using 'ant test', which presumably means that it's somehow a classpath issue within IntelliJ. I've tried digging into the weeds of the SolrResourceLoader but haven't found anything useful so far. Anybody have any ideas? Thanks, Alan Woodward IntelliJ set up using 'ant idea

Re: Can't run SolrExampleTests from IntelliJ

2012-08-19 Thread Alan Woodward
isTestSource=false / + sourceFolder url=file://$MODULE_DIR$/src/resources isTestSource=false / sourceFolder url=file://$MODULE_DIR$/src/test isTestSource=true / /content orderEntry type=inheritedJdk / On 19 Aug 2012, at 18:33, Alan Woodward wrote: Hi all, When I try to run

Trivial javadoc correction for ChecksumIndexInput

2012-08-29 Thread Alan Woodward
Obviously overlooked when adapting from ChecksumIndexOutput. Patch inline, it didn't seem worth opening a JIRA for! Alan Woodward www.romseysoftware.co.uk diff --git a/lucene/core/src/java/org/apache/lucene/store/ChecksumIndexInput.java b/lucene/core/src/java/org/apache/lucene/store

Re: SPI loading failures

2012-09-08 Thread Alan Woodward
Hi Yonik, You need the codecs module resources/ directory to be set up as a source directory in the IntelliJ project properties. - Alan On 8 Sep 2012, at 19:43, Yonik Seeley wrote: I'm getting SPI failures running any test in IntelliJ: Caused by: java.lang.IllegalArgumentException: A SPI

Re: Welcome Alan Woodward as Lucene/Solr committer

2012-10-17 Thread Alan Woodward
Thanks Robert. I'm a developer based in Cambridge, UK, and have been working on search engines for 10 years or so. Up until a couple of years ago I was mainly using closed-source implementations, and discovering lucene/solr was a breath of fresh air (you can see the code! you can fix bugs

Using term offsets for hit highlighting

2012-03-19 Thread Alan Woodward
gratefully received! Thanks, Alan Woodward

Re: Using term offsets for hit highlighting

2012-03-19 Thread Alan Woodward
Cool, thanks Robert. I'll take a look at the JIRA ticket. On 19 Mar 2012, at 14:44, Robert Muir wrote: On Mon, Mar 19, 2012 at 10:38 AM, Alan Woodward alan.woodw...@romseysoftware.co.uk wrote: Hello, The project I'm currently working on requires the reporting of exact hit positions from

Re: Using term offsets for hit highlighting

2012-03-20 Thread Alan Woodward
all my help with the issues! let me know if you have questions! simon On Mon, Mar 19, 2012 at 3:52 PM, Alan Woodward alan.woodw...@romseysoftware.co.uk wrote: Cool, thanks Robert. I'll take a look at the JIRA ticket. On 19 Mar 2012, at 14:44, Robert Muir wrote

Re: Using term offsets for hit highlighting

2012-03-21 Thread Alan Woodward
from there? simon On Tue, Mar 20, 2012 at 12:34 PM, Erick Erickson erickerick...@gmail.com wrote: Yep, the first challenge is always getting the old patch(es) to apply. On Tue, Mar 20, 2012 at 4:09 AM, Alan Woodward alan.woodw...@romseysoftware.co.uk wrote: Thanks for all

SOLR example on trunk broken?

2012-04-19 Thread Alan Woodward
/jetty.xml that tells it how to load Solr either - possibly I'm just misunderstanding something here. Any ideas? Thanks, Alan Woodward - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h

Re: SOLR example on trunk broken?

2012-04-19 Thread Alan Woodward
Ah, yes, building it first would help, wouldn't it? :-/ Thanks Sami and Ryan. The new UI looks very nice, too! On 19 Apr 2012, at 17:44, Sami Siren wrote: On Thu, Apr 19, 2012 at 7:13 PM, Alan Woodward alan.woodw...@romseysoftware.co.uk wrote: Hi all, I'm trying to get the Solr example

Re: Can't getLiveDocs in Solr Component from LUCENE-2878--positions branch

2012-07-23 Thread Alan Woodward
Hi Sean, From the javadocs on AtomicReader: /** Returns the {@link Bits} representing live (not * deleted) docs. A set bit indicates the doc ID has not * been deleted. If this method returns null it means * there are no deleted documents (all documents are * live). So I guess

Small error in IOUtils.closeWhileHandlingException javadocs

2012-07-24 Thread Alan Woodward
The example code for IOUtils.closeWhileHandlingException(E extends Exception, Closeable…) in its javadoc comment refers to closeSafely(), rather than closeWhileHandlingException(). Sufficiently trivial that I didn't think opening a JIRA was worth it… Alan Woodward http

Updateable DocValues

2012-07-25 Thread Alan Woodward
it be to implement, given the existing implementation? I'm guessing it would need to be done via Codecs. Thanks, Alan Woodward http://www.romseysoftware.co.uk - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands

Re: Updateable DocValues

2012-07-25 Thread Alan Woodward
Hi Simon, That sounds like a good place to start - I'll have a play with FieldNormUpdater and see if I can hack it into something basic that works, and then open a JIRA. Alan On 25 Jul 2012, at 15:03, Simon Willnauer wrote: hey alan, On Wed, Jul 25, 2012 at 11:15 AM, Alan Woodward

Re: Welcome back, Wolfgang Hoschek!

2013-09-27 Thread Alan Woodward
Welcome back! Alan Woodward www.flax.co.uk On 27 Sep 2013, at 05:58, Wolfgang Hoschek wrote: Thanks to all! Looking forward to more contributions. Wolfgang. On Sep 26, 2013, at 3:21 AM, Uwe Schindler wrote: Hi, I'm pleased to announce that after a long abstinence, Wolfgang Hoschek

Re: Welcome Joel Bernstein

2013-10-03 Thread Alan Woodward
Welcome, Joel! Alan Woodward www.flax.co.uk On 3 Oct 2013, at 06:24, Grant Ingersoll wrote: Hi, The Lucene PMC is happy to welcome Joel Bernstein as a committer on the Lucene and Solr project. Joel has been working on a number of issues on the project and we look forward to his

Re: Welcome Ryan Ernst as Lucene/Solr committer

2013-10-14 Thread Alan Woodward
Welcome Ryan! Alan Woodward www.flax.co.uk On 14 Oct 2013, at 18:27, Adrien Grand wrote: I'm pleased to announce that Ryan Ernst has accepted to join our ranks as a committer. Ryan has been working on a number of Lucene and Solr issues and recently contributed the new expressions module

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 5414 - Still Failing!

2013-05-03 Thread Alan Woodward
Could be to do with https://issues.apache.org/jira/browse/SOLR-4616? Don't have time to check right now, but will have a look later on... On 3 May 2013, at 14:51, Uwe Schindler wrote: FAILED: junit.framework.TestSuite.org.apache.solr.SolrInfoMBeanTest

Re: VOTE: solr no longer webapp

2013-05-08 Thread Alan Woodward
The small scale is what embedded Solr can be used for. Could we merge the embedded server in SolrJ with the code in SolrDispatchFilter? Then we basically get the war version 'for free' - it's just a servlet wrapper around EmbeddedSolrServer. In fact, we should probably do this anyway.

Re: ExternalDocValuesFilterReader progress?

2013-05-20 Thread Alan Woodward
in working on it, just need a project that would use it, and some time... Alan Woodward www.flax.co.uk On 20 May 2013, at 16:29, Ryan McKinley wrote: In march, there was so effort at looking at cleaner ways to integrate external data: http://mail-archives.apache.org/mod_mbox/lucene-dev

Re: Welcome Han Jiang as a new Lucene/Solr committer

2013-06-08 Thread Alan Woodward
Welcome Han! Alan Woodward www.flax.co.uk On 8 Jun 2013, at 13:50, Dawid Weiss wrote: Welcome Han! Dawid On Sat, Jun 8, 2013 at 2:17 PM, Michael McCandless luc...@mikemccandless.com wrote: Welcome Han! Mike McCandless http://blog.mikemccandless.com On Sat, Jun 8, 2013 at 6

Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_25) - Build # 2995 - Failure!

2013-07-02 Thread Alan Woodward
Timing! Was just putting the kids to bed… The second one is a file separator fix, I think, but the first looks like I've forgotten to close the CoreContainer somewhere, so Windows can't delete the file. Will have a look. Alan Woodward www.flax.co.uk On 2 Jul 2013, at 20:05, Steve Rowe

Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_25) - Build # 2995 - Failure!

2013-07-02 Thread Alan Woodward
I can't see anything obvious that I've forgotten to close. Is it possible to get the log output for the failing tests from Jenkins? Alan Woodward www.flax.co.uk On 2 Jul 2013, at 21:01, Erick Erickson wrote: Steve: The file separator thing is fixed (I hope, runs on my machine

Re: svn commit: r1499074 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/core/TestCoreDiscovery.java

2013-07-03 Thread Alan Woodward
Thanks both! Alan Woodward www.flax.co.uk On 3 Jul 2013, at 02:47, Erick Erickson wrote: Cool! thanks! On Tue, Jul 2, 2013 at 6:12 PM, Steve Rowe sar...@gmail.com wrote: After svn up'ing trunk, TestCoreDiscovery.testDuplicateNames (and all other tests in that suite) now pass for me

[ANN] Lucene/SOLR hackday in Cambridge, UK

2013-07-03 Thread Alan Woodward
/Enterprise-Search-Cambridge-UK/events/127351142/. Places are limited, so please book early! Looking forward to seeing you there, Alan Woodward www.flax.co.uk

Re: Additional timing/debug info

2013-07-11 Thread Alan Woodward
a fairly fixed idea of how to report things via JMX which doesn't fit in with how Solr does things now. I do hope to get back to that soon, though. Alan Woodward www.flax.co.uk On 11 Jul 2013, at 03:47, Walter Underwood wrote: Sorry, I misunderstood your short response as JMX already does

Publishing lucene forks

2013-07-11 Thread Alan Woodward
. Does anyone on the list have an opinion as to what the Done Thing is here, or know if there are legal concerns? Thanks! Alan Woodward www.flax.co.uk

Re: svn commit: r1502468 - in /lucene/dev/trunk/solr/core/src: java/org/apache/solr/core/CorePropertiesLocator.java test/org/apache/solr/core/TestSolrXmlPersistor.java

2013-07-12 Thread Alan Woodward
by CorePropertiesLocator on + new Date()); - writer.close(); + p.store(os, Written by CorePropertiesLocator on + new Date()); } catch (IOException e) { Alan Woodward www.flax.co.uk On 12 Jul 2013, at 09:35, Uwe Schindler wrote: Hi, you have tob e careful: If you store properties

Re: Solr.xml parameters

2013-07-24 Thread Alan Woodward
logging watcher threshold - No clue what this does. You can set this to, for example, 'WARN', to only record WARN-level or above log messages. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

Re: Welcome Cassandra Targett as Lucene/Solr committer

2013-08-01 Thread Alan Woodward
Welcome Cassandra! Alan Woodward www.flax.co.uk On 31 Jul 2013, at 23:47, Robert Muir wrote: I'm pleased to announce that Cassandra Targett has accepted to join our ranks as a committer. Cassandra worked on the donation of the new Solr Reference Guide [1] and getting things in order

CC0 license compatibility

2013-01-01 Thread Alan Woodward
As part of a fix for SOLR-1972 I'm porting various bits of https://github.com/codahale/metrics into Solr. One of the classes, ThreadLocalRandom, is released under a CC0 license, with the following header: /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and

Re: CC0 license compatibility

2013-01-02 Thread Alan Woodward
It's used in the statistics package for sampling. The Histogram class holds a pool of values for calculating means and variances from a stream of data, and uses the ThreadLocalRandom to determine whether or not a new value will be added to the pool. This is copied directly from the existing

Re: CC0 license compatibility

2013-01-02 Thread Alan Woodward
That's what the sampling code does - it holds an AtomicLongArray of fixed length, and updates the values in there randomly. There's also an ExponentiallyDecayingSample which biases the collection of values towards more recent entries, for the 5-minute and 15-minute window averages. You can

Re: CC0 license compatibility

2013-01-02 Thread Alan Woodward
math and voila, should be fine? The updates are per-request, which could be pretty high, I suppose. I'll have a look at commons-math, anyway. Thanks! Alan Woodward a...@flax.co.uk - To unsubscribe, e-mail: dev-unsubscr

Re: [DISCUSS] Enable javadoc check on Solr too

2013-01-17 Thread Alan Woodward
+1, this is an excellent idea, and I'm fully up for helping. There are a *lot* of missing docs, though - it might be worth making a branch first, just so that several people can hack on it before we let Jenkins loose. Alan Woodward www.flax.co.uk On 17 Jan 2013, at 16:44, Tommaso Teofili

Re: svn commit: r1441483 - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/core/ core/src/java/org/apache/solr/update/ core/src/test-files/solr/collection1/conf/ core/src/test/org/apache/s

2013-02-01 Thread Alan Woodward
Hey Mark, did you mean to back out these CHANGES.TXT entries? Alan Woodward www.flax.co.uk On 1 Feb 2013, at 15:29, markrmil...@apache.org wrote: Author: markrmiller Date: Fri Feb 1 15:29:08 2013 New Revision: 1441483 URL: http://svn.apache.org/viewvc?rev=1441483view=rev Log: SOLR

Re: Welcome Areek Zillur as Lucene/Solr committer!

2014-01-21 Thread Alan Woodward
Welcome Areek! Alan Woodward www.flax.co.uk On 21 Jan 2014, at 20:30, Areek Zillur wrote: Thanks Robert! I am very pleased to be a committer to Lucene/Solr! I am originally from Dhaka, Bangladesh. I am currently a 4th year Computer Engineering student at University of Waterloo in Canada

Re: Welcome Benson Margulies as Lucene/Solr committer!

2014-01-27 Thread Alan Woodward
Congratulations and welcome, Benson! Alan Woodward www.flax.co.uk On 26 Jan 2014, at 17:43, Shawn Heisey wrote: On 1/25/2014 2:40 PM, Michael McCandless wrote: I'm pleased to announce that Benson Margulies has accepted to join our ranks as a committer. Benson has been involved

Re: Patches in Jira or pull requests on github?

2014-01-29 Thread Alan Woodward
Hi Bram, Opening a pull request will send a notification to the mailing list, so that should get noticed the same as opening a JIRA. Alan Woodward www.flax.co.uk On 29 Jan 2014, at 09:36, Bram Van Dam wrote: Hi folks, What's the preferred way of contributing a patch? The easiest from

Re: Where to add custom mbean

2014-02-04 Thread Alan Woodward
which are started up and shut down with the container. Alan Woodward www.flax.co.uk On 4 Feb 2014, at 15:48, Chris Hostetter wrote: There's really no generic place in solr to say Here's an MBean, instantiate it on startup so i can monitor it ... all of the existing monitoring metrics

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1895 - Still Failing

2014-02-12 Thread Alan Woodward
I think argparse-0.4.3 fixes this - can we upgrade? Alan Woodward www.flax.co.uk On 12 Feb 2014, at 17:30, Apache Jenkins Server wrote: Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1895/ 1 tests failed. FAILED

Re: Welcome Anshum Gupta as Lucene/Solr Committer!

2014-02-17 Thread Alan Woodward
Welcome Anshum! Alan Woodward www.flax.co.uk On 16 Feb 2014, at 22:38, Dawid Weiss wrote: Welcome Anshum! Dawid On Sun, Feb 16, 2014 at 11:33 PM, Mark Miller markrmil...@gmail.com wrote: Hey everybody! The Lucene PMC is happy to welcome Anshum Gupta as a committer on the Lucene

Re: [VOTE] Lucene / Solr 4.6.0

2013-11-15 Thread Alan Woodward
Yay! Congratulations, Uwe! On 15 Nov 2013, at 04:51, Shai Erera wrote: Congratulations Uwe! Shai On Fri, Nov 15, 2013 at 6:34 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Many congratulations Uwe! On Fri, Nov 15, 2013 at 1:41 AM, Uwe Schindler u...@thetaphi.de wrote:

Re: svn commit: r1547452 - in /lucene/dev/trunk/solr: ./ core/src/test/org/apache/solr/cloud/ solrj/src/java/org/apache/solr/common/cloud/

2013-12-03 Thread Alan Woodward
Hi Mark, I don't think you meant to remove the CHANGES entry for SOLR-5517 here? Alan Woodward www.flax.co.uk On 3 Dec 2013, at 16:10, markrmil...@apache.org wrote: Author: markrmiller Date: Tue Dec 3 16:10:58 2013 New Revision: 1547452 URL: http://svn.apache.org/r1547452 Log: SOLR

Re: Welcome David Smiley to the PMC

2013-03-18 Thread Alan Woodward
Congratulations, David (and Tomasso)! Alan Woodward www.flax.co.uk On 18 Mar 2013, at 16:12, Adrien Grand wrote: Congratulations David! -- Adrien - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org

Re: Welcome Shawn Heisey as Lucene/Solr committer

2013-03-19 Thread Alan Woodward
Welcome and congrats, Shawn! Alan Woodward www.flax.co.uk On 19 Mar 2013, at 14:17, Michael McCandless wrote: Welcome Shawn! Mike McCandless http://blog.mikemccandless.com On Tue, Mar 19, 2013 at 12:31 AM, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Shawn

Opening up FieldCacheImpl

2013-03-22 Thread Alan Woodward
put up a JIRA to make it public? Alan Woodward www.flax.co.uk

Re: Opening up FieldCacheImpl

2013-03-22 Thread Alan Woodward
they ought to have a common API, really. And ValueSource in the function queries package as well. But that's another issue... Alan Woodward www.flax.co.uk On 22 Mar 2013, at 20:48, Yonik Seeley wrote: The ability to cache stuff w/o resorting to weak references would be even nicer! Caches right

Re: Opening up FieldCacheImpl

2013-03-23 Thread Alan Woodward
I think instead FieldCache should actually be completely package private and hidden behind a UninvertingFilterReader and accessible via the existing AtomicReader docValues methods. Aha, right, because SegmentCoreReaders already caches XXXDocValues instances (without using WeakReferences or

Re: Opening up FieldCacheImpl

2013-03-26 Thread Alan Woodward
I've opened https://issues.apache.org/jira/browse/LUCENE-4883 as a start. Alan Woodward www.flax.co.uk On 26 Mar 2013, at 00:51, Robert Muir wrote: I don't think codec would be where you'd plugin for a filterreader that exposes external data as fake fields. That's because its all about what

Re: Opening up FieldCacheImpl

2013-03-26 Thread Alan Woodward
as a replacement for ExternalFileField with appropriate factories - I'll open a JIRA and put up a patch once it does anything useful. Alan Woodward www.flax.co.uk On 26 Mar 2013, at 10:02, Alan Woodward wrote: I've opened https://issues.apache.org/jira/browse/LUCENE-4883 as a start. Alan Woodward

Re: Welcome Alan Woodward to the PMC

2014-04-02 Thread Alan Woodward
Thanks everyone. I'll try and use my newly-acquired superpowers for good. :-) Alan Woodward www.flax.co.uk On 2 Apr 2014, at 15:25, Shai Erera wrote: Welcome! On Wed, Apr 2, 2014 at 5:03 PM, david.w.smi...@gmail.com david.w.smi...@gmail.com wrote: Welcome Alan! ~ David On Wed

Re: Anticipating a benchmark for direct posting format

2014-04-07 Thread Alan Woodward
Does FilterDirectoryReader do what you want? https://lucene.apache.org/core/4_7_1/core/org/apache/lucene/index/FilterDirectoryReader.html Alan Woodward www.flax.co.uk On 7 Apr 2014, at 22:19, Benson Margulies wrote: Typically, an app gets a directory reader, which is a composite reader

Re: Welcome Tim Potter as Lucene/Solr committer

2014-04-08 Thread Alan Woodward
Welcome on board Tim! Alan Woodward www.flax.co.uk On 8 Apr 2014, at 05:40, Steve Rowe wrote: I'm pleased to announce that Tim Potter has accepted the PMC's invitation to become a committer. Tim, it's tradition that you introduce yourself with a brief bio. Once your account has been

Re: [JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2215 - Still Failing

2014-11-19 Thread Alan Woodward
I think this might be to do with Mike's changes in r1640457, but for some reason I can't up from svn or the apache git repo at the moment so I'm not certain. Alan Woodward www.flax.co.uk On 19 Nov 2014, at 17:05, Chris Hostetter wrote: Apologies -- I haven't been following the commits

Re: [JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2215 - Still Failing

2014-11-19 Thread Alan Woodward
(solr.tests.mergeScheduler, iwc.getMergeScheduler().getClass().getName()); And I guess you can't call Class.newInstance() on an anonymous class? Alan Woodward www.flax.co.uk On 19 Nov 2014, at 18:10, Michael McCandless wrote: Oh, I also saw this before committing, was confused, ran ant clean test

Re: [JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2215 - Still Failing

2014-11-20 Thread Alan Woodward
I committed a fix. There's now a check in newRandomConfig() to see if there's a $ in the merge scheduler class name, and if there is it just uses CMS instead. Alan Woodward www.flax.co.uk On 19 Nov 2014, at 19:07, Alan Woodward wrote: So digging in… Solr instantiates the merge scheduler

Re: [JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2215 - Still Failing

2014-11-20 Thread Alan Woodward
suggestion is better. Alan Woodward www.flax.co.uk On 20 Nov 2014, at 14:38, Mark Miller wrote: This kind of sucks though right? What if we changed it from an anon class in Lucene instead and then wouldn't it work in more cases and we don't lose this new test functionality as a Lucene test

Re: [JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.8.0) - Build # 1913 - Failure!

2014-11-25 Thread Alan Woodward
Just committed a fix. I think we're all in different timezones :-) Alan Woodward www.flax.co.uk On 25 Nov 2014, at 09:21, Michael McCandless wrote: Who broke the build :) And are you fixing it? Please watch the build after you commit, or run ant precommit before committing to catch

Re: svn commit: r1602830 - in /lucene/dev/branches/branch_4x/solr: CHANGES.txt core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java

2014-06-18 Thread Alan Woodward
I deprecated it in 4.9 and removed it in trunk, so it has slightly different CHANGES entries. Is it messing up merging? It's in 4.9 - I committed it before Robert cut the branch. Alan Woodward www.flax.co.uk On 18 Jun 2014, at 22:57, Chris Hostetter wrote: Alan: somethings not right here

Re: svn commit: r1602830 - in /lucene/dev/branches/branch_4x/solr: CHANGES.txt core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java

2014-06-18 Thread Alan Woodward
It's above 4.10.0 in trunk, isn't it? I should be in bed, it's possible that I'm just not seeing what I've buggered up here… Alan Woodward www.flax.co.uk On 18 Jun 2014, at 23:05, Chris Hostetter wrote: : I deprecated it in 4.9 and removed it in trunk, so it has slightly : different

Re: svn commit: r1602830 - in /lucene/dev/branches/branch_4x/solr: CHANGES.txt core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java

2014-06-19 Thread Alan Woodward
Thanks Hoss On 18 Jun 2014, at 23:26, Chris Hostetter wrote: : : It's above 4.10.0 in trunk, isn't it? I should be in bed, it's : I'll move it for you. Part of the confusion is that i missunderstood what you were trying to do -- you deliberately wanted 2 diff

Re: svn commit: r1609200 - /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/NRTCachingDirectory.java

2014-07-09 Thread Alan Woodward
Can't we just not override these methods? They're doing the exact same thing that the superclass does... @Override public LockFactory getLockFactory() { -return delegate.getLockFactory(); +return in.getLockFactory(); } @Override public void

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1977 - Still Failing!

2014-12-05 Thread Alan Woodward
The (new?) Zipper class doesn't have any javadocs, so any class that *does* have them is generating bad links. Alan Woodward www.flax.co.uk On 5 Dec 2014, at 11:47, Policeman Jenkins Server wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1977/ Java: 64bit/jdk1.8.0 -XX

Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_40-ea-b04) - Build # 11197 - Still Failing!

2014-09-29 Thread Alan Woodward
Bah, I'll fix Alan Woodward www.flax.co.uk On 29 Sep 2014, at 16:07, Policeman Jenkins Server wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11197/ Java: 32bit/jdk1.8.0_40-ea-b04 -server -XX:+UseG1GC All tests passed Build Log: [...truncated 4413 lines

Re: svn commit: r1628194 - /lucene/dev/branches/branch_5x/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndexAgainstRAMDir.java

2014-09-29 Thread Alan Woodward
Oh, Rob already fixed it. Thanks! Alan Woodward www.flax.co.uk On 29 Sep 2014, at 15:37, rm...@apache.org wrote: Author: rmuir Date: Mon Sep 29 14:37:55 2014 New Revision: 1628194 URL: http://svn.apache.org/r1628194 Log: LUCENE-5911: fix compile Modified: lucene/dev

Re: Welcome Gregory Chanan as Lucene/Solr committer

2014-09-21 Thread Alan Woodward
Congratulations, and welcome! Alan Woodward www.flax.co.uk On 19 Sep 2014, at 23:33, Steve Rowe wrote: I'm pleased to announce that Gregory Chanan has accepted the PMC's invitation to become a committer. Gregory, it's tradition that you introduce yourself with a brief bio. Mark Miller

Re: svn commit: r1639384 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/core/ solr/core/src/java/org/apache/solr/search/function/FileFloatSource.java

2014-11-14 Thread Alan Woodward
Oops. Thanks Erik. Alan Woodward www.flax.co.uk On 13 Nov 2014, at 16:37, ehatc...@apache.org wrote: Author: ehatcher Date: Thu Nov 13 16:37:30 2014 New Revision: 1639384 URL: http://svn.apache.org/r1639384 Log: Remove incorrect prefix on some log messages (merged from r1639382

Re: final modifier on some methods in TFIDFSimilarity class

2014-10-24 Thread Alan Woodward
Hi Hamid, Can't you just extend Similarity instead? Alan Woodward www.flax.co.uk On 24 Oct 2014, at 08:04, Hafiz Hamid wrote: Hi - I wanted to check if folks would be okay with removing the final modifier from 4 methods (i.e. computeNorm,computeWeight, exactSimScorer and sloppySimScorer

Re: Welcome Ryan Ernst to the PMC

2014-12-29 Thread Alan Woodward
I'm a bit late to the party, but welcome! Alan Woodward www.flax.co.uk On 26 Dec 2014, at 19:49, Simon Willnauer wrote: Welcome Ryan On Fri, Dec 26, 2014 at 10:13 AM, Michael McCandless luc...@mikemccandless.com wrote: Welcome Ryan! Mike McCandless http

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1306: POMs out of sync

2014-12-31 Thread Alan Woodward
I'm eternally impressed at the new and exciting ways I find to break the build here. Thanks for fixing, Uwe! Alan Woodward www.flax.co.uk On 31 Dec 2014, at 20:28, Steve Rowe wrote: This is a forbidden-api failure in Solrj tests: [mvn] [INFO

checkJavaDocs.py

2015-02-06 Thread Alan Woodward
and ignore? Alan Woodward www.flax.co.uk - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: svn commit: r1657849 - /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/LeafReader.java

2015-02-06 Thread Alan Woodward
Thanks Mike! Alan Woodward www.flax.co.uk On 6 Feb 2015, at 14:55, mikemcc...@apache.org wrote: Author: mikemccand Date: Fri Feb 6 14:55:16 2015 New Revision: 1657849 URL: http://svn.apache.org/r1657849 Log: add missing javadoc Modified: lucene/dev/trunk/lucene/core/src/java

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_25) - Build # 11646 - Still Failing!

2015-01-20 Thread Alan Woodward
I committed a fix for this. Alan Woodward www.flax.co.uk On 20 Jan 2015, at 06:39, Policeman Jenkins Server wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11646/ Java: 64bit/jdk1.8.0_25 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b44) - Build # 11642 - Failure!

2015-01-19 Thread Alan Woodward
I committed a fix. Alan Woodward www.flax.co.uk On 19 Jan 2015, at 17:11, Policeman Jenkins Server wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11642/ Java: 64bit/jdk1.9.0-ea-b44 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED

Re: Lucene/Solr 5.0 release branch created

2015-01-14 Thread Alan Woodward
down the line! Alan Woodward www.flax.co.uk On 14 Jan 2015, at 14:19, Uwe Schindler wrote: Hi, I said yesterday on the corresponding issue that I want to commit CustomAnalyzer, so I will do this in a minute. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http

Re: [VOTE] 5.0.0 RC2

2015-02-10 Thread Alan Woodward
+1 SUCCESS! [0:48:00.712689] Alan Woodward www.flax.co.uk On 10 Feb 2015, at 03:20, Steve Rowe wrote: +1 SUCCESS! [0:54:06.294759] Steve On Feb 9, 2015, at 6:16 PM, Anshum Gupta ans...@anshumgupta.net wrote: Please vote for the second release candidate for Lucene/Solr 5.0.0

Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_80-ea-b05) - Build # 11778 - Failure!

2015-03-09 Thread Alan Woodward
Oops, fixing… Alan Woodward www.flax.co.uk On 9 Mar 2015, at 11:50, Policeman Jenkins Server wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11778/ Java: 32bit/jdk1.7.0_80-ea-b05 -server -XX:+UseG1GC All tests passed Build Log: [...truncated 31790 lines...] -check

Re: svn commit: r1666186 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/core/ solr/core/src/java/org/apache/solr/parser/ solr/core/src/test/org/apache/solr/search/

2015-03-12 Thread Alan Woodward
Hey Yonik, I think you've inadvertently added a couple of deprecated methods back in here? Modified: lucene/dev/branches/branch_5x/solr/core/src/java/org/apache/solr/parser/CharStream.java URL:

Re: svn commit: r1666186 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/core/ solr/core/src/java/org/apache/solr/parser/ solr/core/src/test/org/apache/solr/search/

2015-03-12 Thread Alan Woodward
Ah, OK. Sorry for the noise! On 12 Mar 2015, at 15:19, Yonik Seeley wrote: On Thu, Mar 12, 2015 at 11:08 AM, Alan Woodward a...@flax.co.uk wrote: Hey Yonik, I think you've inadvertently added a couple of deprecated methods back in here? Hmmm, but CharStream.java is generated by JavaCC

Re: [JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b47) - Build # 11786 - Still Failing!

2015-03-10 Thread Alan Woodward
Java8 - Java7 brainfart. I'll fix. Sorry for the noise. Alan Woodward www.flax.co.uk On 10 Mar 2015, at 08:33, Policeman Jenkins Server wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11786/ Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseParallelGC All

Re: Welcome Ramkumar Aiyengar as Lucene/Solr committer

2015-03-02 Thread Alan Woodward
Congratulations and welcome! Will be nice to have another committer in my timezone :-) Alan Woodward www.flax.co.uk On 2 Mar 2015, at 04:39, Shalin Shekhar Mangar wrote: I'm pleased to announce that Ramkumar Aiyengar has accepted the PMC's invitation to become a committer. Ramkumar

  1   2   3   4   5   6   7   8   9   10   >