Re: I want to take part in Google Summer Code 2011

2011-03-11 Thread Simon Willnauer
Hey there, On Fri, Mar 11, 2011 at 10:02 PM, wrote: > I know Lucene , Solr and Nutch . I am also involved in such a project. Please > guide me through any obstructions This is great! Did you read the GSoC WikiPage here: http://wiki.apache.org/lucene-java/SummerOfCode2011 If so do you are

FieldType API change proposal -- SOLR-2423

2011-03-11 Thread Ryan McKinley
I think FieldType should take an Object input rather then String -- this gives FieldTypes the option of using (and reusing) explicit types in addition to String. For embedded apps that fill SolrInputDocuments with real objects, the fields can use objects directly -- this means that Date does not h

[jira] Commented: (SOLR-2423) FieldType can take Object rather then String

2011-03-11 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006001#comment-13006001 ] Ryan McKinley commented on SOLR-2423: - FYI, I ran into this because I am experimenting

[jira] Assigned: (SOLR-2423) FieldType can take Object rather then String

2011-03-11 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-2423: --- Assignee: Ryan McKinley > FieldType can take Object rather then String > -

[jira] Updated: (SOLR-2423) FieldType can take Object rather then String

2011-03-11 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-2423: Attachment: SOLR-2423-field-object.patch This patch changes the FieldType (and SchemaField) method s

[jira] Created: (SOLR-2423) FieldType can take Object rather then String

2011-03-11 Thread Ryan McKinley (JIRA)
FieldType can take Object rather then String Key: SOLR-2423 URL: https://issues.apache.org/jira/browse/SOLR-2423 Project: Solr Issue Type: Improvement Reporter: Ryan McKinley

I want to take part in Google Summer Code 2011

2011-03-11 Thread anurag . it . jolly
I know Lucene , Solr and Nutch . I am also involved in such a project. Please guide me through any obstructions - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apa

Re: custom ValueSource for decoding geohash into lat & lon

2011-03-11 Thread Ryan McKinley
Rather then use the FieldCache, you may consider a WeakHashMap solr uses this and the internals of FieldCache are implemented like this. Long term, I want to see the FieldCache moved to a map directly on the IndexReader (LUCENE-2665 but that has a ways to go) On Fri, Mar 11, 2011 at 5:25 PM, S

[HUDSON] Solr-3.x - Build # 291 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Solr-3.x/291/ All tests passed Build Log (for compile errors): [...truncated 11891 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-ma

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5836 - Failure

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5836/ 3 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testCommitWithin Error Message: expected:<1> but was:<0> Stack Trace: junit.framework.AssertionFailedError: expected:<1> but

Re: custom ValueSource for decoding geohash into lat & lon

2011-03-11 Thread Bill Bell
Cool. I am definitely looking forward to that!! On 3/11/11 3:25 PM, "Smiley, David W." wrote: >On Mar 10, 2011, at 6:21 PM, William Bell wrote: > >> 1. ValueSources does not support MultiValue fields. > >I think the problem isn't ValueSources, it's the FieldCache. The >FieldCache is fundamen

[jira] Commented: (SOLR-2422) Improve reliability of ZkSolrClientTest

2011-03-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005976#comment-13005976 ] Robert Muir commented on SOLR-2422: --- There's definitely something up with the exception m

[jira] Commented: (SOLR-2422) Improve reliability of ZkSolrClientTest

2011-03-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005975#comment-13005975 ] Robert Muir commented on SOLR-2422: --- The first problem I found here is in testConnect, it

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5834 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5834/ 1 tests failed. FAILED: org.apache.solr.cloud.ZkSolrClientTest.testConnect Error Message: Could not connect to ZooKeeper 127.0.0.1:30762/solr within 3 ms Stack Trace: java.util.concurrent.TimeoutException: Could

[jira] Created: (SOLR-2422) Improve reliability of ZkSolrClientTest

2011-03-11 Thread Robert Muir (JIRA)
Improve reliability of ZkSolrClientTest --- Key: SOLR-2422 URL: https://issues.apache.org/jira/browse/SOLR-2422 Project: Solr Issue Type: Bug Components: Build Affects Versions: 4.0

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5833 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5833/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5832 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5832/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: [HUDSON] Lucene-Solr-tests-only-3.x - Build # 5816 - Failure

