Re: short-circuit OR operator in lucene/solr

2013-07-22 Thread Mikhail Khludnev
Short answer, no - it has zero sense. But after some thinking, it can make some sense, potentially. DisjunctionSumScorer holds child scorers semi-ordered in a binary heap. Hypothetically inequality can be enforced at that heap, but heap might not work anymore for such alignment. Hence, instead of

[jira] [Comment Edited] (SOLR-3076) Solr(Cloud) should support block joins

2013-07-22 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713486#comment-13713486 ] Mikhail Khludnev edited comment on SOLR-3076 at 7/22/13 8:18 AM:

[jira] [Commented] (SOLR-3076) Solr(Cloud) should support block joins

2013-07-22 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715007#comment-13715007 ] Mikhail Khludnev commented on SOLR-3076: bq. delete everything between two parents

[jira] [Comment Edited] (SOLR-3076) Solr(Cloud) should support block joins

2013-07-22 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715007#comment-13715007 ] Mikhail Khludnev edited comment on SOLR-3076 at 7/22/13 8:40 AM:

Re: [VOTE] Release 4.4 RC1

2013-07-22 Thread Adrien Grand
+1 Release candidate looks good and smoke tester ran successfully. -- Adrien - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Created] (SOLR-5054) My private query component does not work in solrcloud

2013-07-22 Thread che (JIRA)
che created SOLR-5054: - Summary: My private query component does not work in solrcloud Key: SOLR-5054 URL: https://issues.apache.org/jira/browse/SOLR-5054 Project: Solr Issue Type: Bug

Re: Contentions observed in lucene execution

2013-07-22 Thread RameshIyerV
Thanks Mike, This is running on Hotspots VM (on unix) the JVM has 24 GB of max heap. Moving to Lucene 4.X is not an easy option because for us Lucene has shipped as part of the Sterling 9.0 product if we upgrade part of the product we would have to give away support. One of my coworkers had

RE: Contentions observed in lucene execution

2013-07-22 Thread Uwe Schindler
Hi, you should not use too much heap space for the Java VM because Lucene relies heavily on the file system cache. If your machine has say 32 Gigs of RAM don't use more than 1/4 (8 DB) as heap for the Java application. Ideally only use so much heap + some overhead, that you get no OOMs (this

[jira] [Reopened] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-07-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand reopened LUCENE-4734: -- FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

[jira] [Updated] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-07-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4734: - Attachment: LUCENE-4734-2.patch The approach I used can be memory-intensive when there are many

RE: Contentions observed in lucene execution

2013-07-22 Thread RameshIyerV
Uwe, we do not have the flexibility to change the implementation to user MMapDirectory, lucene implementation is core to the Sterling 9.0 product (and ships with it). On heap, the box has 250+ GB, our application's (2) is using close to 68. Also the application internally uses ehcache to cache

[jira] [Created] (SOLR-5055) Using solr.SearchHandler with Apache Tomcat

2013-07-22 Thread Christian Lutz (JIRA)
Christian Lutz created SOLR-5055: Summary: Using solr.SearchHandler with Apache Tomcat Key: SOLR-5055 URL: https://issues.apache.org/jira/browse/SOLR-5055 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-5101) make it easier to plugin different bitset implementations to CachingWrapperFilter

2013-07-22 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715124#comment-13715124 ] Paul Elschot commented on LUCENE-5101: -- I simplified the benchmark somewhat and ran

[jira] [Commented] (LUCENE-5128) Calling IndexSearcher.searchAfter beyond the number of stored documents causes ArrayIndexOutOfBoundsException

2013-07-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715127#comment-13715127 ] Michael McCandless commented on LUCENE-5128: I think the core change makes

Re: short-circuit OR operator in lucene/solr

2013-07-22 Thread Erick Erickson
When calculating a score, you _do_ care about the rest of the OR clauses since they can contribute to the score. It seems that you'd need an syntax to express And I don't care about scoring. Which is really an fq clause, so maybe this would have to go into logic there? On Mon, Jul 22, 2013 at

[jira] [Resolved] (SOLR-5054) My private query component does not work in solrcloud

2013-07-22 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-5054. -- Resolution: Invalid Please raise kind of question on the user's or dev list before raising a

[jira] [Created] (SOLR-5056) Further clean up of ConfigSolr interface and CoreContainer construction

2013-07-22 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-5056: --- Summary: Further clean up of ConfigSolr interface and CoreContainer construction Key: SOLR-5056 URL: https://issues.apache.org/jira/browse/SOLR-5056 Project: Solr

[jira] [Updated] (SOLR-5056) Further clean up of ConfigSolr interface and CoreContainer construction

2013-07-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-5056: Attachment: SOLR-5056.patch Further clean up of ConfigSolr interface and CoreContainer

