[jira] [Updated] (SOLR-4408) Server hanging on startup

2013-02-16 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raintung Li updated SOLR-4408: -- Attachment: patch-4408.txt Update to fix it. Server hanging on startup

[jira] [Commented] (SOLR-4408) Server hanging on startup

2013-02-16 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579760#comment-13579760 ] Raintung Li commented on SOLR-4408: --- It is short fix, the main issue listener only one

Interleaving and new Lucene formats

2013-02-16 Thread Sebastiano Vigna
I'd like to redo the benchmarks published on MG4J's home page with Lucene 4.1. However, for this I'd need to know whether when using PForDelta coding the counts (a.k.a. within-document frequencies) are stored interleaved with the document pointers as in 3.6.2 (and, if not so, the cheapest way

Re: Interleaving and new Lucene formats

2013-02-16 Thread Robert Muir
On Sat, Feb 16, 2013 at 5:40 AM, Sebastiano Vigna vi...@di.unimi.it wrote: I'd like to redo the benchmarks published on MG4J's home page with Lucene 4.1. However, for this I'd need to know whether when using PForDelta coding the counts (a.k.a. within-document frequencies) are stored

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 181 - Still Failing

2013-02-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/181/ 2 tests failed. FAILED: org.apache.lucene.search.TestSearcherManager.testSearcherManager Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite

Re: Interleaving and new Lucene formats

2013-02-16 Thread Sebastiano Vigna
On 16 February 2013 11:45, Robert Muir rcm...@gmail.com wrote: But forcing that wouldn't be testing the 4.1 index format, it would be something else (something not interesting). Do you mind if I have my own share of knowledge and have my idea about interesting benchmarks? :) You didn't

Re: Interleaving and new Lucene formats

2013-02-16 Thread Robert Muir
On Sat, Feb 16, 2013 at 7:05 AM, Sebastiano Vigna vi...@di.unimi.it wrote: On 16 February 2013 11:45, Robert Muir rcm...@gmail.com wrote: But forcing that wouldn't be testing the 4.1 index format, it would be something else (something not interesting). Do you mind if I have my own share of

Re: Interleaving and new Lucene formats

2013-02-16 Thread Sebastiano Vigna
On 16 February 2013 13:19, Robert Muir rcm...@gmail.com wrote: I think you are missing my point: this interleaving is part of the whole design of this postings format. You can't just turn it off and force it to be always FOR: or you would need a new postings format I never asked for that. It

Re: Interleaving and new Lucene formats

2013-02-16 Thread Robert Muir
On Sat, Feb 16, 2013 at 8:19 AM, Sebastiano Vigna vi...@di.unimi.it wrote: I never asked for that. It looks like you're entirely missing my point. Which is to do a fair benchmark between radically different implementations of an index structure. It would also be important for me to force

[jira] [Resolved] (LUCENE-4780) MonotonicAppendingLongBuffer

2013-02-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-4780. -- Resolution: Fixed Committed on the LUCENE-4765 branch.

[jira] [Commented] (SOLR-4408) Server hanging on startup

2013-02-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579797#comment-13579797 ] Yonik Seeley commented on SOLR-4408: bq. It is short fix, the main issue listener only

Re: Interleaving and new Lucene formats

2013-02-16 Thread Sebastiano Vigna
On 16 February 2013 14:35, Robert Muir rcm...@gmail.com wrote: 2. index them, but specify you won't ask for them in the DocsEnum: and just use that to iterate documents. TermsEnum termsEnum = reader.terms(body).iterator(null); boolean found = termsEnum.seekExact(new

[jira] [Commented] (SOLR-4413) SolrCore#getIndexDir() contract change between 3.6 and 4.1

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579800#comment-13579800 ] Mark Miller commented on SOLR-4413: --- bq. The UpdateHandler has a reference to the

[jira] [Updated] (SOLR-4413) SolrCore#getIndexDir() contract change between 3.6 and 4.1

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4413: -- Attachment: SOLR-4413.patch Can you try this patch and see how close it gets you? We may have to go

[jira] [Commented] (LUCENE-4765) Multi-valued docvalues field

2013-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579804#comment-13579804 ] Robert Muir commented on LUCENE-4765: - For the disk codec I did a simple solution of

[jira] [Resolved] (SOLR-36) percent encode chars127 when logging query

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-36. Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary percent encode

[jira] [Resolved] (SOLR-148) Admin configuration helper / validator

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-148. - Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary Admin

