RE: Reviving DistributedSearch

2012-08-17 Thread Prescott Nasser
Hey Zach - thats excellent. If you want to consider it start by creating a jira issue and attaching your patch. Well take a look at it for possible inclusion - Prescott Sent from my Windows Phone From: Zachary Gramana Sent: 8/17/2012 4:47 PM To:

[jira] [Commented] (PYLUCENE-21) JCC Nested Java Object Access from Python

2012-08-17 Thread Craig Rickle (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436650#comment-13436650 ] Craig Rickle commented on PYLUCENE-21: -- apology for continuing in the wrong place

JCC access to a nested iteration class

2012-08-17 Thread csrickle
Hello, This is a redirection attempt, as I used the jira tool incorrectly. Please consider the original PYLUCENE-21 issue and the following additional comment. I did exclude my jcc invocation. This is a snapshot, where I paired down the pylucene Makefile and adapted to a simple Maven

Re: DLL load failed: The specified module could not be found. from jcc import _jcc

2012-08-17 Thread Carlos Ferreira
Hi Thomas, Thank you for your response. I don't believe it is a system path or missing dll problem. As the example I provided shows it works when I invoke it from the Python Shell within the command line that includes the statement import jcc. MOD_WSGI also works and shows my current path when

RE: [jira] [Commented] (SOLR-3737) StempelPolishStemFilterFactory can't find resource '/org/apache/lucene/analysis/pl/stemmer_20000.tbl'

2012-08-17 Thread Uwe Schindler
Hi Hoss, The bug is not really in ClassPathResourceLoader, but in the way how it handles resources and that made Robert use it incorrectly. In tests of Lucene Analysis Factories we often use new ClasspathResourceLoader(getClass()) to make loading resources easier. This instance will assume the

[jira] [Updated] (SOLR-3685) Solr Cloud sometimes skipped peersync attempt and replicated instead due to tlog flags not being cleared when no updates were buffered during a previous replication.

2012-08-17 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma updated SOLR-3685: Attachment: pmap.log Here's the pmap for one node. Heap Xmx is still 256M. I also just noticed this

[jira] [Created] (LUCENE-4309) Not obvious how to find mailing lists

2012-08-17 Thread Sebb (JIRA)
Sebb created LUCENE-4309: Summary: Not obvious how to find mailing lists Key: LUCENE-4309 URL: https://issues.apache.org/jira/browse/LUCENE-4309 Project: Lucene - Core Issue Type: Bug

[jira] [Created] (LUCENE-4310) NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys

2012-08-17 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-4310: --- Summary: NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys Key: LUCENE-4310 URL: https://issues.apache.org/jira/browse/LUCENE-4310

[jira] [Assigned] (LUCENE-4310) NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys

2012-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-4310: -- Assignee: Michael McCandless NormalizeCharMap.build creates utf32-keyed

[jira] [Commented] (LUCENE-4310) NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys

2012-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436664#comment-13436664 ] Michael McCandless commented on LUCENE-4310: Eek, how awful! I'll fix.

[jira] [Commented] (LUCENE-4310) NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys

2012-08-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436673#comment-13436673 ] Dawid Weiss commented on LUCENE-4310: - Thanks Mike!

[jira] [Updated] (LUCENE-4310) NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys

2012-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4310: --- Attachment: LUCENE-4310.patch Patch. The FST needs be created w/ UTF16 code units

[jira] [Commented] (LUCENE-4310) NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys

2012-08-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436680#comment-13436680 ] Robert Muir commented on LUCENE-4310: - where is the sort done? if you do this you

[jira] [Updated] (LUCENE-4310) NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys

2012-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4310: --- Attachment: LUCENE-4310.patch We sort using TreeMapString,String, so we should be

Re: Solr 4 upgrade guide?

2012-08-17 Thread Jack Krupansky
Yes, better doc is needed. I went to the SolrQuerySyntax wiki to see where it might be added and discovered that it links to the 3.6 Lucene query syntax, which doesn't mention the 4.0 support for regular expressions that is mentioned on the Lucene 4.0 query syntax page:

RE: Solr 4 upgrade guide?

2012-08-17 Thread Uwe Schindler
We have an issue open to create a autogenerated HTML front page for docs (just like Lucene have) that refers to javadocs of the several solr components + links to important documentation. The Documentation pages like the MIGRATE.html are created by pegdown (a Java-Markdown converter): SOLR-3733

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436713#comment-13436713 ] Uwe Schindler commented on LUCENE-3312: --- How should we proceed with this? I think

[jira] [Commented] (LUCENE-4309) Not obvious how to find mailing lists

2012-08-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436714#comment-13436714 ] Robert Muir commented on LUCENE-4309: - Any suggestions on how to improve this? Maybe

[jira] [Commented] (LUCENE-4309) Not obvious how to find mailing lists

2012-08-17 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436723#comment-13436723 ] Sebb commented on LUCENE-4309: -- That would be much better. There should also be a link to

[jira] [Updated] (LUCENE-4309) Not obvious how to find mailing lists

2012-08-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4309: Attachment: LUCENE-4309.patch patch with most of the suggestions. TODO is still where to put

[jira] [Commented] (LUCENE-4309) Not obvious how to find mailing lists

2012-08-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436742#comment-13436742 ] Robert Muir commented on LUCENE-4309: - Also there is no consolidated lists yet of MLs

[jira] [Commented] (LUCENE-4309) Not obvious how to find mailing lists

2012-08-17 Thread selckin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436743#comment-13436743 ] selckin commented on LUCENE-4309: - If you're taking suggestions, i always love it when

[jira] [Commented] (LUCENE-4309) Not obvious how to find mailing lists

2012-08-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436751#comment-13436751 ] Robert Muir commented on LUCENE-4309: - I'm taking suggestions or patches or anything

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-17 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436755#comment-13436755 ] Chris Male commented on LUCENE-3312: We definitely need to clean up StorableFieldType

[jira] [Commented] (LUCENE-4310) NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys

2012-08-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436762#comment-13436762 ] Robert Muir commented on LUCENE-4310: - Thanks: +1

Re: JCC access to a nested iteration class

2012-08-17 Thread Andi Vajda
On Fri, 17 Aug 2012, csrickle wrote: ... This is an Apache Accumulo interface. The particular class containing the nested class, analogous to App.Embedded.hello2(), is TabletServerBatchReaderIterator:

Where did the milliseconds go?

2012-08-17 Thread Jack Krupansky
I personally have found it useful to see time in the Solr log include milliseconds, but it is no longer included, even in 3.6.1. Actually, I do see it in the first few log entries, but then the log format changes: 2012-08-17 10:41:35.826:INFO:oejsh.ContextHandler:started

Collections API question

2012-08-17 Thread Karel Vervaeke
Hi. I'm trying out SolrCloud 4.0.0-BETA. Creating a collection via the collections api never creates more cores than there are nodes. I can see some logic in it, but it would be less surprising if it would just create #shards * (#replicas +1) cores. As for the implementation: I would just loop

RE: Where did the milliseconds go?

2012-08-17 Thread Uwe Schindler
It depends on how you configure the log format in your servlet container. Solr no longer enforces one, just add the correct logging jar. Please don't start the flamewar again. It's easy and more universal, now. What you see is just the default logging. - Uwe Schindler

Re: Where did the milliseconds go?

2012-08-17 Thread Jack Krupansky
I know the log settings can be changed. I’m asking about how the default was decided, and whether it can be “improved”. Oh, and I am referring to simply running the Solr example right out of the box, with its embedded Jetty. No servlet container configuration involved. In any case, the Solr

[jira] [Commented] (LUCENE-4309) Not obvious how to find mailing lists

2012-08-17 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13436812#comment-13436812 ] Sebb commented on LUCENE-4309: -- bq. TODO is still where to put the License link. Above the

[jira] [Created] (LUCENE-4311) HunspellStemFilter returns another values than Hunspell in console / command line for same dictionaries.

2012-08-17 Thread Jan Rieger (JIRA)
Jan Rieger created LUCENE-4311: -- Summary: HunspellStemFilter returns another values than Hunspell in console / command line for same dictionaries. Key: LUCENE-4311 URL:

[jira] [Updated] (LUCENE-4311) HunspellStemFilter returns another values than Hunspell in console / command line with same dictionaries.

2012-08-17 Thread Jan Rieger (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Rieger updated LUCENE-4311: --- Summary: HunspellStemFilter returns another values than Hunspell in console / command line with

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b51) - Build # 500 - Failure!

2012-08-17 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/500/ Java: 32bit/jdk1.8.0-ea-b51 -server -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.cloud.ZkSolrClientTest.testWatchChildren Error Message: expected:2 but was:1 Stack Trace: java.lang.AssertionError:

Fwd: [JENKINS] lucene3312-branch (64bit/jdk1.8.0-ea-b51) - Build # 27 - Failure!

2012-08-17 Thread Uwe Schindler
I got the following test timeout on the stored fields branch Jenkins. This looks like a hang in test framework itself? Original-Nachricht Von: Policeman Jenkins Server jenk...@sd-datasolutions.de Gesendet: Fri Aug 17 19:37:07 MESZ 2012 An: nikola.tanko...@gmail.com,

[jira] [Resolved] (LUCENE-4310) NormalizeCharMap.build creates utf32-keyed automaton and uses it with utf16 keys

2012-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-4310. Resolution: Fixed Fix Version/s: 4.0 5.0 Thanks Dawid!

Re: [JENKINS] lucene3312-branch (64bit/jdk1.8.0-ea-b51) - Build # 27 - Failure!

2012-08-17 Thread Dawid Weiss
Err cap, yes. TimSort is sensitive to comparators with invalid contract -- need to look into this, thanks Uwe! Still, it did time out, good sign :) Dawid On Fri, Aug 17, 2012 at 8:16 PM, Uwe Schindler u...@thetaphi.de wrote: I got the following test timeout on the stored fields branch

