[jira] [Commented] (LUCENE-5077) make it easier to use compressed norms

2013-06-25 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692799#comment-13692799 ] Adrien Grand commented on LUCENE-5077: -- bq. I like it better than my previous idea

[jira] [Created] (SOLR-4959) Paging row parameter casue java.lang.OutOfMemoryError

2013-06-25 Thread beishuihan (JIRA)
beishuihan created SOLR-4959: Summary: Paging row parameter casue java.lang.OutOfMemoryError Key: SOLR-4959 URL: https://issues.apache.org/jira/browse/SOLR-4959 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-4959) Paging row parameter casue java.lang.OutOfMemoryError

2013-06-25 Thread beishuihan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] beishuihan updated SOLR-4959: - Description: /solr/issue_shard2_replica2/select?q=*%3A*rows=1147483647fl=issueIdwt=xmlindent=true

[jira] [Commented] (SOLR-2440) Schema Browser more user friendly

2013-06-25 Thread Joan Codina (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692814#comment-13692814 ] Joan Codina commented on SOLR-2440: --- Yes, I think so. Most of the functionality is in the

Re: [jira] [Commented] (SOLR-4647) Grouping is broken on docvalues-only fields

2013-06-25 Thread Sebastian
Hi, think I hit that problem. Create a schema with normal fields (e.g. id) and an DocValues field (e.g. feature). If you want to get the DocValues field value (/select?q=id:123fl=feature) no value is returned. Setting the DocValues field stored=true or false doesn't change anything. The value is

[jira] [Commented] (SOLR-4888) setup admin edit perms for PMC/committers in SOLR CWIKI

2013-06-25 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692829#comment-13692829 ] Stefan Matheis (steffkes) commented on SOLR-4888: - accountName = steffkes;

[jira] [Commented] (SOLR-4647) Grouping is broken on docvalues-only fields

2013-06-25 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692831#comment-13692831 ] Sebastian Müller commented on SOLR-4647: think I hit that problem. Create a schema

[jira] [Commented] (LUCENE-5077) make it easier to use compressed norms

2013-06-25 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692837#comment-13692837 ] Adrien Grand commented on LUCENE-5077: -- I ran again the WIKI_MEDIUM_1M benchmark

Re: [JENKINS] Lucene-Solr-Tests-4.3-Java6 - Build # 104 - Still Failing

2013-06-25 Thread Martijn v Groningen
I'll look into this one. On 25 June 2013 01:40, Apache Jenkins Server jenk...@builds.apache.orgwrote: Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.3-Java6/104/ 1 tests failed. REGRESSION: org.apache.lucene.search.join.TestBlockJoinSorting.testNestedSorting Error Message:

[jira] [Commented] (SOLR-4948) Tidy up CoreContainer construction logic

2013-06-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692890#comment-13692890 ] Alan Woodward commented on SOLR-4948: - Am still getting a few test failures, mainly due

Setting up Jenkins

2013-06-25 Thread Per Steffensen
Hi Are there any documentation available on how to set up Jenkins to build Solr (e.g. 4x branch)? Or a script that can do it? Or can I somehow get hold of or export the actual configuration (on https://builds.apache.org/job/Solr-Artifacts-4.x/ I guess) so that I can import it into my own

[jira] [Commented] (SOLR-4645) Missing Adobe XMP library can abort DataImportHandler process

2013-06-25 Thread Simon Endele (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692961#comment-13692961 ] Simon Endele commented on SOLR-4645: Had the same problem. Worked for me. Thanks.

[jira] [Updated] (SOLR-4948) Tidy up CoreContainer construction logic

2013-06-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-4948: Attachment: SOLR-4948.patch Still two test failures: TestCoreContainer.testPersist, which wants a

[jira] [Commented] (LUCENE-5077) make it easier to use compressed norms

2013-06-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692989#comment-13692989 ] Michael McCandless commented on LUCENE-5077: +1, look awesome, thanks Rob and

Allow TfIdfSimilarity to encode norms in more than a byte

2013-06-25 Thread Shai Erera
Hi Today TfIdfSimilarity forces the encoding of norms into a single byte, and there's no way to override it. E.g. if I don't want to lose precision, the only thing I can do is write a different Similarity while copying most of the code from TfIdfSimilarity. I looked at the code and I was

[jira] [Commented] (SOLR-4888) setup admin edit perms for PMC/committers in SOLR CWIKI

2013-06-25 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692995#comment-13692995 ] Otis Gospodnetic commented on SOLR-4888: accountName = otis; confluenceAdmin =

[jira] [Commented] (SOLR-4888) setup admin edit perms for PMC/committers in SOLR CWIKI

2013-06-25 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693001#comment-13693001 ] Erik Hatcher commented on SOLR-4888: { account_name = 'ErikHatcher', admin = true

[jira] [Resolved] (SOLR-4959) Paging row parameter casue java.lang.OutOfMemoryError

2013-06-25 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved SOLR-4959. Resolution: Invalid Don't think this is really a bug. See

Re: Allow TfIdfSimilarity to encode norms in more than a byte

2013-06-25 Thread Robert Muir
On Tue, Jun 25, 2013 at 8:54 AM, Shai Erera ser...@gmail.com wrote: Hi Today TfIdfSimilarity forces the encoding of norms into a single byte, and there's no way to override it. E.g. if I don't want to lose precision, the only thing I can do is write a different Similarity while copying most

Re: Allow TfIdfSimilarity to encode norms in more than a byte

2013-06-25 Thread Shai Erera
The problem as I see it is that if you want to implement a true Tf-Idf similarity, e.g. as specified in the books, you have no way to do that by extending TfIdfSimilarity which is odd. I think that we can make TfIdfSim implement the core parts of Tf-Idf, letting extensions worry about the

[jira] [Commented] (SOLR-1301) Solr + Hadoop

2013-06-25 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693019#comment-13693019 ] Otis Gospodnetic commented on SOLR-1301: [~kanarsky] - yes, take Solr results and

Re: Allow TfIdfSimilarity to encode norms in more than a byte

2013-06-25 Thread Robert Muir
On Tue, Jun 25, 2013 at 9:20 AM, Shai Erera ser...@gmail.com wrote: Right now, I need to copy most of the tf-idf code into my Sim, and I don't think that's good software engineering. How many people really extend Tf-Idf that the API can get complicated? And we have to do the same thing if

Re: Allow TfIdfSimilarity to encode norms in more than a byte

2013-06-25 Thread Shai Erera
Wait, lengthNorm is already abstract, left to whoever implements TfIdfSimilarity to return a float. So we're already letting people mess with length norm. All I want to remove is the enforcement of a single-byte encoding, to let you encode a full float, int or even long, as it's a NumericDV under

[jira] [Updated] (SOLR-3862) add remove as update option for atomically removing a value from a multivalued field

2013-06-25 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Bower updated SOLR-3862: --- Attachment: SOLR-3862-3.patch Minor update removing a spurious println add remove

[jira] [Commented] (LUCENE-5077) make it easier to use compressed norms

2013-06-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693046#comment-13693046 ] Robert Muir commented on LUCENE-5077: - Thanks for benchmarking Adrien. As you know,

[jira] [Commented] (SOLR-4948) Tidy up CoreContainer construction logic

2013-06-25 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693055#comment-13693055 ] Erick Erickson commented on SOLR-4948: -- Alan: first, I'm s glad you're tackling

Re: Setting up Jenkins

2013-06-25 Thread Mark Miller
On Jun 25, 2013, at 7:39 AM, Per Steffensen st...@designware.dk wrote: Hi Are there any documentation available on how to set up Jenkins to build Solr (e.g. 4x branch)? Or a script that can do it? Or can I somehow get hold of or export the actual configuration (on

[jira] [Updated] (SOLR-4948) Tidy up CoreContainer construction logic

2013-06-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-4948: Attachment: SOLR-4948.patch OK, I think this patch fixes everything. The persistence problems were

[jira] [Commented] (SOLR-4948) Tidy up CoreContainer construction logic

2013-06-25 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693080#comment-13693080 ] Erick Erickson commented on SOLR-4948: -- Watch out! I did the exact same thing then the

[jira] [Commented] (SOLR-4888) setup admin edit perms for PMC/committers in SOLR CWIKI

2013-06-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693083#comment-13693083 ] Steve Rowe commented on SOLR-4888: -- bq. accountNames =

[jira] [Created] (LUCENE-5078) Allow TfIdfSimilarity implementations to encode norm values into more than a single byte

2013-06-25 Thread Shai Erera (JIRA)
Shai Erera created LUCENE-5078: -- Summary: Allow TfIdfSimilarity implementations to encode norm values into more than a single byte Key: LUCENE-5078 URL: https://issues.apache.org/jira/browse/LUCENE-5078

[jira] [Commented] (SOLR-741) Add support for rounding dates in DateField

2013-06-25 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693088#comment-13693088 ] Upayavira commented on SOLR-741: Another approach to the same issue:

[jira] [Commented] (SOLR-4926) I am seeing RecoveryZkTest and ChaosMonkeySafeLeaderTest fail often on trunk.

2013-06-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693090#comment-13693090 ] Mark Miller commented on SOLR-4926: --- Just to update: bq. is somehow using a different

[jira] [Commented] (SOLR-4888) setup admin edit perms for PMC/committers in SOLR CWIKI

2013-06-25 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693095#comment-13693095 ] Shawn Heisey commented on SOLR-4888: username is elyograg, i'm a new committer, so

[jira] [Commented] (SOLR-4888) setup admin edit perms for PMC/committers in SOLR CWIKI

2013-06-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693104#comment-13693104 ] Steve Rowe commented on SOLR-4888: -- bq. username is elyograg, i'm a new committer, so

[jira] [Updated] (LUCENE-5078) Allow TfIdfSimilarity implementations to encode norm values into more than a single byte

2013-06-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5078: --- Attachment: LUCENE-5078.patch Patch changes the signature of encode/decodeNormValue to return/take

[jira] [Resolved] (SOLR-4948) Tidy up CoreContainer construction logic

2013-06-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-4948. - Resolution: Fixed Tidy up CoreContainer construction logic

[jira] [Commented] (LUCENE-5078) Allow TfIdfSimilarity implementations to encode norm values into more than a single byte

2013-06-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693113#comment-13693113 ] Robert Muir commented on LUCENE-5078: - I think this looks pretty good! So the norms

[jira] [Created] (SOLR-4960) race condition in CoreContainer.shutdown leads to double closes on cores

2013-06-25 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-4960: -- Summary: race condition in CoreContainer.shutdown leads to double closes on cores Key: SOLR-4960 URL: https://issues.apache.org/jira/browse/SOLR-4960 Project: Solr

[jira] [Resolved] (LUCENE-5077) make it easier to use compressed norms

2013-06-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5077. - Resolution: Fixed Thanks Mike and Adrien! make it easier to use compressed

[jira] [Assigned] (SOLR-4960) race condition in CoreContainer.shutdown leads to double closes on cores

2013-06-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-4960: -- Assignee: Yonik Seeley race condition in CoreContainer.shutdown leads to double closes on

Suppressing Codecs

2013-06-25 Thread Houston Putman
In my testing code, how do I suppress all codecs that do not support SortedSet docvalues? This is the code I am using now : @SuppressCodecs({Lucene3x,Lucene41,Lucene40}) However I get this error occasionally: org.apache.solr.common.SolrException: java.lang.UnsupportedOperationException: Lucene

Re: Suppressing Codecs

2013-06-25 Thread Robert Muir
I think you also need to suppress Appending. On Tue, Jun 25, 2013 at 11:37 AM, Houston Putman houstonput...@gmail.comwrote: In my testing code, how do I suppress all codecs that do not support SortedSet docvalues? This is the code I am using now :

[jira] [Updated] (SOLR-4960) race condition in CoreContainer.shutdown leads to double closes on cores

2013-06-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-4960: --- Attachment: SOLR-4960.patch Here's a patch that fixes things for normal cores - I didn't touch the

[jira] [Updated] (SOLR-4816) Add document routing to CloudSolrServer

2013-06-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4816: - Attachment: SOLR-4816.patch New patch that passes all existing tests. Removed all side effects

[jira] [Comment Edited] (SOLR-4926) I am seeing RecoveryZkTest and ChaosMonkeySafeLeaderTest fail often on trunk.

2013-06-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692346#comment-13692346 ] Yonik Seeley edited comment on SOLR-4926 at 6/25/13 3:54 PM: - I

Re: Suppressing Codecs

2013-06-25 Thread Houston Putman
Fixed, thanks. On Tue, Jun 25, 2013 at 11:45 AM, Robert Muir rcm...@gmail.com wrote: I think you also need to suppress Appending. On Tue, Jun 25, 2013 at 11:37 AM, Houston Putman houstonput...@gmail.comwrote: In my testing code, how do I suppress all codecs that do not support

[jira] [Updated] (SOLR-4808) Persist and use replication factor at Collection and Shard level

2013-06-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-4808: - Attachment: SOLR-4808.patch This patch changes the way the collection creation is perfromed. The

[jira] [Updated] (SOLR-4787) Join Contrib

2013-06-25 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Bower updated SOLR-4787: --- Attachment: SOLR-4787-deadlock-fix.patch Attached is a patch (that applies on top of the latest base

[jira] [Commented] (LUCENE-5078) Allow TfIdfSimilarity implementations to encode norm values into more than a single byte

2013-06-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693162#comment-13693162 ] Shai Erera commented on LUCENE-5078: That's a good point! What about if we make the

[jira] [Updated] (SOLR-4787) Join Contrib

2013-06-25 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Bower updated SOLR-4787: --- Attachment: (was: SOLR-4787-deadlock-fix.patch) Join Contrib

[jira] [Updated] (SOLR-4787) Join Contrib

2013-06-25 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Bower updated SOLR-4787: --- Attachment: SOLR-4787-deadlock-fix.patch New file with proper paths and a unit test, which if run

[jira] [Commented] (LUCENE-5078) Allow TfIdfSimilarity implementations to encode norm values into more than a single byte

2013-06-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693166#comment-13693166 ] Robert Muir commented on LUCENE-5078: - {quote} That's a good point! What about if we

[jira] [Commented] (SOLR-4892) Add field update processors to parse/convert String-typed fields to Date, Number, and Boolean

2013-06-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693188#comment-13693188 ] Hoss Man commented on SOLR-4892: Steve: for the most part the patch looks good, but a

[jira] [Commented] (SOLR-4957) Audit format/plugin/markup problems in solr ref guide related to Confluence 5.x upgrade

2013-06-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693202#comment-13693202 ] Cassandra Targett commented on SOLR-4957: - Comments about the specific problems

[jira] [Updated] (SOLR-4787) Join Contrib

2013-06-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4787: - Attachment: SOLR-4787.patch Join Contrib Key: SOLR-4787

[jira] [Commented] (SOLR-4960) race condition in CoreContainer.shutdown leads to double closes on cores

2013-06-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693211#comment-13693211 ] Yonik Seeley commented on SOLR-4960: There's also a race condition in getCore itself

[jira] [Comment Edited] (SOLR-4957) Audit format/plugin/markup problems in solr ref guide related to Confluence 5.x upgrade

2013-06-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693202#comment-13693202 ] Cassandra Targett edited comment on SOLR-4957 at 6/25/13 6:00 PM:

[jira] [Commented] (SOLR-4787) Join Contrib

2013-06-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693215#comment-13693215 ] Joel Bernstein commented on SOLR-4787: -- Kranti, The latest patch will apply cleanly

[jira] [Reopened] (SOLR-4948) Tidy up CoreContainer construction logic

2013-06-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reopened SOLR-4948: - Re-opening to fix test failures - some tests are now trying to create cores outside the test

[jira] [Commented] (SOLR-4787) Join Contrib

2013-06-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693218#comment-13693218 ] Joel Bernstein commented on SOLR-4787: -- Steven, Thanks for the patch. I'll add this

[jira] [Comment Edited] (SOLR-4957) Audit format/plugin/markup problems in solr ref guide related to Confluence 5.x upgrade

2013-06-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693221#comment-13693221 ] Cassandra Targett edited comment on SOLR-4957 at 6/25/13 6:11 PM:

[jira] [Commented] (SOLR-4957) Audit format/plugin/markup problems in solr ref guide related to Confluence 5.x upgrade

2013-06-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693221#comment-13693221 ] Cassandra Targett commented on SOLR-4957: - The Language Analysis

[jira] [Commented] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-06-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693227#comment-13693227 ] Michael McCandless commented on LUCENE-5030: Thanks Artem! I don't

[jira] [Created] (SOLR-4961) Add ability to provide custom ranking configurations

2013-06-25 Thread Greg Bowyer (JIRA)
Greg Bowyer created SOLR-4961: - Summary: Add ability to provide custom ranking configurations Key: SOLR-4961 URL: https://issues.apache.org/jira/browse/SOLR-4961 Project: Solr Issue Type: New

[jira] [Updated] (SOLR-4961) Add ability to provide custom ranking configurations

2013-06-25 Thread Greg Bowyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Bowyer updated SOLR-4961: -- Issue Type: Sub-task (was: New Feature) Parent: SOLR-4465 Add ability to provide custom

[jira] [Created] (SOLR-4962) Allow for analytic functions to be performed through altered collectors

2013-06-25 Thread Greg Bowyer (JIRA)
Greg Bowyer created SOLR-4962: - Summary: Allow for analytic functions to be performed through altered collectors Key: SOLR-4962 URL: https://issues.apache.org/jira/browse/SOLR-4962 Project: Solr

[jira] [Commented] (SOLR-4465) Configurable Collectors

2013-06-25 Thread Greg Bowyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693251#comment-13693251 ] Greg Bowyer commented on SOLR-4465: --- Life keeps getting in the way, I have crafted two

RE: Setting up Jenkins

2013-06-25 Thread Uwe Schindler
Hi, contact me privately, I can setup an account for you on http://jenkins.thetaphi.de, so you can look at the jobs. In general. Let Jenkins checkout the SVN address of ASF and then run ant jenkins to run all tests. On ASF Jenkins you need to login with committer username/password. Uwe

[jira] [Commented] (SOLR-4926) I am seeing RecoveryZkTest and ChaosMonkeySafeLeaderTest fail often on trunk.

2013-06-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693265#comment-13693265 ] Mark Miller commented on SOLR-4926: --- It turns out this was all being caused by:

[jira] [Resolved] (LUCENE-5078) Allow TfIdfSimilarity implementations to encode norm values into more than a single byte

2013-06-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-5078. Resolution: Fixed Fix Version/s: 4.4 5.0 Made the two methods final on

[jira] [Commented] (SOLR-4957) Audit format/plugin/markup problems in solr ref guide related to Confluence 5.x upgrade

2013-06-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693304#comment-13693304 ] Cassandra Targett commented on SOLR-4957: - The page

[jira] [Updated] (SOLR-4960) race condition in CoreContainer.shutdown leads to double closes on cores

2013-06-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-4960: --- Attachment: SOLR-4960_getCore.patch Here's a patch to fix the race in CoreContainer.getCore() I

[jira] [Commented] (SOLR-4892) Add field update processors to parse/convert String-typed fields to Date, Number, and Boolean

2013-06-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693316#comment-13693316 ] Steve Rowe commented on SOLR-4892: -- Thanks Hoss, thanks for the review, I'll work on your

[jira] [Created] (SOLR-4963) Schema Browser does not report stats properly on TrieDateField

2013-06-25 Thread Thomas Murphy (JIRA)
Thomas Murphy created SOLR-4963: --- Summary: Schema Browser does not report stats properly on TrieDateField Key: SOLR-4963 URL: https://issues.apache.org/jira/browse/SOLR-4963 Project: Solr

[jira] [Updated] (SOLR-4963) Schema Browser does not report stats properly on TrieDateField

2013-06-25 Thread Thomas Murphy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Murphy updated SOLR-4963: Attachment: solr-admin-schema-browser-date.png solr-admin-query-facet-date.png

[jira] [Updated] (SOLR-4963) Schema Browser does not report stats properly on TrieDateField

2013-06-25 Thread Thomas Murphy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Murphy updated SOLR-4963: Environment: Customized single-core Solr from example running in default Jetty server. Apple Inc.

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.6.0_45) - Build # 6238 - Failure!

2013-06-25 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6238/ Java: 64bit/jdk1.6.0_45 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.lucene.index.TestMaxTermFrequency.test Error Message: 3.x cannot index norms that won't fit in a byte, got: 193 Stack

[jira] [Comment Edited] (SOLR-4963) Schema Browser does not report stats properly on TrieDateField

2013-06-25 Thread Thomas Murphy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693371#comment-13693371 ] Thomas Murphy edited comment on SOLR-4963 at 6/25/13 9:08 PM: --

[jira] [Updated] (SOLR-4963) Schema Browser does not report stats properly on TrieDateField

2013-06-25 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-4963: Attachment: luke-date.json Schema Browser does not report stats

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.6.0_45) - Build # 6238 - Failure!

2013-06-25 Thread Robert Muir
I committed a fix On Tue, Jun 25, 2013 at 5:00 PM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6238/ Java: 64bit/jdk1.6.0_45 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. REGRESSION:

[jira] [Commented] (SOLR-4963) Schema Browser does not report stats properly on TrieDateField

2013-06-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693405#comment-13693405 ] Hoss Man commented on SOLR-4963: I don't see a bug here -- hte schema browser (via luke) is

We just crossed 10,000 combined Lucene + Solr Jira issues

2013-06-25 Thread Michael McCandless
http://jirasearch.mikemccandless.com/search.py?index=jira Silly yet cool milestone ;) Mike McCandless http://blog.mikemccandless.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

[jira] [Commented] (SOLR-4957) Audit format/plugin/markup problems in solr ref guide related to Confluence 5.x upgrade

2013-06-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693449#comment-13693449 ] Cassandra Targett commented on SOLR-4957: - Problems with

[jira] [Commented] (SOLR-4943) Add a new info admin handler.

2013-06-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693468#comment-13693468 ] Hoss Man commented on SOLR-4943: I'm -0 on adding this new special /admin/info path ...

[jira] [Commented] (SOLR-4943) Add a new info admin handler.

2013-06-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693510#comment-13693510 ] Mark Miller commented on SOLR-4943: --- bq. there being special paths that the user can't

[jira] [Commented] (SOLR-4945) Japanese Autocomplete and Highlighter broken

2013-06-25 Thread Shruthi Khatawkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693531#comment-13693531 ] Shruthi Khatawkar commented on SOLR-4945: - Hi, Can somebody please throw light on

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 580 - Still Failing!

2013-06-25 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/580/ Java: 64bit/jdk1.6.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.client.solrj.TestBatchUpdate.testWithBinaryBean Error Message: IOException occured when talking to server at: