[jira] [Commented] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900118#comment-13900118 ] Shai Erera commented on LUCENE-5443: I see that in Lucene45DVP, all access to

[jira] [Commented] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900120#comment-13900120 ] Uwe Schindler commented on LUCENE-5443: --- bq. Also, looks like the computation of

Re: [jira] [Commented] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-13 Thread Shai Erera
Right. I can create a patch a bit later, unless someone beats me to it... On Thu, Feb 13, 2014 at 10:21 AM, Uwe Schindler (JIRA) j...@apache.orgwrote: [

[jira] [Commented] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900122#comment-13900122 ] Shai Erera commented on LUCENE-5443: Right. I can create a patch a bit later, unless

Re: DISCUSS: Go all in on github integration

2014-02-13 Thread Shai Erera
+1. I read on the Apache page that part of the integration lets us reply to an email from the GitHub issue, and the response is recorded on the issue. Does that work w/ JIRA as well? I gave it a quick try and seems like it doesn't.. Shai On Thu, Feb 13, 2014 at 9:41 AM, Tommaso Teofili

RE: DISCUSS: Go all in on github integration

2014-02-13 Thread Uwe Schindler
Hi Shai, It does not work with JIRA, because the reply is sent to dev@lao not the issue server. The problem here is the mailing list configuration, which sets the reply address to dev@lao: By default JIRA allows to post stuff to the JIRA’s mail address and its directed to the issue

Re: DISCUSS: Go all in on github integration

2014-02-13 Thread Shai Erera
OK, so all I need is to reply and change the To to j...@apache.org? I'll give it a try. Shai On Thu, Feb 13, 2014 at 11:02 AM, Uwe Schindler u...@thetaphi.de wrote: Hi Shai, It does not work with JIRA, because the reply is sent to dev@lao not the issue server. The problem here is the

JDK 8 : Second Release Candidate - Build 129 is available on java.net

2014-02-13 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Uwe,Dawid, JDK 8 Second Release Candidate , Build 129 is now available for download http://jdk8.java.net/download.html test. Please log all show stopper issues as soon as possible. Thanks for your support, Rory -- Rgds,Rory O'Donnell Quality Engineering Manager Oracle EMEA , Dublin,

[jira] [Commented] (LUCENE-5442) Build system should sanity check transative 3rd party dependencies

2014-02-13 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900147#comment-13900147 ] Jan Høydahl commented on LUCENE-5442: - bq. It would be great if you could run

[jira] [Updated] (SOLR-5477) Async execution of OverseerCollectionProcessor tasks

2014-02-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-5477: Attachment: SOLR-5477.patch I updated Anshum's latest patch. # Fixed javadoc errors

[jira] [Commented] (SOLR-5722) Add catenateShingles option to WordDelimiterFilter

2014-02-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900154#comment-13900154 ] Alan Woodward commented on SOLR-5722: - Does the HyphenatedWordsFilter not help in this

[jira] [Commented] (SOLR-5476) Overseer Role for nodes

2014-02-13 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900165#comment-13900165 ] Ramkumar Aiyengar commented on SOLR-5476: - Will this feature lend itself to

[jira] [Commented] (LUCENE-5440) Add LongFixedBitSet and replace usage of OpenBitSet

2014-02-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900170#comment-13900170 ] Shai Erera commented on LUCENE-5440: I reviewed how we can perhaps not break the API.

[jira] [Commented] (SOLR-5476) Overseer Role for nodes

2014-02-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900173#comment-13900173 ] Noble Paul commented on SOLR-5476: -- Yes, you can invoke the collection API on a live

Re: java.lang.OutOfMemoryError: PermGen space

2014-02-13 Thread Per Steffensen
-Dargs=-XX:MaxPermSize=128m helped! Thanks On 13/02/14 08:48, Uwe Schindler wrote: Hi, On our Jenkins machines we disabled the HDFS tests because of this. The problem with your command line is: ANT_OPTS is giving the permgen space for the ANT process itself, but this has nothing to do with

[jira] [Updated] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5443: --- Attachment: LUCENE-5443.patch Add AtomicLong ramBytesUsed and compute it whenever a new buffer is

Re: yet another one (mad) approach for block join

2014-02-13 Thread Michael McCandless
Unfortunately, the terms dict is quite costly, so e.g. doing a TermsEnum.seekCeil inside a DocsEnum.advance will probably really hurt performance? Mike McCandless http://blog.mikemccandless.com On Wed, Feb 12, 2014 at 4:12 PM, Mikhail Khludnev mkhlud...@griddynamics.com wrote: Hello, Some

[jira] [Created] (SOLR-5723) ORA-04030: out of process memory when trying to allocate 4032 bytes

2014-02-13 Thread Muniaraja (JIRA)
Muniaraja created SOLR-5723: --- Summary: ORA-04030: out of process memory when trying to allocate 4032 bytes Key: SOLR-5723 URL: https://issues.apache.org/jira/browse/SOLR-5723 Project: Solr Issue

[jira] [Commented] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-13 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900240#comment-13900240 ] Dmitry Kan commented on SOLR-5697: -- Hoss: thanks for looking into this. I can confirm all

Re: Algorithm of retrieving docs

2014-02-13 Thread Michael McCandless
Lucene only assigns its int docID during indexing. Retrieving a previously stored document is a O(1), but that involves a disk seek which can be very costly when the page is not in the OS's IO cache. Lucene does not do any caching itself (relies on the OS instead). Have a look at the current

[jira] [Closed] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-13 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan closed SOLR-5697. works as expected with solr 4.7. See previous comment. Delete by query does not work properly with customly

Re: Algorithm of retrieving docs

2014-02-13 Thread Harshvardhan Ojha
Hi Mike/Mikhail, Don't you guys think org.apache.lucene.codecs.bloom.FuzzySet.java, contains(BytesRef value) methods returns probablity of having a field, and it is a place where we are using hashing ? Are there any other place in source which when given with document id, could determine by

[jira] [Updated] (SOLR-5675) cloud-scripts/zkcli.bat: quote option -Dlog4j...

2014-02-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-5675: Attachment: SOLR-5675.patch cloud-scripts/zkcli.bat: quote option

[jira] [Commented] (SOLR-5675) cloud-scripts/zkcli.bat: quote option -Dlog4j...

2014-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900272#comment-13900272 ] ASF subversion and git services commented on SOLR-5675: --- Commit

[jira] [Commented] (SOLR-5675) cloud-scripts/zkcli.bat: quote option -Dlog4j...

2014-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900274#comment-13900274 ] ASF subversion and git services commented on SOLR-5675: --- Commit

[jira] [Resolved] (SOLR-5675) cloud-scripts/zkcli.bat: quote option -Dlog4j...

2014-02-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) resolved SOLR-5675. - Resolution: Fixed Fix Version/s: 4.7 5.0