[jira] [Commented] (LUCENE-5127) FixedGapTermsIndex should use monotonic compression

2013-07-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715169#comment-13715169 ] Michael McCandless commented on LUCENE-5127: +1 I think we should just nuke

[jira] [Created] (SOLR-5057) queryResultCache should not related with the order of fq's list

2013-07-22 Thread huangfeihong (JIRA)
huangfeihong created SOLR-5057: -- Summary: queryResultCache should not related with the order of fq's list Key: SOLR-5057 URL: https://issues.apache.org/jira/browse/SOLR-5057 Project: Solr

[jira] [Commented] (SOLR-4956) make maxBufferedAddsPerServer configurable

2013-07-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715210#comment-13715210 ] Yonik Seeley commented on SOLR-4956: Yes, if we're buffering per-thread/request, then

[RESULT][VOTE] Release 4.4 RC1

2013-07-22 Thread Steve Rowe
This vote has passed. I'll start the release process now. Steve On Jul 19, 2013, at 10:05 AM, Steve Rowe sar...@gmail.com wrote: Please vote to release Lucene and Solr 4.4, built off revision 1504776 of https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4. RC1 artifacts

[jira] [Commented] (LUCENE-5128) Calling IndexSearcher.searchAfter beyond the number of stored documents causes ArrayIndexOutOfBoundsException

2013-07-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715203#comment-13715203 ] Shai Erera commented on LUCENE-5128: bq. it should do its own tracking That's the

[jira] [Updated] (SOLR-5057) queryResultCache should not related with the order of fq's list

2013-07-22 Thread Feihong Huang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feihong Huang updated SOLR-5057: Description: There are two case query with the same meaning below. But the case2 can't use the

Re: [VOTE] Release 4.4 RC1

2013-07-22 Thread Yonik Seeley
+1 -Yonik http://lucidworks.com On Fri, Jul 19, 2013 at 10:05 AM, Steve Rowe sar...@gmail.com wrote: Please vote to release Lucene and Solr 4.4, built off revision 1504776 of https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4. RC1 artifacts are available at:

[jira] [Commented] (SOLR-5057) queryResultCache should not related with the order of fq's list

2013-07-22 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715267#comment-13715267 ] Erick Erickson commented on SOLR-5057: -- Hmmm, my initial reaction was that it'd be

[jira] [Commented] (SOLR-4478) Allow cores to specify a named config set

2013-07-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715250#comment-13715250 ] Noble Paul commented on SOLR-4478: -- handling the ${} substitutions are more work. But a

[jira] [Commented] (LUCENE-5127) FixedGapTermsIndex should use monotonic compression

2013-07-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715302#comment-13715302 ] Robert Muir commented on LUCENE-5127: - Maybe, though we could also add a minimal

Re: [VOTE] Release 4.4 RC1

2013-07-22 Thread Mark Miller
+1 - Mark On Jul 19, 2013, at 10:05 AM, Steve Rowe sar...@gmail.com wrote: Please vote to release Lucene and Solr 4.4, built off revision 1504776 of https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_4. RC1 artifacts are available at:

RE: [VOTE] Release 4.4 RC1

2013-07-22 Thread Uwe Schindler
Sorry a little bit late, here is my +1 - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Steve Rowe [mailto:sar...@gmail.com] Sent: Friday, July 19, 2013 4:06 PM To: dev@lucene.apache.org Subject: [VOTE]

Re: svn commit: r870606 - in /websites/production/lucene/content: core/4_4_0/ core/4_4_0/analyzers-common/ core/4_4_0/analyzers-common/org/ core/4_4_0/analyzers-common/org/apache/ core/4_4_0/analyzers

2013-07-22 Thread Uwe Schindler
Yeah, you managed it in one commit! sar...@apache.org schrieb: Author: sarowe Date: Mon Jul 22 16:25:46 2013 New Revision: 870606 Log: Lucene/Solr 4.4.0 documentation [This commit notification would consist of 1693 parts, which exceeds the limit of 50 ones, so it was shortened to the

[jira] [Commented] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-07-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715361#comment-13715361 ] ASF subversion and git services commented on LUCENE-4734: - Commit

[jira] [Commented] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-07-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715364#comment-13715364 ] ASF subversion and git services commented on LUCENE-4734: - Commit

Re: svn commit: r870606 - in /websites/production/lucene/content: core/4_4_0/ core/4_4_0/analyzers-common/ core/4_4_0/analyzers-common/org/ core/4_4_0/analyzers-common/org/apache/ core/4_4_0/analyzers

2013-07-22 Thread Steve Rowe
Yes, only 48 minutes to upload!!! Since Shalin disabled the hourly website update for twitter/svn, checkouts don't get stale, and long commits can succeed. Steve On Jul 22, 2013, at 12:57 PM, Uwe Schindler u...@thetaphi.de wrote: Yeah, you managed it in one commit!

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b98) - Build # 6591 - Failure!