[jira] [Resolved] (SOLR-50) SolrUpdate - PHP update client for Solr

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-50. Resolution: Fixed Cleaning up old JIRAs, re-open if necessary SolrUpdate - PHP

[jira] [Resolved] (SOLR-72) specify max buffered docs memory for IndexWriter in solrconfig.xml

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-72. Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary specify max

[jira] [Resolved] (SOLR-206) Return number of documents deleted when deleting by query

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-206. - Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary Return number

[jira] [Resolved] (SOLR-223) SolrQueryParser should do more error checking

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-223. - Resolution: Fixed Cleaning up old JIRAs, re-open if necessary. Reports error in 4.x

[jira] [Resolved] (SOLR-85) [PATCH] Add update form to the admin screen

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-85. Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary. [PATCH] Add

[jira] [Resolved] (SOLR-109) variable substitution in lucene query params

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-109. - Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary. I think this is a duplicate.

[jira] [Closed] (SOLR-229) check parameters of post.sh

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-229. --- Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary. Obsolete check

[jira] [Closed] (SOLR-271) admin console doesn't properly detect commit failure

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-271. --- Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary admin console

[jira] [Resolved] (SOLR-277) Character Entity of XHTML is not supported with XmlUpdateRequestHandler .

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-277. - Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary Character

[jira] [Closed] (SOLR-300) create subclass of SingleInstanceLockFactory which warns loadly in the event of concurrent lock attempts

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-300. --- Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary. create subclass

[jira] [Resolved] (SOLR-313) Document-level metadata support

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-313. - Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary Document-level

[jira] [Resolved] (SOLR-328) Proposal: ObjectField for storing and retrieving arbitrary serializable Objects

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-328. - Resolution: Fixed Cleaning up old JIRAs, re-open if necessary. Exists binary type now.

[jira] [Closed] (SOLR-339) InterruptedExceptions should be handled appropriately

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-339. --- Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary. Exists binary type now.

[jira] [Closed] (SOLR-371) trigger arbitrary events by name through http interface

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-371. --- Resolution: Won't Fix Cleaning up old JIRAs, re-open if necessary. Exists binary type now.

[jira] [Resolved] (SOLR-391) Date type parser is overly fussy

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-391. - Resolution: Fixed Cleaning up old JIRAs, re-open if necessary. Appears to be fixed.

[jira] [Reopened] (SOLR-300) create subclass of SingleInstanceLockFactory which warns loadly in the event of concurrent lock attempts

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-300: -- Why close this? create subclass of SingleInstanceLockFactory which warns loadly in the

[jira] [Commented] (SOLR-271) admin console doesn't properly detect commit failure

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579831#comment-13579831 ] Mark Miller commented on SOLR-271: -- Did you verify this was fixed? admin

[jira] [Resolved] (SOLR-337) Solr home wrong or missing generates class not found exception

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-337. - Resolution: Fixed Cleaning up old JIRAs, re-open if necessary. Works fine in 4.x

[jira] [Resolved] (SOLR-364) SolrType, not just C# System Type should be available on SolrField configuration class.

2013-02-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-364. - Resolution: Invalid Cleaning up old JIRAs, re-open if necessary. about C#

[jira] [Commented] (SOLR-271) admin console doesn't properly detect commit failure

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579832#comment-13579832 ] Mark Miller commented on SOLR-271: -- I know it's originally target for the old UI, but seems

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579833#comment-13579833 ] Yonik Seeley commented on SOLR-3855: bq. modified faceting and stats to use the numeric

[jira] [Commented] (SOLR-4421) On CoreContainer shutdown, all SolrCores should publish their state as DOWN

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579836#comment-13579836 ] Commit Tag Bot commented on SOLR-4421: -- [trunk commit] Mark Robert Miller

[jira] [Closed] (SOLR-2753) support CSF (IndexDocValues)

2013-02-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed SOLR-2753. -- Resolution: Duplicate Duplicate of SOLR-3855. support CSF (IndexDocValues)

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579864#comment-13579864 ] Robert Muir commented on SOLR-3855: --- patch looks good. Awesome!

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579872#comment-13579872 ] Commit Tag Bot commented on SOLR-3855: -- [trunk commit] Adrien Grand

[jira] [Created] (SOLR-4467) Ephemeral directory implementations may not recover correctly because the code to clear the tlog files on startup is off.

2013-02-16 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4467: - Summary: Ephemeral directory implementations may not recover correctly because the code to clear the tlog files on startup is off. Key: SOLR-4467 URL:

[jira] [Commented] (SOLR-3950) Attempting postings=BloomFilter results in UnsupportedOperationException