[jira] [Commented] (SOLR-5675) cloud-scripts/zkcli.bat: quote option -Dlog4j...

2014-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900275#comment-13900275 ] ASF subversion and git services commented on SOLR-5675: --- Commit

[jira] [Commented] (SOLR-5597) ClassCastException occurs when importing CLOB-fields using SqlEntityProcessor and SortedMapBackedCache

2014-02-13 Thread Gunnlaugur Thor Briem (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900283#comment-13900283 ] Gunnlaugur Thor Briem commented on SOLR-5597: - Same error occurs with a field

[jira] [Comment Edited] (SOLR-5597) ClassCastException occurs when importing CLOB-fields using SqlEntityProcessor and SortedMapBackedCache

2014-02-13 Thread Gunnlaugur Thor Briem (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900283#comment-13900283 ] Gunnlaugur Thor Briem edited comment on SOLR-5597 at 2/13/14 12:49 PM:

[jira] [Comment Edited] (SOLR-5597) ClassCastException occurs when importing CLOB-fields using SqlEntityProcessor and SortedMapBackedCache

2014-02-13 Thread Gunnlaugur Thor Briem (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900283#comment-13900283 ] Gunnlaugur Thor Briem edited comment on SOLR-5597 at 2/13/14 12:49 PM:

RE: JDK 8 : Second Release Candidate - Build 129 is available on java.net

2014-02-13 Thread Uwe Schindler
Hi Rory, JDK 8b129 was installed a minute ago! Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de/ http://www.thetaphi.de eMail: u...@thetaphi.de From: Rory O'Donnell Oracle, Dublin Ireland [mailto:rory.odonn...@oracle.com] Sent: Thursday,

[jira] [Commented] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900366#comment-13900366 ] Adrien Grand commented on LUCENE-5443: -- +1 to commit

[jira] [Commented] (SOLR-5654) Create a synonym filter factory that is (re)configurable, and capable of reporting its configuration, via REST API

2014-02-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900369#comment-13900369 ] Yonik Seeley commented on SOLR-5654: Cool stuff! Can you give some examples of the

[jira] [Commented] (SOLR-1604) Wildcards, ORs etc inside Phrase Queries

2014-02-13 Thread Randall Rosales Solorzano (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900377#comment-13900377 ] Randall Rosales Solorzano commented on SOLR-1604: - Hi everyone, Does this

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_51) - Build # 3776 - Failure!

2014-02-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3776/ Java: 32bit/jdk1.7.0_51 -client -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.BasicHttpSolrServerTest.testConnectionRefused Error Message: Stack Trace: java.lang.AssertionError at

Re: Algorithm of retrieving docs

2014-02-13 Thread Michael McCandless
The bloom filter is only used by the postings format wrapper, and we've had mixed results on whether it helps performance or not (seems to depend heavily on the exact usage). We have bit set / iterator abstractions (oal.util.Bits, oal.search.DocIdSet/Iterator) to manage sets of documents, but

[jira] [Updated] (SOLR-5609) Don't let cores create slices/named replicas

2014-02-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-5609: - Attachment: SOLR-5609_5130.patch * CLUSTERPROP handling moved to Overseer from OCP * honors

[jira] [Created] (SOLR-5724) Two node, one shard solr instance intermittently going offline

2014-02-13 Thread Joseph Duchesne (JIRA)
Joseph Duchesne created SOLR-5724: - Summary: Two node, one shard solr instance intermittently going offline Key: SOLR-5724 URL: https://issues.apache.org/jira/browse/SOLR-5724 Project: Solr

[jira] [Updated] (SOLR-5724) Two node, one shard solr instance intermittently going offline

2014-02-13 Thread Joseph Duchesne (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Duchesne updated SOLR-5724: -- Description: One server is stuck in state recovering while the other is stuck in state down.

Can we commit from github?

2014-02-13 Thread Shai Erera
Hi A while ago I decided to give git(hub) a try and forked trunk. I was able to work on several issues in parallel (while switching branches) and all within a single checkout and project in eclipse. It seemed to work well. But whenever I was ready to commit the work to Apache SVN, I applied a

[jira] [Commented] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900438#comment-13900438 ] ASF subversion and git services commented on LUCENE-5443: - Commit

[jira] [Commented] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900443#comment-13900443 ] ASF subversion and git services commented on LUCENE-5443: - Commit

[jira] [Commented] (SOLR-5514) atomic update throws exception if the schema contains uuid fields: Invalid UUID String: 'java.util.UUID:e26c4d56-e98d-41de-9b7f-f63192089670'

2014-02-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900466#comment-13900466 ] Steve Rowe commented on SOLR-5514: -- Arun, did you use a distributed setup when you

[jira] [Commented] (SOLR-5426) org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: org.apache.lucene.search.highlight.InvalidTokenOffsetsException: Token 0 exceeds length of pr

2014-02-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900481#comment-13900481 ] Steve Rowe commented on SOLR-5426: -- Arun, what do you mean when you say the following?

[jira] [Resolved] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-5443. Resolution: Fixed Assignee: Shai Erera (was: Simon Willnauer) Lucene Fields:

Re: yet another one (mad) approach for block join

2014-02-13 Thread Mikhail Khludnev
Mike, Thanks for the clue. It raises a lot of questions: - Is this cost caused by random access nature of the seekCeil() /** The target term may be before or after the current term. */? Is there any chance to make it more efficient by requesting forward only TermEnum? - will it be faster with

[jira] [Commented] (LUCENE-5408) GeometryStrategy -- match geometries in DocValues

2014-02-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900499#comment-13900499 ] David Smiley commented on LUCENE-5408: -- Technically this only requires LUCENE-4978

Re: yet another one (mad) approach for block join

2014-02-13 Thread Michael McCandless
On Thu, Feb 13, 2014 at 11:49 AM, Mikhail Khludnev mkhlud...@griddynamics.com wrote: Mike, Thanks for the clue. It raises a lot of questions: - Is this cost caused by random access nature of the seekCeil() /** The target term may be before or after the current term. */? Is there any chance

[jira] [Commented] (SOLR-5724) Two node, one shard solr instance intermittently going offline

2014-02-13 Thread Yago Riveiro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900513#comment-13900513 ] Yago Riveiro commented on SOLR-5724: I have this issue too, the only way that I found

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

2014-02-13 Thread Chris Hostetter
Hmmm... lots of compilation failures from Maven build regarding http-client classess not found? This seems to have been a problem with the maven build since Feb 10... https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1101/ ...looking at the commits, i think this looks like the

[jira] [Commented] (SOLR-3854) SolrCloud does not work with https

2014-02-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900533#comment-13900533 ] Hoss Man commented on SOLR-3854: I think there's a maven config problem here that still

Re: DISCUSS: Go all in on github integration

2014-02-13 Thread Chris Hostetter
https://issues.apache.org/jira/browse/INFRA-7317 : Date: Wed, 12 Feb 2014 15:29:03 -0700 (MST) : From: Chris Hostetter hossman_luc...@fucit.org : To: Lucene Dev dev@lucene.apache.org : Subject: DISCUSS: Go all in on github integration : : : As some folks may know, apache infra has been making

[jira] [Commented] (LUCENE-4942) Indexed non-point shapes index excessive terms

2014-02-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900563#comment-13900563 ] David Smiley commented on LUCENE-4942: -- Somewhat related to this is my newfound

[jira] [Assigned] (LUCENE-4942) Indexed non-point shapes index excessive terms

2014-02-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned LUCENE-4942: Assignee: David Smiley Indexed non-point shapes index excessive terms

[jira] [Commented] (SOLR-5654) Create a synonym filter factory that is (re)configurable, and capable of reporting its configuration, via REST API

2014-02-13 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900570#comment-13900570 ] Timothy Potter commented on SOLR-5654: -- Thanks Yonik. Here are some examples: In

[jira] [Resolved] (SOLR-5723) ORA-04030: out of process memory when trying to allocate 4032 bytes

2014-02-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey resolved SOLR-5723. Resolution: Invalid Most likely a support issue. It has been brought up on solr-user, will handle

[jira] [Commented] (SOLR-5724) Two node, one shard solr instance intermittently going offline

2014-02-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900598#comment-13900598 ] Mark Miller commented on SOLR-5724: --- I think more detailed log info would def help. Two

Getting ready for Lucene/Solr 4.7

2014-02-13 Thread Simon Willnauer
I just looked through the CHANGE.TXT today and I think we should get 4.7 out of the door. I can do the release though if nobody wants to volunteer - I suggest to cut a release branch in next week Wednesday Noon CEST if nobody objects? simon

Re: Getting ready for Lucene/Solr 4.7

2014-02-13 Thread Uwe Schindler
Hi Simon, I was sbout to propose the same thing. We can work together if you like! I plan to do a release, too, maybe 4.8. Uwe On 13. Februar 2014 20:44:57 MEZ, Simon Willnauer simon.willna...@gmail.com wrote: I just looked through the CHANGE.TXT today and I think we should get 4.7 out of the

[jira] [Commented] (LUCENE-5336) Add a simple QueryParser to parse human-entered queries.

2014-02-13 Thread Marcio Napoli (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900662#comment-13900662 ] Marcio Napoli commented on LUCENE-5336: --- Believe to be interesting to include

[jira] [Updated] (SOLR-5590) SolrJ is still on httpcomponents/httpclient version 4.2.x, which has some problems

2014-02-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-5590: --- Fix Version/s: 4.7 5.0 SolrJ is still on httpcomponents/httpclient version 4.2.x,

[jira] [Created] (SOLR-5725) Efficient facets without counts for enum method

2014-02-13 Thread alexey (JIRA)
alexey created SOLR-5725: Summary: Efficient facets without counts for enum method Key: SOLR-5725 URL: https://issues.apache.org/jira/browse/SOLR-5725 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-5725) Efficient facets without counts for enum method

2014-02-13 Thread alexey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] alexey updated SOLR-5725: - Attachment: SOLR-5725.patch Draft version of patch attached. Tests and refined names of method and params will

[jira] [Commented] (SOLR-5423) CSV output doesn't include function field

2014-02-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900808#comment-13900808 ] Steve Rowe commented on SOLR-5423: -- Hi Arun, 1. About

[jira] [Updated] (LUCENE-5408) GeometryStrategy -- match geometries in DocValues

2014-02-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-5408: - Attachment: LUCENE-5408_SerializedDVStrategy.patch Attached is a working patch with tests. I

[jira] [Updated] (LUCENE-5408) SerializedDVStrategy -- match geometries in DocValues

2014-02-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-5408: - Summary: SerializedDVStrategy -- match geometries in DocValues (was: GeometryStrategy -- match

Re: Getting ready for Lucene/Solr 4.7

2014-02-13 Thread John Wang
+1 -John On Thu, Feb 13, 2014 at 11:44 AM, Simon Willnauer simon.willna...@gmail.com wrote: I just looked through the CHANGE.TXT today and I think we should get 4.7 out of the door. I can do the release though if nobody wants to volunteer - I suggest to cut a release branch in next week

[jira] [Updated] (LUCENE-5408) SerializedDVStrategy -- match geometries in DocValues

2014-02-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-5408: - Description: I've started work on a new SpatialStrategy implementation I'm tentatively calling

[jira] [Created] (SOLR-5726) MoreLikethisComponent does not support ditributed search and pre analyzed field

2014-02-13 Thread Mou Nandi (JIRA)
Mou Nandi created SOLR-5726: --- Summary: MoreLikethisComponent does not support ditributed search and pre analyzed field Key: SOLR-5726 URL: https://issues.apache.org/jira/browse/SOLR-5726 Project: Solr

[jira] [Updated] (SOLR-5726) MoreLikethisComponent does not support ditributed search and pre analyzed field

2014-02-13 Thread Mou Nandi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mou Nandi updated SOLR-5726: Attachment: MoreLikeThisParams.java.patch MoreLikeThisHandler.java.patch

[jira] [Created] (LUCENE-5444) offsets in MemoryIndex broken when adding field with more than once

2014-02-13 Thread britta weber (JIRA)
britta weber created LUCENE-5444: Summary: offsets in MemoryIndex broken when adding field with more than once Key: LUCENE-5444 URL: https://issues.apache.org/jira/browse/LUCENE-5444 Project: Lucene

[jira] [Updated] (LUCENE-5444) offsets in MemoryIndex broken when adding field with more than once

2014-02-13 Thread britta weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] britta weber updated LUCENE-5444: - Attachment: LUCENE-5444.patch This patch includes a small test which compares the term vectors

[jira] [Commented] (SOLR-3854) SolrCloud does not work with https

2014-02-13 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900982#comment-13900982 ] Steve Davids commented on SOLR-3854: Seems like adding HttpClient wasn't necessary -

[jira] [Commented] (SOLR-3854) SolrCloud does not work with https

2014-02-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900999#comment-13900999 ] Steve Rowe commented on SOLR-3854: -- bq. Seems like adding HttpClient wasn't necessary -

[jira] [Commented] (SOLR-3854) SolrCloud does not work with https

2014-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901003#comment-13901003 ] ASF subversion and git services commented on SOLR-3854: --- Commit

[jira] [Created] (SOLR-5727) LBHttpSolrServer should not retry on SocketTimeoutException when sending updates.

2014-02-13 Thread Mark Miller (JIRA)
Mark Miller created SOLR-5727: - Summary: LBHttpSolrServer should not retry on SocketTimeoutException when sending updates. Key: SOLR-5727 URL: https://issues.apache.org/jira/browse/SOLR-5727 Project:

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

2014-02-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1327/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 10361 lines...] [junit4] JVM J0: stderr was not empty, see:

Re: Algorithm of retrieving docs

2014-02-13 Thread Harshvardhan Ojha
Thanks Michael for help, this helped me with my problem. Regards Harshvardhan Ojha On Thu, Feb 13, 2014 at 8:51 PM, Michael McCandless luc...@mikemccandless.com wrote: The bloom filter is only used by the postings format wrapper, and we've had mixed results on whether it helps performance

[jira] [Updated] (LUCENE-5440) Add LongFixedBitSet and replace usage of OpenBitSet

2014-02-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5440: --- Attachment: LUCENE-5440-solr.patch Patch decouples DocSet from Fixed/OpenBitSet. DocSet.setBitsOn

Re: DISCUSS: Go all in on github integration

2014-02-13 Thread David Smiley (@MITRE.org)
Nice! And I see the infra ticket was fixed today. Hopefully it will encourage more contributions. If someone can show an example of this in action (not necessarily Lucene/Solr) it'd be nice to see. Unfortunately, there's still a huge gap between an actual bona-fide GitHub run project, and what

[jira] [Created] (SOLR-5728) Expose spatial SerializedDVStrategy as a Solr PostFilter

2014-02-13 Thread David Smiley (JIRA)
David Smiley created SOLR-5728: -- Summary: Expose spatial SerializedDVStrategy as a Solr PostFilter Key: SOLR-5728 URL: https://issues.apache.org/jira/browse/SOLR-5728 Project: Solr Issue Type:

[jira] [Commented] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2014-02-13 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901180#comment-13901180 ] Christian Moen commented on SOLR-1301: -- I've been reading through (pretty much all)

[jira] [Updated] (LUCENE-5444) offsets in MemoryIndex broken when adding field with more than once

2014-02-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5444: Fix Version/s: 5.0 offsets in MemoryIndex broken when adding field with more than once

[jira] [Assigned] (LUCENE-5444) offsets in MemoryIndex broken when adding field with more than once

2014-02-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-5444: --- Assignee: Simon Willnauer offsets in MemoryIndex broken when adding field with

[jira] [Updated] (LUCENE-5444) offsets in MemoryIndex broken when adding field with more than once

2014-02-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5444: Priority: Minor (was: Major) offsets in MemoryIndex broken when adding field with more

[jira] [Commented] (LUCENE-5444) offsets in MemoryIndex broken when adding field with more than once

2014-02-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901188#comment-13901188 ] Simon Willnauer commented on LUCENE-5444: - Hey Britta, thanks for opening this