[
https://issues.apache.org/jira/browse/SOLR-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409145#comment-13409145
]
Mark Miller commented on SOLR-3604:
---
Yeah, but you also said "Almost impossible :(", whic
[
https://issues.apache.org/jira/browse/SOLR-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409141#comment-13409141
]
Mark Miller commented on SOLR-1531:
---
I did not notice this issue before - we resolved thi
[
https://issues.apache.org/jira/browse/SOLR-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409131#comment-13409131
]
Jose Faria commented on SOLR-1293:
--
I do not know if this is the right place, but on the w
[
https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409118#comment-13409118
]
Christian Moen commented on LUCENE-4201:
Added additional Solr factory tests to t
[
https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Moen updated LUCENE-4201:
---
Attachment: LUCENE-4201.patch
> Add Japanese character filter to normalize iteration mar
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14833/
1 tests failed.
REGRESSION:
org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta3.testCompositePk_DeltaImport_replace_nodelete
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Excep
> 2. each jvm when running tests should get its own sandboxed tempdir (i
> think it should be in the build/ directory with other temp test
> stuff).
It does get its own cwd. I don't override the default java.io.tmpdir
or whatever that property is called but there's nothing that would
prohibit us t
[
https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409056#comment-13409056
]
Toke Eskildsen commented on LUCENE-4062:
One solution later and the mystery is st
[
https://issues.apache.org/jira/browse/SOLR-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409046#comment-13409046
]
David Smiley commented on SOLR-3585:
+1 (disclaimer: I haven't looked at the patch)
I'
[
https://issues.apache.org/jira/browse/SOLR-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408872#comment-13408872
]
Mikhail Khludnev edited comment on SOLR-3585 at 7/8/12 7:18 PM:
-
[
https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408997#comment-13408997
]
Michael McCandless commented on LUCENE-3312:
Branch looks good!
But we still
[
https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408973#comment-13408973
]
Michael McCandless commented on LUCENE-3312:
Hmm ... if the test is running f
[
https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408964#comment-13408964
]
Christian Moen commented on LUCENE-4201:
Thanks, Robert.
I've attached a new pat
[
https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Moen updated LUCENE-4201:
---
Attachment: LUCENE-4201.patch
> Add Japanese character filter to normalize iteration mar
[
https://issues.apache.org/jira/browse/SOLR-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408959#comment-13408959
]
Uwe Schindler commented on SOLR-3604:
-
bq. I work on a product that has a class that ed
I think there are two problems:
1. Sort allows you to specify a temp dir, but it seems BytesRefSorter
does not respect this?
2. each jvm when running tests should get its own sandboxed tempdir (i
think it should be in the build/ directory with other temp test
stuff).
On Sun, Jul 8, 2012 at 12:29
Yes, ist the offline sorting on disk of Suggester. But:
The code uses File.createTempFile() without any chance to configure it! So we
should make this configureable when initializing the sorter and configure this
to local test directory on tests.
Especially the always failing SolrSuggesterTest
Build: https://builds.apache.org/job/Solr-trunk/1906/
1 tests failed.
REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch
Error Message:
Thread threw an uncaught exception, thread: Thread[Lucene Merge Thread #2,6,]
Stack Trace:
java.lang.RuntimeException: Thread threw an uncaught
[
https://issues.apache.org/jira/browse/SOLR-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408949#comment-13408949
]
Mark Miller commented on SOLR-3604:
---
I work on a product that has a class that edits solr
[
https://issues.apache.org/jira/browse/SOLR-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408945#comment-13408945
]
Uwe Schindler commented on SOLR-3604:
-
It does not use woodstox here, but thats not the
[
https://issues.apache.org/jira/browse/SOLR-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408942#comment-13408942
]
Mike Sokolov commented on SOLR-3604:
I think SOLR uses Woodstox for its parsing, which
Thanks Uwe! this is a good solution for now :)
On Sun, Jul 8, 2012 at 11:11 AM, Uwe Schindler wrote:
> I copied the workaround from HTMLCharFilter to StandardTokenizer's code
> generator. There was a regex, stripping those ctors - unfortunately this
> regex depends on a missing period in the ja
I copied the workaround from HTMLCharFilter to StandardTokenizer's code
generator. There was a regex, stripping those ctors - unfortunately this regex
depends on a missing period in the javadocs (was not able to fix it lazy,
non-greedy,... or whatever regex like).
See my commit in the lucene41
Have a look at StandardTokenizerImpl:769
/**
* Creates a new scanner.
* There is also java.io.Reader version of this constructor.
*
* @param in the java.io.Inputstream to read input from.
*/
public StandardTokenizerImpl(java.io.InputStream in) {
this(new java.io.InputStre
when suggester tests fail maybe this happens?
On Sun, Jul 8, 2012 at 5:07 AM, Uwe Schindler wrote:
> When reviewing my Jenkins installation (because slave was taken offline,
> which was config bug), I found out that /tmp is filled by Jenkins with the
> following files:
>
> -rw-r--r-- 1 jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java8-64/6/
1 tests failed.
REGRESSION:
org.apache.solr.handler.component.DistributedQueryElevationComponentTest.testDistribSearch
Error Message:
Index: 18, Size: 18
Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 18,
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java8-64/9/
1 tests failed.
FAILED:
org.apache.solr.handler.component.DistributedQueryElevationComponentTest.testDistribSearch
Error Message:
Index: 18, Size: 18
Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 18,
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/395/
No tests ran.
Build Log:
${BUILD_LOG_MULTILINE_REGEX,regex="?x:
\
When reviewing my Jenkins installation (because slave was taken offline,
which was config bug), I found out that /tmp is filled by Jenkins with the
following files:
-rw-r--r-- 1 jenkins nogroup 12433 Jul 5 21:14
RefSorter-1839005885812820606.sorted
-rw-r--r-- 1 jenkins nogroup 13574 Jul
some benchmark added. pls check jira
On Fri, Jul 6, 2012 at 11:13 PM, Dmitry Kan wrote:
> Mikhail,
>
> you have my +1 and a jira comment :)
>
> // Dmitry
>
> On Fri, Jul 6, 2012 at 7:41 PM, Mikhail Khludnev <
> mkhlud...@griddynamics.com
> > wrote:
>
> > Okay, why do you think this idea is not w
[
https://issues.apache.org/jira/browse/SOLR-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Khludnev updated SOLR-3585:
---
Attachment: report.tar.gz
Dmitry,
it's a very good question. unfortunately we can choose only
[
https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408869#comment-13408869
]
Dawid Weiss commented on LUCENE-4199:
-
This looks good enough to be useful as a stand
[
https://issues.apache.org/jira/browse/SOLR-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408865#comment-13408865
]
Uwe Schindler commented on SOLR-3604:
-
With XML as config file format, there is not muc
Serdyn du Toit created SOLR-3605:
Summary: Problem with group paging (or JavaBinCodec conversion
error for the request)
Key: SOLR-3605
URL: https://issues.apache.org/jira/browse/SOLR-3605
Project: Sol
34 matches
Mail list logo