2011-03-11 Thread Robert Muir
Sorry, was trying to upgrade openjdk (from b20 to b22) to hopefully get past our jvm crashes in tests. The problem is that we cannot do this without having procfs mounted, as b22 now requires this for the native freebsd version. (http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/openjdk6/pkg-messag

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5831 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5831/ No tests ran. Build Log (for compile errors): [...truncated 1660 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For addition

[HUDSON] Lucene-Solr-tests-only-3.x - Build # 5816 - Failure

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/5816/ 1 tests failed. REGRESSION: org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch Error Message: java.net.SocketException: Bad address Stack Trace: org.apache.solr.client.solrj.SolrSe

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5830 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5830/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Updated: (LUCENE-2958) WriteLineDocTask improvements

2011-03-11 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-2958: Attachment: LUCENE-2958.patch Hi, thanks Mike and Shai for the review and great comments. Attachi

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5829 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5829/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5828 - Failure

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5828/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-3.x - Build # 5814 - Failure

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/5814/ 1 tests failed. FAILED: org.apache.lucene.util.TestSortedVIntList.testRun Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. Stack Trace: j

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-11 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005891#comment-13005891 ] Earwin Burrfoot commented on LUCENE-2960: - bq. Furthermore, closing the IW also f

[HUDSON] Lucene-3.x - Build # 311 - Failure

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-3.x/311/ No tests ran. Build Log (for compile errors): [...truncated 9289 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5826 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5826/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: custom ValueSource for decoding geohash into lat & lon

2011-03-11 Thread Smiley, David W.
On Mar 10, 2011, at 6:21 PM, William Bell wrote: > 1. ValueSources does not support MultiValue fields. I think the problem isn't ValueSources, it's the FieldCache. The FieldCache is fundamentally very limited to one indexed primitive value per document. I took a look at UninvertedField but th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5825 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5825/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5824 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5824/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Commented: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies

2011-03-11 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005842#comment-13005842 ] Steven Rowe commented on LUCENE-2957: - bq. I'll see if I can prepare a JDK1.5 release

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5823 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5823/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5822 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5822/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testReconnect Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM

Behavior of Solr Cell changed in 3.1?

2011-03-11 Thread Eric Pugh
Hi all, I was playing around with the capture attributes stuff in Solr cell, and I could not get the example to work with the 3.1 code: The query: curl "http://localhost:8983/solr/update/extract?literal.id=doc2&captureAttr=true&defaultField=text&fmap.div=foo_t&capture=div"; -F "tuto

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5821 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5821/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5820 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5820/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5819 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5819/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5818 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5818/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5817 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5817/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5816 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5816/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5815 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5815/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[JENKINS-MAVEN] Lucene-Solr-Maven-3.x #57: POMs out of sync

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-Maven-3.x/57/ No tests ran. Build Log (for compile errors): [...truncated 12994 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional comma

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5814 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5814/ 3 tests failed. REGRESSION: org.apache.solr.client.solrj.TestLBHttpSolrServer.testSimple Error Message: expected:<3> but was:<2> Stack Trace: junit.framework.AssertionFailedError: expected:<3> but was:<2> at

[jira] Commented: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies

2011-03-11 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005710#comment-13005710 ] Dawid Weiss commented on LUCENE-2957: - Steven, I don't think Maven Central will allo

[jira] Resolved: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies

2011-03-11 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-2957. - Resolution: Fixed Committed carrot2-core fixes: - branch_3x revision 1080646 - lucene_solr_3_1 r

[jira] Updated: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies

2011-03-11 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2957: Attachment: LUCENE-2923-part3.patch Patch that includes carrot2-core jar in generate-maven-artifac

[jira] Reopened: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies

2011-03-11 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe reopened LUCENE-2957: - I forgot to handle carrot2-core in branch_3x and lucene_solr_3_1. > generate-maven-artifacts target

[GSoC] Apache Lucene @ Google Summer of Code 2011 [STUDENTS READ THIS]

2011-03-11 Thread Simon Willnauer
Hey folks, Google Summer of Code 2011 is very close and the Project Applications Period has started recently. Now it's time to get some excited students on board for this year's GSoC. I encourage students to submit an application to the Google Summer of Code web-application. Lucene & Solr are ama

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-11 Thread Yonik Seeley
I'm trying to fix the solr javadoc targets. I just noticed that it looks like we have a double-copy of the solr javadoc too - I'll try and fix that while I'm in there. Overall I think things are looking pretty good - if anyone wants to review/fix things, please run "ant package" and check the resu

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005696#comment-13005696 ] Michael McCandless commented on LUCENE-2960: bq. Anyone's implementation can

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5813 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5813/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: custom ValueSource for decoding geohash into lat & lon

2011-03-11 Thread Smiley, David W.
On Mar 10, 2011, at 6:21 PM, William Bell wrote: > OK. But I am concerned that you are trying to bite off more than can > be done easily. The sample call is: > > http://localhost:8983/solr/select?q=*:*&fq={!geofilt}&sfieldmulti=storemv&pt=43.17614,-90.57341&d=100&sfield=store&sort=geomultidist%2

[jira] Commented: (LUCENE-2091) Add BM25 Scoring to Lucene

2011-03-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005688#comment-13005688 ] Robert Muir commented on LUCENE-2091: - {quote} your attachment (BM25SimilarityProvide

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5812 - Failure

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5812/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-11 Thread Yonik Seeley
On Fri, Mar 11, 2011 at 8:14 AM, Yonik Seeley wrote: > On Thu, Mar 10, 2011 at 6:49 PM, Chris Hostetter > wrote: >> The number of "lucene" jars included in the release is also odd -- they >> are embedded in the solr.war obviously, but not included anywhere else. >> so people wanting to do somethi

[jira] Commented: (LUCENE-2308) Separately specify a field's type

2011-03-11 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005668#comment-13005668 ] David Smiley commented on LUCENE-2308: -- I'm surprised to barely even see a mention t

[jira] Commented: (LUCENE-2952) Make license checking/maintenance easier/automated

2011-03-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005666#comment-13005666 ] Grant Ingersoll commented on LUCENE-2952: - Should note, I've only hooked it up fo

[jira] Updated: (LUCENE-2952) Make license checking/maintenance easier/automated

2011-03-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2952: Attachment: LUCENE-2952.patch Here's some real progress on this. Works in standalone mode

[jira] Commented: (LUCENE-2965) Faster GeoHashUtils

2011-03-11 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005655#comment-13005655 ] David Smiley commented on LUCENE-2965: -- The proper way to propose a code improvement

Fwd: Problem of Replication Reservation Duration

2011-03-11 Thread Li Li
-- Forwarded message -- From: Li Li Date: 2011/3/11 Subject: Problem of Replication Reservation Duration To: solr-...@lucene.apache.org hi all,     The replication handler in solr 1.4 which we used seems to be a little problematic in some extreme situation.     The default reserv

Fwd: Problem of Replication Reservation Duration

2011-03-11 Thread Li Li
-- Forwarded message -- From: Steven A Rowe Date: 2011/3/11 Subject: RE: Problem of Replication Reservation Duration To: "solr-...@lucene.apache.org" Hi Li Li, Please do not use the solr-dev mailing list - Solr and Lucene development both use the list. Steve > -Original

[jira] Commented: (LUCENE-2958) WriteLineDocTask improvements

2011-03-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005653#comment-13005653 ] Shai Erera commented on LUCENE-2958: No, the flexibility is in the ability to have a

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-03-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005651#comment-13005651 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}Ie, if a given term X occurrs

[jira] Commented: (LUCENE-2958) WriteLineDocTask improvements

2011-03-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005647#comment-13005647 ] Michael McCandless commented on LUCENE-2958: So the separation we have today

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005646#comment-13005646 ] Yonik Seeley commented on LUCENE-2960: -- bq. InfoStream, for example, should remain l

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-03-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005642#comment-13005642 ] Michael McCandless commented on LUCENE-2324: The slowdown could have been due

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005641#comment-13005641 ] Michael McCandless commented on LUCENE-2960: bq. As I said on the list - if

[jira] Created: (LUCENE-2965) Faster GeoHashUtils

2011-03-11 Thread JIRA
Faster GeoHashUtils --- Key: LUCENE-2965 URL: https://issues.apache.org/jira/browse/LUCENE-2965 Project: Lucene - Java Issue Type: Improvement Components: contrib/spatial Affects Versions: 3.0.3, 3.0.2, 3.0.1, 3

RE: Problem of Replication Reservation Duration

2011-03-11 Thread Steven A Rowe
Hi Li Li, Please do not use the solr-dev mailing list - Solr and Lucene development both use the list. Steve > -Original Message- > From: Li Li [mailto:fancye...@gmail.com] > Sent: Friday, March 11, 2011 8:41 AM > To: solr-...@lucene.apache.org > Subject: Problem of Replication Reserva

Problem of Replication Reservation Duration

2011-03-11 Thread Li Li
hi all,     The replication handler in solr 1.4 which we used seems to be a little problematic in some extreme situation.     The default reserve duration is 10s and can't modified by any method.       private Integer reserveCommitDuration = SnapPuller.readInterval("00:00:10");     The current impl

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-03-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005631#comment-13005631 ] Jason Rutherglen commented on LUCENE-2324: -- bq. I think making a different data

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5810 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5810/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-11 Thread Yonik Seeley
On Thu, Mar 10, 2011 at 6:49 PM, Chris Hostetter wrote: > The number of "lucene" jars included in the release is also odd -- they > are embedded in the solr.war obviously, but not included anywhere else. > so people wanting to do something like use apache-solr-core-3.1.0.jar to > embed solr in the

Re: IndexWriter#setRAMBufferSizeMB removed in trunk

2011-03-11 Thread Earwin Burrfoot
Thanks for your support, but I don't think setInfoStream makes any sense either : ) Do we /change/ infoStreams for IW @runtime? Why can't we pass it as constructor argument/IWC field? Ok, just maybe, I can imagine a case, where a certain app runs happily, then misbehaves, and then you, with some c

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5809 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5809/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: IndexWriter#setRAMBufferSizeMB removed in trunk

2011-03-11 Thread Shai Erera
I agree. After IWC, the only setter left in IW is setInfoStream which makes sense. But the rest ... assuming these config change don't happen very often, recreating IW doesn't sound like a big thing to me. The alternative of complicating IWC to support runtime changes -- we need to be absolutely su

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-11 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005617#comment-13005617 ] Earwin Burrfoot commented on LUCENE-2960: - As I said on the list - if one needs t

Re: IndexWriter#setRAMBufferSizeMB removed in trunk

2011-03-11 Thread Earwin Burrfoot
Is it really that hard to recreate IndexWriter if you have to change the settings?? Yeah, yeah, you lose all your precious reused buffers, and maybe there's a small indexing latency spike, when switching from old IW to new one, but people aren't changing their IW configs several times a second? I

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5808 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5808/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Commented: (LUCENE-2958) WriteLineDocTask improvements

2011-03-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005612#comment-13005612 ] Shai Erera commented on LUCENE-2958: bq. Really, it would be better if LineDocSource

[JENKINS-MAVEN] Lucene-Solr-Maven-3.x #55: POMs out of sync

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-Maven-3.x/55/ All tests passed Build Log (for compile errors): [...truncated 17599 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional co

[jira] Commented: (LUCENE-2958) WriteLineDocTask improvements

2011-03-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005607#comment-13005607 ] Michael McCandless commented on LUCENE-2958: bq. If we do the header idea, th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5807 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5807/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5806 - Failure

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5806/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Commented: (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-03-11 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005575#comment-13005575 ] David Mark Nemeskey commented on LUCENE-2959: - Andrzej: thanks! Indeed, I hav

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5803 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5803/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5802 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5802/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Solr-trunk - Build # 1439 - Still Failing

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Solr-trunk/1439/ All tests passed Build Log (for compile errors): [...truncated 11479 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5801 - Failure

2011-03-11 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5801/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th