2013-07-22 Thread Smiley, David W.
I'll look into this. On 7/21/13 1:04 PM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6591/ Java: 64bit/jdk1.8.0-ea-b98 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED:

[jira] [Commented] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-07-22 Thread Ryan Lauck (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715444#comment-13715444 ] Ryan Lauck commented on LUCENE-4734: I'm curious what you think about the comment I

[jira] [Commented] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-07-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715461#comment-13715461 ] Adrien Grand commented on LUCENE-4734: -- I agree this seems wasteful. Maybe we could

[jira] [Created] (SOLR-5058) org.apache.solr.update.PeerSync Logging Warning Typo

2013-07-22 Thread Thomas Murphy (JIRA)
Thomas Murphy created SOLR-5058: --- Summary: org.apache.solr.update.PeerSync Logging Warning Typo Key: SOLR-5058 URL: https://issues.apache.org/jira/browse/SOLR-5058 Project: Solr Issue Type:

[jira] [Commented] (SOLR-4677) Improve Solr's use of spec version.

2013-07-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715558#comment-13715558 ] ASF subversion and git services commented on SOLR-4677: --- Commit

[jira] [Commented] (SOLR-4677) Improve Solr's use of spec version.

2013-07-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715562#comment-13715562 ] ASF subversion and git services commented on SOLR-4677: --- Commit

[jira] [Comment Edited] (SOLR-5036) Solr Ref Guide updates for Solr 4.4

2013-07-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13710096#comment-13710096 ] Hoss Man edited comment on SOLR-5036 at 7/22/13 7:51 PM: - I made

[jira] [Created] (SOLR-5059) 4.4 refguide pages on schemaless schema rest api for adding fields

2013-07-22 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5059: -- Summary: 4.4 refguide pages on schemaless schema rest api for adding fields Key: SOLR-5059 URL: https://issues.apache.org/jira/browse/SOLR-5059 Project: Solr Issue

[jira] [Created] (SOLR-5060) 4.4 refguide pages on hdfs support

2013-07-22 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5060: -- Summary: 4.4 refguide pages on hdfs support Key: SOLR-5060 URL: https://issues.apache.org/jira/browse/SOLR-5060 Project: Solr Issue Type: Sub-task Components:

[jira] [Created] (SOLR-5061) 4.4 refguide pages new solr.xml format

2013-07-22 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5061: -- Summary: 4.4 refguide pages new solr.xml format Key: SOLR-5061 URL: https://issues.apache.org/jira/browse/SOLR-5061 Project: Solr Issue Type: Sub-task

[jira] [Created] (SOLR-5062) 4.4 refguide updates related to shardsplitting and deleteshard

2013-07-22 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5062: -- Summary: 4.4 refguide updates related to shardsplitting and deleteshard Key: SOLR-5062 URL: https://issues.apache.org/jira/browse/SOLR-5062 Project: Solr Issue Type:

[jira] [Created] (SOLR-5063) 4.4 refguide improvements on new doc adding screen in ui

2013-07-22 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5063: -- Summary: 4.4 refguide improvements on new doc adding screen in ui Key: SOLR-5063 URL: https://issues.apache.org/jira/browse/SOLR-5063 Project: Solr Issue Type: Sub-task

[jira] [Commented] (LUCENE-3688) Bucketing of association value of a certain category

2013-07-22 Thread Sivan Yogev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715581#comment-13715581 ] Sivan Yogev commented on LUCENE-3688: - I want to do this, but not sure when I will

[jira] [Commented] (SOLR-5036) Solr Ref Guide updates for Solr 4.4

2013-07-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715580#comment-13715580 ] Hoss Man commented on SOLR-5036: FYI: I've taken the list of the remaining edits that need

[jira] [Created] (SOLR-5064) Update dependency org=org.codehaus.woodstox name=wstx-asl rev=3.2.7 transitive=false/ to a more recent version.

2013-07-22 Thread Mark Miller (JIRA)
Mark Miller created SOLR-5064: - Summary: Update dependency org=org.codehaus.woodstox name=wstx-asl rev=3.2.7 transitive=false/ to a more recent version. Key: SOLR-5064 URL:

[jira] [Commented] (SOLR-5062) 4.4 refguide updates related to shardsplitting and deleteshard

2013-07-22 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715646#comment-13715646 ] Cassandra Targett commented on SOLR-5062: - [~shalinmangar]: I made some suggestions

[jira] [Updated] (LUCENE-5128) Calling IndexSearcher.searchAfter beyond the number of stored documents causes ArrayIndexOutOfBoundsException

2013-07-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5128: --- Attachment: LUCENE-5128.patch I had a chat w/ Mike about what's going on in the test and turns out

[jira] [Resolved] (SOLR-5030) determine document specific steps to publish ref guide with each release

2013-07-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-5030. Resolution: Fixed I'm calling this done -- the initial version is live, but it's a living doc that will

[jira] [Commented] (LUCENE-5128) Calling IndexSearcher.searchAfter beyond the number of stored documents causes ArrayIndexOutOfBoundsException

2013-07-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715669#comment-13715669 ] Michael McCandless commented on LUCENE-5128: +1, patch looks great. Thanks

[jira] [Updated] (SOLR-2894) Implement distributed pivot faceting

2013-07-22 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Muldowney updated SOLR-2894: --- Attachment: SOLR-2894.patch This version fixes the following: 1) Indecisive faceting not