2013-02-16 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579882#comment-13579882 ] Shawn Heisey commented on SOLR-3950: Pinging on this. The consensus among the Really

[jira] [Commented] (SOLR-4421) On CoreContainer shutdown, all SolrCores should publish their state as DOWN

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579884#comment-13579884 ] Commit Tag Bot commented on SOLR-4421: -- [trunk commit] Mark Robert Miller

[jira] [Commented] (SOLR-4165) Queries blocked when stopping a node

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579885#comment-13579885 ] Commit Tag Bot commented on SOLR-4165: -- [trunk commit] Mark Robert Miller

[jira] [Commented] (SOLR-4467) Ephemeral directory implementations may not recover correctly because the code to clear the tlog files on startup is off.

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579886#comment-13579886 ] Commit Tag Bot commented on SOLR-4467: -- [trunk commit] Mark Robert Miller

[jira] [Commented] (SOLR-4467) Ephemeral directory implementations may not recover correctly because the code to clear the tlog files on startup is off.

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13579887#comment-13579887 ] Commit Tag Bot commented on SOLR-4467: -- [trunk commit] Mark Robert Miller

Re: New Lucene features and Solr indexes

2013-02-16 Thread Shawn Heisey
2/14/2013 8:26 AM, Adrien Grand wrote: This suggests that adding docvalues to the uniqueKey field would be a good idea for distributed searching in general, since the first phase of a distributed search only retrieves that field and score. That assumes of course that the docvalues are fully

Re: New Lucene features and Solr indexes

2013-02-16 Thread Jack Krupansky
It seems as if you are using the text field analyzer to clean up or normalize the values for that field, but generally an analyzer is mapping from source terms to index terms, with the expectation that the index term(s) may be radically different from the source terms, and generally,

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580018#comment-13580018 ] Commit Tag Bot commented on SOLR-3855: -- [branch_4x commit] Adrien Grand

[jira] [Created] (SOLR-4468) Add document but keep existing fields values

2013-02-16 Thread Isaac Hebsh (JIRA)
Isaac Hebsh created SOLR-4468: - Summary: Add document but keep existing fields values Key: SOLR-4468 URL: https://issues.apache.org/jira/browse/SOLR-4468 Project: Solr Issue Type: Improvement

[jira] [Resolved] (SOLR-3855) DocValues support

2013-02-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved SOLR-3855. Resolution: Fixed Committed! bq. Nice! I notice a bunch of great cleanups that have long been on

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Gopal Patwa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580021#comment-13580021 ] Gopal Patwa commented on SOLR-3855: --- Is there an example or test case to update DocValues

[jira] [Commented] (SOLR-4421) On CoreContainer shutdown, all SolrCores should publish their state as DOWN

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580026#comment-13580026 ] Commit Tag Bot commented on SOLR-4421: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4165) Queries blocked when stopping a node

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580027#comment-13580027 ] Commit Tag Bot commented on SOLR-4165: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580030#comment-13580030 ] Adrien Grand commented on SOLR-3855: Unfortunately doc values are not updateable.

[jira] [Commented] (SOLR-4468) Add document but keep existing fields values

2013-02-16 Thread Isaac Hebsh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580032#comment-13580032 ] Isaac Hebsh commented on SOLR-4468: --- example syntax: add doc field

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580033#comment-13580033 ] Shawn Heisey commented on SOLR-3855: The branch_4x commit has a compiler error in

[jira] [Commented] (SOLR-4165) Queries blocked when stopping a node

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580034#comment-13580034 ] Mark Miller commented on SOLR-4165: --- Can you try out the latest when you get a chance

[jira] [Resolved] (SOLR-4467) Ephemeral directory implementations may not recover correctly because the code to clear the tlog files on startup is off.

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4467. --- Resolution: Fixed Ephemeral directory implementations may not recover correctly because the

[jira] [Comment Edited] (SOLR-4468) Add document but keep existing fields values

2013-02-16 Thread Isaac Hebsh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580032#comment-13580032 ] Isaac Hebsh edited comment on SOLR-4468 at 2/16/13 9:07 PM:

[jira] [Commented] (SOLR-4467) Ephemeral directory implementations may not recover correctly because the code to clear the tlog files on startup is off.

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580038#comment-13580038 ] Commit Tag Bot commented on SOLR-4467: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4467) Ephemeral directory implementations may not recover correctly because the code to clear the tlog files on startup is off.

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580039#comment-13580039 ] Commit Tag Bot commented on SOLR-4467: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4421) On CoreContainer shutdown, all SolrCores should publish their state as DOWN

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580040#comment-13580040 ] Commit Tag Bot commented on SOLR-4421: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4165) Queries blocked when stopping a node

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580041#comment-13580041 ] Commit Tag Bot commented on SOLR-4165: -- [branch_4x commit] Mark Robert Miller

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

