[jira] [Created] (SOLR-6344) Wild card support for JSON parsing

2014-08-08 Thread Noble Paul (JIRA)
Noble Paul created SOLR-6344: Summary: Wild card support for JSON parsing Key: SOLR-6344 URL: https://issues.apache.org/jira/browse/SOLR-6344 Project: Solr Issue Type: Sub-task Report

Re: Test iterations

2014-08-08 Thread Michael McCandless
+1, this sounds awesome? Mike McCandless http://blog.mikemccandless.com On Fri, Aug 8, 2014 at 10:06 AM, Uwe Schindler wrote: > Hi, > > We could emulate the same thing (the repeating beaster) with pure Ant: > > Just repeat the "test" target, which can be done using ant-contrib's "for" > task

[jira] [Commented] (SOLR-6336) DistributedQueue (and it's use in OCP) leaks ZK Watches

2014-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090797#comment-14090797 ] ASF subversion and git services commented on SOLR-6336: --- Commit 16167

[jira] [Commented] (SOLR-6336) DistributedQueue (and it's use in OCP) leaks ZK Watches

2014-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090795#comment-14090795 ] ASF subversion and git services commented on SOLR-6336: --- Commit 16167

[jira] [Created] (SOLR-6343) add a new end point /json/raw to index json for full text search

2014-08-08 Thread Noble Paul (JIRA)
Noble Paul created SOLR-6343: Summary: add a new end point /json/raw to index json for full text search Key: SOLR-6343 URL: https://issues.apache.org/jira/browse/SOLR-6343 Project: Solr Issue T

[jira] [Commented] (LUCENE-5874) Allow choosing latest default codec (not random)

2014-08-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090789#comment-14090789 ] David Smiley commented on LUCENE-5874: -- I'll comment here when my concern next appli

RE: Test iterations

2014-08-08 Thread Uwe Schindler
Hi, We could emulate the same thing (the repeating beaster) with pure Ant: Just repeat the "test" target, which can be done using ant-contrib's "for" task or (much simplier) a groovy script using antcall on the test target. Should we provide this "beaster" in common-build? "ant beast-tests -Dbe

[jira] [Commented] (LUCENE-5878) Add utility to convert document terms to doubles

2014-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090768#comment-14090768 ] ASF subversion and git services commented on LUCENE-5878: - Commit

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-08 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: perf.png > BooleanScorer should sometimes be used for MUST clauses > ---

[jira] [Commented] (LUCENE-5878) Add utility to convert document terms to doubles

2014-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090767#comment-14090767 ] ASF subversion and git services commented on LUCENE-5878: - Commit

Re: Test iterations

2014-08-08 Thread Michael McCandless
On Fri, Aug 8, 2014 at 9:35 AM, Uwe Schindler wrote: > Hi Dawid, > > Thanks for the very good explanation! Indeed the main problem with > tests.iters is the static initializers. Maybe put that explanation into the > Wiki! I sometimes also need to remember it, so it should be documented. > > One

[jira] [Commented] (SOLR-3619) Rename 'example' dir to 'server' and pull examples into an 'examples' directory

2014-08-08 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090765#comment-14090765 ] Jack Krupansky commented on SOLR-3619: -- I do hope that people use Elasticsearch as a h

RE: Test iterations

2014-08-08 Thread Uwe Schindler
Hi Dawid, Thanks for the very good explanation! Indeed the main problem with tests.iters is the static initializers. Maybe put that explanation into the Wiki! I sometimes also need to remember it, so it should be documented. One (only theoretical) way to solve the whole thing could be: Load the

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_65) - Build # 10856 - Failure!

2014-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10856/ Java: 64bit/jdk1.7.0_65 -XX:+UseCompressedOops -XX:+UseSerialGC All tests passed Build Log: [...truncated 43592 lines...] -ecj-javadoc-lint-src: [ecj-lint] Compiling 6 source files [ecj-lint] -- [ecj-lint] 1. ERROR in

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_20-ea-b23) - Build # 4236 - Still Failing!

2014-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4236/ Java: 64bit/jdk1.8.0_20-ea-b23 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 44665 lines...] -documentation-lint: [echo] checking for broken html... [jtidy] Checking for broke

Re: Test iterations