[jira] [Comment Edited] (SOLR-2894) Implement distributed pivot faceting

2013-07-22 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715674#comment-13715674 ] Andrew Muldowney edited comment on SOLR-2894 at 7/22/13 9:22 PM:

DISCUSS: First official Solr documentation release, plan to vote on wed.

2013-07-22 Thread Chris Hostetter
Now that the 4.4 release vote is official and gradually making it's way to the mirrors, I'd like to draw attention to the efforts that have been made to get the Solr Reference Guide into releasable shape, so that we can plan on holding a VOTE to release the 4.4 version ASAP...

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 667 - Failure!

2013-07-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/667/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestBatchUpdate.testWithXml Error Message: IOException occured when talking to server at:

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

2013-07-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/916/ 2 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.org.apache.solr.cloud.BasicDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 1)

[jira] [Created] (SOLR-5065) ParseDoubleFieldUpdateProcessorFactory is unable to parse + in exponent

2013-07-22 Thread Jack Krupansky (JIRA)
Jack Krupansky created SOLR-5065: Summary: ParseDoubleFieldUpdateProcessorFactory is unable to parse + in exponent Key: SOLR-5065 URL: https://issues.apache.org/jira/browse/SOLR-5065 Project: Solr

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

2013-07-22 Thread Kranti Parisa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715925#comment-13715925 ] Kranti Parisa commented on SOLR-4787: - Joel, I wanted to try implementing pjoin for

[jira] [Comment Edited] (SOLR-4787) Join Contrib

2013-07-22 Thread Kranti Parisa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715925#comment-13715925 ] Kranti Parisa edited comment on SOLR-4787 at 7/23/13 12:39 AM:

[jira] [Comment Edited] (SOLR-4787) Join Contrib

2013-07-22 Thread Kranti Parisa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715944#comment-13715944 ] Kranti Parisa edited comment on SOLR-4787 at 7/23/13 12:59 AM:

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

2013-07-22 Thread Kranti Parisa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715944#comment-13715944 ] Kranti Parisa commented on SOLR-4787: - I did review the PostFilterJoinQParserPlugin

[jira] [Updated] (SOLR-5043) hostanme lookup in SystemInfoHandler should be refactored to not block core (re)load

2013-07-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-5043: --- Attachment: SOLR-5043.patch Here's a quick and drity patch that spins up background thread to resolve the

hello

2013-07-22 Thread Arvind Srini
http://erego.ro/hcnwz/vmwjtgjgjhogxwsitvwganem Arvind Srini 7/23/2013 2:24:19 AM - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

[jira] [Commented] (SOLR-5061) 4.4 refguide pages new solr.xml format

2013-07-22 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715964#comment-13715964 ] Erick Erickson commented on SOLR-5061: -- Ok, first cut done. There are some

Release documentation for new solr.xml formats needs more eyes.

2013-07-22 Thread Erick Erickson
These pages could use some review. In particular I don't have some definitions for some of the solr.xml options documented, look for ??? particularly in the Format of solr.xml and https://cwiki.apache.org/confluence/display/solr/Solr+Cores+and+solr.xml

[jira] [Comment Edited] (SOLR-5061) 4.4 refguide pages new solr.xml format

2013-07-22 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715964#comment-13715964 ] Erick Erickson edited comment on SOLR-5061 at 7/23/13 1:35 AM:

hey.

2013-07-22 Thread Arvind Srini
http://frenchpornographer.com/cilj/mgbgagpdugov Arvind Srini 7/23/2013 3:20:00 AM - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

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

2013-07-22 Thread Kranti Parisa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kranti Parisa updated SOLR-4787: Attachment: SOLR-4787-pjoin-long-keys.patch Update PostFilterJoinQParserPlugin to support LONG keys

[jira] [Comment Edited] (SOLR-4787) Join Contrib

2013-07-22 Thread Kranti Parisa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715987#comment-13715987 ] Kranti Parisa edited comment on SOLR-4787 at 7/23/13 2:53 AM: --