[jira] [Commented] (SOLR-3736) UIMA requires commons-beanutils

2012-08-17 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437007#comment-13437007 ] Eric Pugh commented on SOLR-3736: - So I looked into it, and because we have

[jira] [Created] (SOLR-3738) Simplify UIMA Tutorial

2012-08-17 Thread Eric Pugh (JIRA)
Eric Pugh created SOLR-3738: --- Summary: Simplify UIMA Tutorial Key: SOLR-3738 URL: https://issues.apache.org/jira/browse/SOLR-3738 Project: Solr Issue Type: Improvement Affects Versions:

[jira] [Commented] (SOLR-3738) Simplify UIMA Tutorial

2012-08-17 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437022#comment-13437022 ] Eric Pugh commented on SOLR-3738: - I'd also like to reformat the

Caveat when upgrading from 4.0.0-ALPHA to 4.0.0-BETA (CharStream overrides).

2012-08-17 Thread Dawid Weiss
I've just hit this and I thought I'd share -- don't know if this was discussed. I had to update some code from 4.0.0-ALPHA to 4.0.0-BETA. We have custom subclasses of CharFilter. In ALPHA, CharFilter extends from (indirectly) Reader. In BETA, it inherits from FilteredReader. The (surprising?)

null:java.lang.ArrayIndexOutOfBoundsException with solr-trunk