2014-08-08 Thread Dawid Weiss
Hi Ryan, So. I discussed this a while ago, but here it comes again. Let me first clear a few things from what you said. > Only in the last month or so did I learn that -Dtests.iters doesn't really > "work". What I mean is in regards to randomization. This is not true. It works (as I will expla

[jira] [Updated] (SOLR-6325) Expose per-collection and per-shard aggregate statistics

2014-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6325: Attachment: SOLR-6325.patch Changes: # Stats such as requests, totalTime, indexSizeB

[jira] [Updated] (SOLR-6191) Self Describing SearchComponents, RequestHandlers, params. etc.

2014-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6191: - Attachment: SOLR-6191.patch Every path, including the collection admin, core admin etc can respond to the

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_65) - Build # 10977 - Still Failing!

2014-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10977/ Java: 32bit/jdk1.7.0_65 -client -XX:+UseG1GC 1 tests failed. REGRESSION: org.apache.solr.cloud.OverseerTest.testOverseerFailure Error Message: Could not register as the leader because creating the ephemeral registration node i

[jira] [Commented] (SOLR-6336) DistributedQueue (and it's use in OCP) leaks ZK Watches

2014-08-08 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090634#comment-14090634 ] Ramkumar Aiyengar commented on SOLR-6336: - Fixed a bug with children not being retu

[jira] [Commented] (SOLR-6336) DistributedQueue (and it's use in OCP) leaks ZK Watches

2014-08-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090630#comment-14090630 ] ASF GitHub Bot commented on SOLR-6336: -- GitHub user andyetitmoves opened a pull reques

[GitHub] lucene-solr pull request: Cache children as well so that they can ...

2014-08-08 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/81 Cache children as well so that they can be returned when the watcher is reused Fixes an issue with apache/lucene-solr#80 pulled to SOLR-6336. If the first `getChildren` actually returns n

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4792 - Still Failing

2014-08-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4792/ 1 tests failed. FAILED: org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testExampleConfig Error Message: Expected mime type application/octet-stream but got text/html. Error 500 {msg=posix_spawn is not

[jira] [Resolved] (LUCENE-5878) Add utility to convert document terms to doubles

2014-08-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-5878. - Resolution: Fixed > Add utility to convert document terms to doubles > -

[jira] [Commented] (LUCENE-5878) Add utility to convert document terms to doubles

2014-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090556#comment-14090556 ] ASF subversion and git services commented on LUCENE-5878: - Commit

[jira] [Commented] (LUCENE-5698) Evaluate Lucene classification on publicly available datasets

2014-08-08 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090547#comment-14090547 ] Gergő Törcsvári commented on LUCENE-5698: - Yes, I cut the ClassificationTestBase

[jira] [Updated] (LUCENE-5878) Add utility to convert document terms to doubles

2014-08-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-5878: Fix Version/s: 4.10 > Add utility to convert document terms to doubles > -

[jira] [Commented] (LUCENE-5878) Add utility to convert document terms to doubles

2014-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090532#comment-14090532 ] ASF subversion and git services commented on LUCENE-5878: - Commit

[jira] [Updated] (LUCENE-5879) Add auto-prefix terms to block tree terms dict

2014-08-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5879: --- Attachment: LUCENE-5879.patch Initial work-in-progress patch: tests do NOT consisten

[jira] [Created] (LUCENE-5879) Add auto-prefix terms to block tree terms dict

2014-08-08 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-5879: -- Summary: Add auto-prefix terms to block tree terms dict Key: LUCENE-5879 URL: https://issues.apache.org/jira/browse/LUCENE-5879 Project: Lucene - Core

[jira] [Comment Edited] (SOLR-3274) ZooKeeper related SolrCloud problems

2014-08-08 Thread Alexander S. (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090519#comment-14090519 ] Alexander S. edited comment on SOLR-3274 at 8/8/14 9:28 AM: Suf

[jira] [Updated] (LUCENE-5878) Add utility to convert document terms to doubles

2014-08-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-5878: Issue Type: Improvement (was: Bug) > Add utility to convert document terms to doubles > -

[jira] [Commented] (SOLR-3274) ZooKeeper related SolrCloud problems

2014-08-08 Thread Alexander S. (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090519#comment-14090519 ] Alexander S. commented on SOLR-3274: Suffering from the same problem, happens during hi

RE: Range field for interger

2014-08-08 Thread Uwe Schindler
Hi, in most cases the reason for those problems is, because you changed the field definition, but did not reindex all documents or drop the whole index. In addition, to do range queries, you should use the “tint” fields, which have “precisionStep” > 0, otherwise range queries can get very sl

[jira] [Created] (LUCENE-5878) Add utility to convert document terms to doubles

2014-08-08 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created LUCENE-5878: --- Summary: Add utility to convert document terms to doubles Key: LUCENE-5878 URL: https://issues.apache.org/jira/browse/LUCENE-5878 Project: Lucene - Core

Range field for interger

2014-08-08 Thread Poornima Jay
Hi, I am using solr 3.6.1 and trying to find a range on a field which was defined as integer. but i'm not getting accurate results. below is my schema. The input will be as [-1 TO 0] or [2 TO 5] my query string will be interestlevel:[-1 TO 0] -- this is returning only 2 records from solr

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

2014-08-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/672/ 1 tests failed. FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.testDistribSearch Error Message: We have a failed SPLITSHARD task Stack Trace: java.lang.AssertionError: We have a failed SPLITSHARD task at __randomizedte

[jira] [Commented] (LUCENE-5736) Separate the classifiers to online and caching where possible

2014-08-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090493#comment-14090493 ] Tommaso Teofili commented on LUCENE-5736: - the second patch looks better, the onl

[jira] [Commented] (LUCENE-5698) Evaluate Lucene classification on publicly available datasets

2014-08-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090488#comment-14090488 ] Tommaso Teofili commented on LUCENE-5698: - Also, as this is part of what we aim t

[jira] [Comment Edited] (LUCENE-5698) Evaluate Lucene classification on publicly available datasets

2014-08-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090487#comment-14090487 ] Tommaso Teofili edited comment on LUCENE-5698 at 8/8/14 8:46 AM: --

[jira] [Commented] (LUCENE-5698) Evaluate Lucene classification on publicly available datasets

2014-08-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090487#comment-14090487 ] Tommaso Teofili commented on LUCENE-5698: - I like the idea of creating _TestDatas

[jira] [Updated] (SOLR-6325) Expose per-collection and per-shard aggregate statistics

2014-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6325: Attachment: SOLR-6325.patch # Since we are collecting stats from each node, it makes

[jira] [Created] (SOLR-6342) Solr should mention CHANGES from Lucene which have side effects in Solr

2014-08-08 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-6342: --- Summary: Solr should mention CHANGES from Lucene which have side effects in Solr Key: SOLR-6342 URL: https://issues.apache.org/jira/browse/SOLR-6342 Project: Solr

[jira] [Created] (SOLR-6341) Preemtive Basic Auth not possible with SolrJ 4.8

2014-08-08 Thread Jan Weidenhaupt (JIRA)
Jan Weidenhaupt created SOLR-6341: - Summary: Preemtive Basic Auth not possible with SolrJ 4.8 Key: SOLR-6341 URL: https://issues.apache.org/jira/browse/SOLR-6341 Project: Solr Issue Type: Bug

[JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 10976 - Failure!

2014-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10976/ Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: Suite timeout

[jira] [Commented] (LUCENE-5699) Lucene classification score calculation normalize and return lists

2014-08-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090443#comment-14090443 ] Tommaso Teofili commented on LUCENE-5699: - thanks Gergő, the patch looks much bet

[jira] [Comment Edited] (LUCENE-5699) Lucene classification score calculation normalize and return lists

2014-08-08 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090443#comment-14090443 ] Tommaso Teofili edited comment on LUCENE-5699 at 8/8/14 7:49 AM: --

[jira] [Commented] (SOLR-6337) Moving the _versions_ field to DocValues

2014-08-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090431#comment-14090431 ] Varun Thacker commented on SOLR-6337: - SOLR-5670 is a related issue. I think we shoul

[jira] [Comment Edited] (SOLR-6191) Self Describing SearchComponents, RequestHandlers, params. etc.

2014-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090410#comment-14090410 ] Noble Paul edited comment on SOLR-6191 at 8/8/14 7:08 AM: -- I'm con

[jira] [Commented] (SOLR-6191) Self Describing SearchComponents, RequestHandlers, params. etc.

2014-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090410#comment-14090410 ] Noble Paul commented on SOLR-6191: -- I'm confused about the name of the handler {{/meta}}

<    1   2