2013-02-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/994/ All tests passed Build Log: [...truncated 8343 lines...] [javac] Compiling 517 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/java [javac] warning:

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

2013-02-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/248/ No tests ran. Build Log: [...truncated 3963 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580043#comment-13580043 ] Adrien Grand commented on SOLR-3855: Thanks Shawn, I committed from the wrong

[jira] [Updated] (SOLR-4417) Look into reopening the IndexWriter on core reload.

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4417: -- Attachment: SOLR-4417.patch New patch, somewhat works around the issue by reopening a new searcher with

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580047#comment-13580047 ] Commit Tag Bot commented on SOLR-3855: -- [branch_4x commit] Adrien Grand

[jira] [Commented] (SOLR-3855) DocValues support

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580048#comment-13580048 ] Mark Miller commented on SOLR-3855: --- This is great, thanks Adrien!

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

2013-02-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4316/ Java: 32bit/jdk1.8.0-ea-b65 -client -XX:+UseParallelGC All tests passed Build Log: [...truncated 8474 lines...] [javac] Compiling 517 source files to

[jira] [Commented] (LUCENE-4570) Release ForbiddenAPI checker on Google Code

2013-02-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580063#comment-13580063 ] Uwe Schindler commented on LUCENE-4570: --- Steven: I released version 1.2 including

[jira] [Commented] (LUCENE-4570) Release ForbiddenAPI checker on Google Code

2013-02-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580075#comment-13580075 ] Steve Rowe commented on LUCENE-4570: 1.2 is on Maven Central now:

[jira] [Commented] (SOLR-4454) non-reproducible long stall running ChaosMonkeySafeLeaderTest.testDistribSearch

2013-02-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580077#comment-13580077 ] Steve Rowe commented on SOLR-4454: -- I updated my trunk checkout to after the last of

[jira] [Updated] (LUCENE-4765) Multi-valued docvalues field

2013-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4765: Attachment: LUCENE-4765.patch Updated patch showing differences between trunk and branch. I

[jira] [Updated] (LUCENE-4570) Release ForbiddenAPI checker on Google Code

2013-02-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated LUCENE-4570: --- Attachment: LUCENE-4570-maven-inherited.patch Patch for running ForbiddenAPI checker in the Maven

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #772: POMs out of sync

2013-02-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/772/ 1 tests failed. REGRESSION: org.apache.solr.cloud.SyncSliceTest.testDistribSearch Error Message: Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent.

[jira] [Commented] (LUCENE-4570) Release ForbiddenAPI checker on Google Code

2013-02-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580099#comment-13580099 ] Steve Rowe commented on LUCENE-4570: I wondered how much time running ForbiddenAPI

[jira] [Commented] (LUCENE-4570) Release ForbiddenAPI checker on Google Code

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580102#comment-13580102 ] Commit Tag Bot commented on LUCENE-4570: [trunk commit] Steven Rowe

[jira] [Commented] (LUCENE-4345) Create a Classification module

2013-02-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580103#comment-13580103 ] Steve Rowe commented on LUCENE-4345: Tommasso, is there any reason this can't be

[jira] [Comment Edited] (LUCENE-4345) Create a Classification module

2013-02-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580103#comment-13580103 ] Steve Rowe edited comment on LUCENE-4345 at 2/17/13 2:30 AM: -

[jira] [Commented] (SOLR-4413) SolrCore#getIndexDir() contract change between 3.6 and 4.1

2013-02-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580105#comment-13580105 ] Mark Miller commented on SOLR-4413: --- Actually, I think you probably need that patch +

[jira] [Commented] (LUCENE-4570) Release ForbiddenAPI checker on Google Code

2013-02-16 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580107#comment-13580107 ] Commit Tag Bot commented on LUCENE-4570: [branch_4x commit] Steven Rowe

[jira] [Commented] (SOLR-4408) Server hanging on startup

2013-02-16 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580112#comment-13580112 ] Raintung Li commented on SOLR-4408: --- If SolrIndexSearcher can be used only finish execute

[jira] [Commented] (LUCENE-4345) Create a Classification module

2013-02-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580133#comment-13580133 ] Tommaso Teofili commented on LUCENE-4345: - Hi Steve. While it was not the case