2012-08-17 Thread Ahmet Arslan
Hi All, I am indexing aspx files into solr-trunk (using ManifoldCF). And I am getting below Exception in a pretty much random manner. solr-spec : 5.0.0.2012.08.16.22.19.11 solr-impl : 5.0-SNAPSHOT exported - iorixxx - 2012-08-16 22:19:11 lucene-spec : 5.0-SNAPSHOT

Re: null:java.lang.ArrayIndexOutOfBoundsException with solr-trunk

2012-08-17 Thread Yonik Seeley
This is really strange - I just reviewed the code in question, and it looks fine. Could you open a JIRA issue for this? -Yonik http://lucidworks.com On Fri, Aug 17, 2012 at 4:28 PM, Ahmet Arslan iori...@yahoo.com wrote: Hi All, I am indexing aspx files into solr-trunk (using ManifoldCF). And

Re: [JENKINS] lucene3312-branch (64bit/jdk1.8.0-ea-b51) - Build # 27 - Failure!

2012-08-17 Thread Dawid Weiss
Very strange. I thought it's some comparator problem, but I doubt it now because the comparator in question is a delegate to generic signature string: static final ComparatorMethod methodSorter = new ComparatorMethod() { @Override public int compare(Method o1, Method o2) { return

[jira] [Commented] (SOLR-3736) UIMA requires commons-beanutils

2012-08-17 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437072#comment-13437072 ] Tommaso Teofili commented on SOLR-3736: --- Hi guys, Robert's list of dependencies for

Re: null:java.lang.ArrayIndexOutOfBoundsException with solr-trunk

2012-08-17 Thread Yonik Seeley
Actually, this must be due to SOLR-3715, I'll re-open that issue. -Yonik http://lucidworks.com On Fri, Aug 17, 2012 at 5:04 PM, Yonik Seeley yo...@lucidworks.com wrote: This is really strange - I just reviewed the code in question, and it looks fine. Could you open a JIRA issue for this?

[jira] [Commented] (SOLR-3736) UIMA requires commons-beanutils

2012-08-17 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437082#comment-13437082 ] Eric Pugh commented on SOLR-3736: - Tommaso, you are right that we can't list every jar.

[jira] [Closed] (SOLR-3535) Add block support for XMLLoader

2012-08-17 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev closed SOLR-3535. -- Resolution: Won't Fix as well I merged this patch with SOLR-3076. further work will be done

[jira] [Commented] (SOLR-3715) improve tlog concurrency

2012-08-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437085#comment-13437085 ] Yonik Seeley commented on SOLR-3715: It looks like there's a bug lurking here I'm

Re: [jira] [Commented] (SOLR-3589) Edismax parser does not honor mm parameter if analyzer splits a token

2012-08-17 Thread Tom Burton-West
I just wanted to mention that there is not only a problem with mm=100% but also with other values of mm where the number of tokens resulting from splitting CJK or otherwise is within an mm limit. For example with mm=2 the query [fire fly] and query [fire-fly] which with WDF gets split into two

Re: [jira] [Commented] (SOLR-3589) Edismax parser does not honor mm parameter if analyzer splits a token

2012-08-17 Thread Jack Krupansky
Correct, currently there is no way for you to get anything other than “OR”, unless you set autoGeneratePhraseQueries=true. -- Jack Krupansky From: Tom Burton-West Sent: Friday, August 17, 2012 6:05 PM To: dev@lucene.apache.org Subject: Re: [jira] [Commented] (SOLR-3589) Edismax parser does

[jira] [Created] (SOLR-3739) ExtendedDismaxQParser (edismax) does not obey q.op for tokens split by an analyzer

2012-08-17 Thread Jack Krupansky (JIRA)
Jack Krupansky created SOLR-3739: Summary: ExtendedDismaxQParser (edismax) does not obey q.op for tokens split by an analyzer Key: SOLR-3739 URL: https://issues.apache.org/jira/browse/SOLR-3739

Re: svn commit: r1374431 - /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/util/fst/Util.java

2012-08-17 Thread Michael McCandless
Thanks Dawid! Mike McCandless http://blog.mikemccandless.com On Fri, Aug 17, 2012 at 4:46 PM, dwe...@apache.org wrote: Author: dweiss Date: Fri Aug 17 20:46:16 2012 New Revision: 1374431 URL: http://svn.apache.org/viewvc?rev=1374431view=rev Log: Rewrite the copying loop slightly;

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 304 - Failure

2012-08-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/304/ All tests passed Build Log: [...truncated 7962 lines...] [junit4:junit4] ERROR: JVM J0 ended with an exception, command line: /usr/local/openjdk7/jre/bin/java -XX:+UseG1GC -Dtests.prefix=tests -Dtests.seed=E70213687B952A0C

[jira] [Created] (SOLR-3740) ExtendedDismaxQParser (edismax) does not obey q.op for parenthesized sub-queries

2012-08-17 Thread Jack Krupansky (JIRA)
Jack Krupansky created SOLR-3740: Summary: ExtendedDismaxQParser (edismax) does not obey q.op for parenthesized sub-queries Key: SOLR-3740 URL: https://issues.apache.org/jira/browse/SOLR-3740

[jira] [Resolved] (SOLR-3715) improve tlog concurrency

2012-08-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-3715. Resolution: Fixed Fix Version/s: 4.0 I just committed the fix for the bug introduced by this

[jira] [Created] (SOLR-3741) ExtendedDismaxQParser (edismax) does not obey q.op for queries with operators

2012-08-17 Thread Jack Krupansky (JIRA)
Jack Krupansky created SOLR-3741: Summary: ExtendedDismaxQParser (edismax) does not obey q.op for queries with operators Key: SOLR-3741 URL: https://issues.apache.org/jira/browse/SOLR-3741 Project:

[jira] [Updated] (SOLR-3740) ExtendedDismaxQParser (edismax) does not obey q.op for parenthesized sub-queries

2012-08-17 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jack Krupansky updated SOLR-3740: - Fix Version/s: 3.6.2 Description: For a query such as cat dog (fox bat fish) with q.op=AND,

Re: null:java.lang.ArrayIndexOutOfBoundsException with solr-trunk

2012-08-17 Thread Yonik Seeley
Thanks for the report Ahmet, I just checked in a fix for this bug. -Yonik http://lucidworks.com On Fri, Aug 17, 2012 at 5:11 PM, Yonik Seeley yo...@lucidworks.com wrote: Actually, this must be due to SOLR-3715, I'll re-open that issue. -Yonik http://lucidworks.com On Fri, Aug 17, 2012 at

[jira] [Updated] (SOLR-3691) SimplePostTool: Mode for indexing a web page

2012-08-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-3691: -- Attachment: SOLR-3691.patch Last update: * Fixed typo in usage * Fixed ArrayIndexOutOfBounds when

[jira] [Updated] (SOLR-3691) SimplePostTool: Mode for indexing a web page

2012-08-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-3691: -- Fix Version/s: 5.0 Committed to trunk in r1374497 Will backport to 4.x soon

[jira] [Commented] (SOLR-3707) Upgrade Solr to Tika 1.2

2012-08-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437211#comment-13437211 ] Jan Høydahl commented on SOLR-3707: --- Committed to trunk as r1374501 Will backport ot 4.x

[JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 15074 - Failure

2012-08-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/15074/ All tests passed Build Log: [...truncated 18907 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1692 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec] [exec]

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0) - Build # 520 - Still Failing!

2012-08-17 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/520/ Java: 64bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0 -XnoOpt All tests passed Build Log: [...truncated 18866 lines...] -jenkins-javadocs-lint: javadocs-lint: [...truncated 1693 lines...] javadocs-lint: [exec] [exec]