TermsEnum and Trie Int

2013-09-09 Thread Joel Bernstein
Hi, I wrote some code that iterates through an int field terms using a TermsEnum and it works great. Tried the same code on a Trie Int, precision step 8 field and the code no longer works properly, because of the precision step terms in the index. How can I distinguish between the original term

Re: TermsEnum and Trie Int

2013-09-09 Thread Joel Bernstein
thanks! On Mon, Sep 9, 2013 at 6:17 PM, Yonik Seeley yo...@lucidworks.com wrote: UnInvertedField does this... final String prefix = TrieField.getMainValuePrefix(searcher.getSchema().getFieldType(field)); -Yonik http://lucidworks.com On Mon, Sep 9, 2013 at 5:35 PM, Joel Bernstein

Re: Welcome Joel Bernstein

2013-10-03 Thread Joel Bernstein
...@gmail.com wrote: Welcome, Joel! I have to say, Joel is one of my all-time favorite people in the world. We are very fortunate to have him here. Erik On Oct 3, 2013, at 1:24 AM, Grant Ingersoll gsing...@apache.org wrote: Hi, The Lucene PMC is happy to welcome Joel Bernstein

Re: Nested Grouping / Field Collapsing

2014-01-08 Thread Joel Bernstein
by the CollapsingQParserPlugin. This seems like something that could be implemented as part of the ExpandComponent. Joel Joel Bernstein Search Engineer at Heliosearch On Wed, Jan 8, 2014 at 12:28 PM, Kranti Parisa kranti.par...@gmail.comwrote: Anyone has got latest updates for https

Re: Nested Grouping / Field Collapsing

2014-01-09 Thread Joel Bernstein
Kranti, You've got it exactly. And yes sorting and limiting the doclist within the nested groups will be supported. Joel Bernstein Search Engineer at Heliosearch On Wed, Jan 8, 2014 at 6:54 PM, Kranti Parisa kranti.par...@gmail.comwrote: Joel, 1) Collapse on the top level group. - done

Re: Iterating BinaryDocValues

2014-01-10 Thread Joel Bernstein
that is limiting the throughput. Joel Bernstein Search Engineer at Heliosearch On Fri, Jan 10, 2014 at 2:54 PM, Robert Muir rcm...@gmail.com wrote: Yeah, i dont think its from newer docvalues-using code like yours shai. instead the problems i had doing this are historical, because e.g

Re: Iterating BinaryDocValues

2014-01-10 Thread Joel Bernstein
Bulk extracting full unsorted result sets from Solr. You give Solr a query and it dumps the full result in a single call. The result set streaming is in place, but throughput is not as good as I would like it. Joel Bernstein Search Engineer at Heliosearch On Fri, Jan 10, 2014 at 3:24 PM, Robert

Re: Iterating BinaryDocValues

2014-01-10 Thread Joel Bernstein
For the test I ran, I just timed the number of docId-bytesRef lookups I could do in a second. Joel Bernstein Search Engineer at Heliosearch On Fri, Jan 10, 2014 at 3:41 PM, Robert Muir rcm...@gmail.com wrote: Are you sure its not the wire serialization etc causing the bottleneck (e.g

Re: Iterating BinaryDocValues

2014-01-10 Thread Joel Bernstein
The text value for the field. It's a generic bulk extract tool so whatever the user loads. Joel Bernstein Search Engineer at Heliosearch On Fri, Jan 10, 2014 at 4:08 PM, Robert Muir rcm...@gmail.com wrote: what are you storing in the binaryDV? On Fri, Jan 10, 2014 at 3:44 PM, Joel

Re: Welcome Areek Zillur as Lucene/Solr committer!

2014-01-21 Thread Joel Bernstein
Congratulations Areek! Joel Bernstein Search Engineer at Heliosearch On Tue, Jan 21, 2014 at 5:47 PM, Dawid Weiss dawid.we...@cs.put.poznan.plwrote: Congratulations and welcome, Areek! On Tue, Jan 21, 2014 at 11:43 PM, Christian Moen c...@atilika.com wrote: Great! Congrats and welcome

Re: Welcome Benson Margulies as Lucene/Solr committer!

2014-01-26 Thread Joel Bernstein
Welcome Benson! Joel Bernstein Search Engineer at Heliosearch On Sun, Jan 26, 2014 at 12:43 PM, Shawn Heisey s...@elyograg.org wrote: On 1/25/2014 2:40 PM, Michael McCandless wrote: I'm pleased to announce that Benson Margulies has accepted to join our ranks as a committer. Benson has

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

2014-01-27 Thread Joel Bernstein
Kranti, The memory leak in the bjoin dealt with the multi-value field joins. Specifically how the new UninvertedIntField cache was used in the bjoin. In a quick review of the hjoin I'm not seeing the same issue but it would be good to confirm through testing. Joel Joel Bernstein Search Engineer

Re: Trade-offs in choosing DocValuesFormat

2014-01-31 Thread Joel Bernstein
in memory format, undocumented at the Solr level but likely available by specifying Direct as the docValues format. Joel Bernstein Search Engineer at Heliosearch On Fri, Jan 31, 2014 at 9:39 PM, Shawn Heisey s...@elyograg.org wrote: On 1/31/2014 2:15 PM, Tom Burton-West wrote: When trying

Re: Trade-offs in choosing DocValuesFormat

2014-02-01 Thread Joel Bernstein
, but this does not appear to be the default format. Thanks, Joel Joel Bernstein Search Engineer at Heliosearch On Sat, Feb 1, 2014 at 12:19 PM, Tom Burton-West tburt...@umich.edu wrote: Thanks Shawn, Joel, and Robert, Shawn, thanks for mentioning the caveat of having to re-index when

Re: Trade-offs in choosing DocValuesFormat

2014-02-01 Thread Joel Bernstein
Robert, OK, I didn't realize that Lucene45 was mostly a disk based format. Thanks for the clear explanation and links. Joel Joel Bernstein Search Engineer at Heliosearch On Sat, Feb 1, 2014 at 8:25 PM, Robert Muir rcm...@gmail.com wrote: It is just as I described it. Lucene45

Re: Welcome Anshum Gupta as Lucene/Solr Committer!

2014-02-16 Thread Joel Bernstein
Welcome Anshum! Joel Bernstein Search Engineer at Heliosearch On Sun, Feb 16, 2014 at 8:03 PM, Erick Erickson erickerick...@gmail.comwrote: Welcome Anshum! On Sun, Feb 16, 2014 at 5:02 PM, Han Jiang h...@apache.org wrote: Welcome Anshum! On Mon, Feb 17, 2014 at 6:33 AM, Mark Miller

Re: [CONF] Apache Solr Reference Guide Other Parsers

2014-02-19 Thread Joel Bernstein
Thanks Steve! Joel Bernstein Search Engineer at Heliosearch On Wed, Feb 19, 2014 at 11:47 AM, Steve Rowe sar...@gmail.com wrote: Hi Joel, On Feb 19, 2014, at 11:37 AM, Joel Bernstein (Confluence) conflue...@apache.org wrote: Happy to make the changes here as well if I have access. I

Re: solr Post Filter

2013-10-22 Thread Joel Bernstein
(Query.java:80) at Full stack trace at : https://gist.github.com/rmuhzin/6992029 Could someone please shed some light into it ? ** ** -- BR Muhsin -- Joel Bernstein Professional Services LucidWorks

Re: [Solr Wiki] Update of CollapsingQParserPlugin by JoelBernstein

2013-10-24 Thread Joel Bernstein
@lucene.apache.**orgdev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org -- Joel Bernstein Professional Services LucidWorks

Re: DocValue on Strings slow and OOM

2013-11-14 Thread Joel Bernstein
. Regards, Per Steffensen -- Joel Bernstein Search Engineer at Heliosearch

Re: Lucene / Solr 4.6.1

2013-12-16 Thread Joel Bernstein
- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org -- Joel Bernstein Search Engineer at Heliosearch

Re: Lucene / Solr 4.6.1

2013-12-16 Thread Joel Bernstein
Sounds great On Mon, Dec 16, 2013 at 1:47 PM, Mark Miller markrmil...@gmail.com wrote: Cool - let’s back port this week and I’ll put up an RC on Saturday? - Mark On Dec 16, 2013, at 1:25 PM, Joel Bernstein joels...@gmail.com wrote: +1 I would like to get out some safe bug fixes

Iterating BinaryDocValues

2013-12-23 Thread Joel Bernstein
Hi, I'm looking for a faster way to perform large scale docId - bytesRef lookups for BinaryDocValues. I'm finding that I can't get the performance that I need from the random access seek in the BinaryDocValues interface. I'm wondering if sequentially scanning the docValues would be a faster

Re: Welcome Tim Potter as Lucene/Solr committer

2014-04-08 Thread Joel Bernstein
Welcome! Joel Bernstein Search Engineer at Heliosearch On Tue, Apr 8, 2014 at 9:49 AM, Erick Erickson erickerick...@gmail.comwrote: Welcome! On Tue, Apr 8, 2014 at 3:20 AM, Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: Welcome Tim, On Tue, Apr 8, 2014 at 3:04

Re: 4.8.1

2014-05-06 Thread Joel Bernstein
It looks like only the commit for CHANGES.txt got backported for SOLR-6029. I can go back and backport the code change. Joel Joel Bernstein Search Engineer at Heliosearch On Tue, May 6, 2014 at 2:13 PM, Chris Hostetter hossman_luc...@fucit.orgwrote: : Please backport any good bugfixes

Re: 4.9

2014-06-13 Thread Joel Bernstein
+1 Joel Bernstein Search Engineer at Heliosearch On Fri, Jun 13, 2014 at 6:38 AM, Michael McCandless luc...@mikemccandless.com wrote: +1 Mike McCandless http://blog.mikemccandless.com On Thu, Jun 12, 2014 at 9:56 PM, Robert Muir rcm...@gmail.com wrote: We have a pretty big release

Examples of multi-core same Solr instance test cases?

2014-07-16 Thread Joel Bernstein
Anybody know of any Solr test cases that exercise two Solr cores in the same Solr instance? Thanks

Re: Welcome Tomás Fernández Löbbe as Lucene/Solr committer!

2014-07-31 Thread Joel Bernstein
Congratulations Tomas! Joel Bernstein Search Engineer at Heliosearch On Thu, Jul 31, 2014 at 11:50 AM, Yonik Seeley yo...@heliosearch.com wrote: I'm pleased to announce that Tomás has accepted the PMC's invitation to become a Lucene/Solr committer. Tomás, it's tradition to introduce

failing ZK tests

2014-08-14 Thread Joel Bernstein
I'm getting the following repeatable failing tests on trunk: org.apache.solr.cloud.ZkCLITest.testBootstrapWithChroot org.apache.solr.cloud.TestZkChroot.testInitPathExists org.apache.solr.cloud.TestZkChroot.testChrootBootstrap org.apache.solr.cloud.TestZkChroot (suite) Anyone know the issue

Re: [jira] [Created] (SOLR-6407) TestSortingResponseWriter test fail.

2014-08-22 Thread Joel Bernstein
Ok, I'll take a look. Joel Bernstein Search Engineer at Heliosearch On Fri, Aug 22, 2014 at 1:30 PM, Mark Miller (JIRA) j...@apache.org wrote: Mark Miller created SOLR-6407: - Summary: TestSortingResponseWriter test fail. Key

MultiSortedDocValues randomized test failures

2014-08-22 Thread Joel Bernstein
I'm running into test failures when using MultiSortedDocValues. What seems to be happening is that a random docValues codec is chosen for the test which leads to exceptions that look like this: Throwable #1: java.lang.ClassCastException:

Re: MultiSortedDocValues randomized test failures

2014-08-22 Thread Joel Bernstein
Ok, so I'm going to need to account for this, which currently I'm not. The test passes most of the time though. Is there randomness built in that also changes the number of index segments? Joel Bernstein Search Engineer at Heliosearch On Fri, Aug 22, 2014 at 10:13 PM, Robert Muir rcm

Re: MultiSortedDocValues randomized test failures

2014-08-22 Thread Joel Bernstein
Yep, segment count is 1 for that particular test seed. I'll put in the null check. Thanks! Joel Bernstein Search Engineer at Heliosearch On Fri, Aug 22, 2014 at 10:28 PM, Robert Muir rcm...@gmail.com wrote: Yeah. If the intent is to use global ordinals, the fastest way is to handle

Re: [VOTE] 4.10.0 RC0

2014-08-23 Thread Joel Bernstein
Hi Ryan, I just committed and backported a fix for SOLR-6407 which cropped up yesterday. It would be great if you could respin so this fix could make it into 4.10. Thanks, Joel Joel Bernstein Search Engineer at Heliosearch On Fri, Aug 22, 2014 at 8:08 PM, Ryan Ernst r...@iernst.net wrote

Re: [VOTE] 4.10.0 RC0

2014-08-23 Thread Joel Bernstein
No problem. The issue was actually breaking with existing tests, with a specific random seed. Which passed after the fix. A new test could also be added to test for this though. So I see your point. Joel Bernstein Search Engineer at Heliosearch On Sat, Aug 23, 2014 at 12:47 PM, Ryan Ernst r

Re: Welcome Gregory Chanan as Lucene/Solr committer

2014-09-19 Thread Joel Bernstein
Congratulations Gregory! Joel Bernstein Search Engineer at Heliosearch On Fri, Sep 19, 2014 at 10:23 PM, Han Jiang h...@apache.org wrote: Welcome Gregory! On Sat, Sep 20, 2014 at 9:26 AM, Ryan Ernst r...@iernst.net wrote: Welcome Gregory! On Sep 19, 2014 3:33 PM, Steve Rowe sar

Re: Time for a Lucene/Solr 5.0

2014-11-06 Thread Joel Bernstein
+1, works for me too. Joel Bernstein Search Engineer at Heliosearch On Thu, Nov 6, 2014 at 4:06 PM, Jack Krupansky j...@basetechnology.com wrote: Sounds like a good idea, the sooner the better. I mean, I don’t expect that many people will want to go into production with 5.0

Trunk: java.lang.ClassNotFoundException: org.apache.solr.search.FilterImpl

2015-02-17 Thread Joel Bernstein
) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:450) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:403) Joel Bernstein Search Engineer at Heliosearch

Re: Trunk: java.lang.ClassNotFoundException: org.apache.solr.search.FilterImpl

2015-02-17 Thread Joel Bernstein
After cleaning and rebuilding the issues was resolved. Somehow the build got into a weird state with the internal FilterImpl class. Probably a good idea to break this class out into it's own file. Joel Bernstein Search Engineer at Heliosearch On Tue, Feb 17, 2015 at 12:26 PM, Adrien Grand jpou

Re: Trunk: java.lang.ClassNotFoundException: org.apache.solr.search.FilterImpl

2015-02-17 Thread Joel Bernstein
I believe what caused the weird state was a failed compilation. Here is the order of events: 1) Fresh trunk checkout 2) Apply patch 3) Failed Compilation 4) Fixed Compilation issue in the patch 5) Successful Compile 6) Runtime error with FilterImpl class not found. Joel Bernstein Search

Re: [VOTE] 5.0.0 RC2

2015-02-10 Thread Joel Bernstein
+1 SUCCESS! [1:28:29.900353] Joel Bernstein Search Engineer at Heliosearch On Tue, Feb 10, 2015 at 7:09 AM, Alan Woodward a...@flax.co.uk wrote: +1 SUCCESS! [0:48:00.712689] Alan Woodward www.flax.co.uk On 10 Feb 2015, at 03:20, Steve Rowe wrote: +1 SUCCESS! [0:54:06.294759

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2045 - Failure!

2015-03-10 Thread Joel Bernstein
Looking into this. The HashQParserPlugin uses a thread pool to build a filter. It looks like the threadpool is being terminated, which would happen via a close hook during a core shutdown. Joel Bernstein Search Engineer at Heliosearch On Tue, Mar 10, 2015 at 8:00 AM, Policeman Jenkins Server

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2045 - Failure!

2015-03-10 Thread Joel Bernstein
Going to switch to using a single thread to build the filter until I figure out what the issue is. Joel Bernstein Search Engineer at Heliosearch On Tue, Mar 10, 2015 at 8:07 AM, Joel Bernstein joels...@gmail.com wrote: Looking into this. The HashQParserPlugin uses a thread pool to build

Re: 5.1 branch created

2015-03-31 Thread Joel Bernstein
+1 for blocker based on the admin UI issues. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Mar 31, 2015 at 4:41 PM, Erick Erickson erickerick...@gmail.com wrote: Do we care that the admin UI doesn't show max Docs and deleted docs? At least when I try it in Chrome or Safari. And Heap

Re: DocValues instead of stored values

2015-03-02 Thread Joel Bernstein
for trading off memory for performance. Joel Bernstein Search Engineer at Heliosearch On Mon, Mar 2, 2015 at 3:26 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : Hmm, this is indeed not documented. I'll fix. It's definitely documented... https://cwiki.apache.org/confluence/display

Re: Welcome Anshum Gupta to the PMC

2015-03-02 Thread Joel Bernstein
Congratulations Anshum! Joel Bernstein Search Engineer at Heliosearch On Mon, Mar 2, 2015 at 2:10 PM, Sanne Grinovero sanne.grinov...@gmail.com wrote: Congratulations Anshum! Regards, Sanne - To unsubscribe, e-mail: dev

Re: Welcome Ramkumar Aiyengar as Lucene/Solr committer

2015-03-02 Thread Joel Bernstein
Congratulations Ram! Joel Bernstein Search Engineer at Heliosearch On Mon, Mar 2, 2015 at 8:46 AM, david.w.smi...@gmail.com david.w.smi...@gmail.com wrote: Welcome Ram! ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Sun

Re: Solr cloud-dev scripts

2015-04-07 Thread Joel Bernstein
By the way, I have found the cloud-dev scripts to be very useful. Great for automating integration tests for larger systems where SolrCloud is one of systems involved. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Apr 7, 2015 at 6:40 PM, Mark Miller markrmil...@gmail.com wrote: Also

Re: [jira] [Commented] (SOLR-5069) MapReduce for SolrCloud

2015-05-20 Thread Joel Bernstein
iterative design which leaves the data in place. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, May 20, 2015 at 4:11 PM, Yonik Seeley ysee...@gmail.com wrote: On Wed, May 20, 2015 at 11:06 AM, Noble Paul noble.p...@gmail.com wrote: The problem with streaming is data locality. Data needs

Re: [jira] [Commented] (SOLR-5069) MapReduce for SolrCloud

2015-05-20 Thread Joel Bernstein
. For the parallel iterative case it's much faster to leave the data in place and run embedded algorithm inside of the Solr. At this point data must cross the network if you have multiple worker nodes. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, May 20, 2015 at 5:57 PM, Noble Paul noble.p

Re: [jira] [Commented] (SOLR-5069) MapReduce for SolrCloud

2015-05-20 Thread Joel Bernstein
SOLR-7560 will provides a parallel SQL engine for SolrCloud. It's designed to run interactive SQL queries across large clusters of servers. This is one of the core big data use cases. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, May 20, 2015 at 7:07 PM, Noble Paul noble.p...@gmail.com

Re: Version field as DV

2015-06-22 Thread Joel Bernstein
In general DocValues were built to support large scale random access use cases such as faceting and sorting. They have similar performance characteristics as the FieldCache. But unlike the FieldCache you can trade off memory and performance by selecting different DocValues formats. Joel Bernstein

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b60) - Build # 13206 - Still Failing!

2015-06-25 Thread Joel Bernstein
Fixing this ... Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jun 25, 2015 at 3:51 PM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13206/ Java: 64bit/jdk1.9.0-ea-b60 -XX:-UseCompressedOops -XX:+UseSerialGC All

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Joel Bernstein
Congrats Upayavira! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 22, 2015 at 3:46 PM, Ramkumar R. Aiyengar andyetitmo...@gmail.com wrote: Welcome Upayavira! On 22 Jun 2015 20:02, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's

Re: Solr streaming expressions high level design

2015-06-15 Thread Joel Bernstein
be useful to see how the new parallel SQL handler works. This compiles SQL statements to the Streaming API. https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/SQLHandler.java Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 15, 2015 at 3:45 PM

Re: Solr streaming expressions high level design

2015-06-15 Thread Joel Bernstein
to each worker. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 15, 2015 at 5:00 PM, Joel Bernstein joels...@gmail.com wrote: Under the hood streaming expressions are compiled to Streaming API objects. Some documentation on the Streaming API can be found here: http

Re: [VOTE] 5.2.0 RC2

2015-05-29 Thread Joel Bernstein
+1 SUCCESS! [0:45:41.729120] Joel Bernstein http://joelsolr.blogspot.com/ On Fri, May 29, 2015 at 1:14 AM, Anshum Gupta ans...@anshumgupta.net wrote: Please vote for the second release candidate for Apache Lucene/Solr 5.2.0. The artifacts can be downloaded from: https://dist.apache.org

Re: [VOTE] 5.2.0 RC3

2015-06-01 Thread Joel Bernstein
+1 SUCCESS! [0:53:10.708336] Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 1, 2015 at 11:37 AM, Ishan Chattopadhyaya ichattopadhy...@gmail.com wrote: +1 SUCCESS! [1:40:03.346606] On Mon, Jun 1, 2015 at 7:05 PM, Mark Miller markrmil...@gmail.com wrote: +1 SUCCESS! [0:47

Re: [VOTE] 5.2.0 RC1

2015-05-28 Thread Joel Bernstein
+1 SUCCESS! [0:46:46.475743] Joel Bernstein http://joelsolr.blogspot.com/ On Thu, May 28, 2015 at 12:12 AM, Anshum Gupta ans...@anshumgupta.net wrote: I've opened SOLR-7602 about the failing MultiThreadedOCPTest. I don't really think it's a blocker, but if others have a stronger opinion

Re: [CONF] Apache Solr Reference Guide Streaming Expressions

2015-05-30 Thread Joel Bernstein
Ok, sounds good. I plan to finish up the page this weekend. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, May 29, 2015 at 2:24 PM, Chris Hostetter hossman_luc...@fucit.org wrote: Joel: that table is pretty dense -- i would suggest instead using an subsection for each Stream Function

Re: [jira] [Commented] (SOLR-7441) Streaming aggregation error messages could use some improvement

2015-05-25 Thread Joel Bernstein
Hi Gus, I haven't yet had a chance review the ticket, but I will try to get to it soon. I have a pretty big backlog of work on the Streaming API, Streaming Expressions and Parallel SQL stack, but error handling is an important part of the stack. Joel Bernstein http://joelsolr.blogspot.com

Re: Welcome Timothy Potter to the PMC

2015-05-26 Thread Joel Bernstein
Congratulations! Joel Bernstein http://joelsolr.blogspot.com/ On Tue, May 26, 2015 at 1:25 PM, Mark Miller markrmil...@gmail.com wrote: Congrats! - Mark On Tue, May 26, 2015 at 11:10 AM Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Timothy Potter has accepted the PMC’s

Re: [VOTE] 5.3.0 RC2

2015-08-17 Thread Joel Bernstein
+1 (Java 7) SUCCESS! [0:50:19.326227] Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Aug 17, 2015 at 5:16 PM, Ishan Chattopadhyaya ichattopadhy...@gmail.com wrote: +1 (Java 7) SUCCESS! [1:54:57.008126] On Tue, Aug 18, 2015 at 2:16 AM, Anshum Gupta ans...@anshumgupta.net wrote

Re: [jira] [Commented] (LUCENE-6722) Java 8 as the minimum supported JVM version for branch_5x

2015-08-05 Thread Joel Bernstein
libraries that rely on Java 8. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Aug 5, 2015 at 3:38 PM, Erick Erickson (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/LUCENE-6722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId

Re: [jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-08-07 Thread Joel Bernstein
Data is currently being Streamed with JSON. This was just a first step to get everything working. When we start optimizing for performance we'll definitely add faster data transport mechanisms. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Aug 7, 2015 at 7:48 AM, Noble Paul (JIRA) j

Re: Welcome Mikhail Khludnev as Lucene/Solr committer

2015-07-21 Thread Joel Bernstein
Congratulations Mikhail! Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Jul 21, 2015 at 12:39 PM, Michael McCandless luc...@mikemccandless.com wrote: Welcome Mikhail! Mike McCandless http://blog.mikemccandless.com On Tue, Jul 21, 2015 at 3:21 AM, Adrien Grand jpou...@gmail.com

Re: Welcome Christine Poerschke as Lucene/Solr committer

2015-07-24 Thread Joel Bernstein
Welcome Christine! Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jul 24, 2015 at 12:41 PM, Erik Hatcher erik.hatc...@gmail.com wrote: Welcome aboard, Christine! On Jul 24, 2015, at 03:27, Adrien Grand jpou...@gmail.com wrote: I'm pleased to announce that Christine Poerschke has

Re: Welcome Areek Zillur to the Lucene / Solr PMC

2015-11-11 Thread Joel Bernstein
Welcome Areek! Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Nov 11, 2015 at 7:13 PM, Nicholas Knize <nkn...@gmail.com> wrote: > Congrats Areek!! > > On Nov 11, 2015, at 2:48 PM, Simon Willnauer <simon.willna...@gmail.com> > wrote: > > I'm pleased to an

Welcome Dennis Gove as Lucene/Solr committer

2015-11-06 Thread Joel Bernstein
yourself to the committers section of the Who We Are page on the website: <http://lucene.apache.org/whoweare.html>. Congratulations and welcome! Joel Bernstein http://joelsolr.blogspot.com/

Re: Welcome Tomás Fernández Löbbe to the PMC

2015-11-06 Thread Joel Bernstein
Congratulations Tomas! Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Nov 6, 2015 at 6:00 AM, Alan Woodward <a...@flax.co.uk> wrote: > Welcome Tomás! > > Alan Woodward > www.flax.co.uk > > > On 6 Nov 2015, at 09:53, Anshum Gupta wrote: > > I'm pleased

Re: Welcome Joel Bernstein to the PMC

2015-11-06 Thread Joel Bernstein
Thanks everyone! Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Nov 6, 2015 at 2:20 PM, Susheel Kumar <susheel2...@gmail.com> wrote: > Congratulations, Joel !!! > > On Fri, Nov 6, 2015 at 1:19 PM, Varun Thacker <varunthacker1...@gmail.com> > wrote: > >> C

Re: Welcome Nick Knize as Lucene/Solr committer

2015-10-20 Thread Joel Bernstein
Welcome Nick! Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Oct 20, 2015 at 1:03 PM, Adrien Grand <jpou...@gmail.com> wrote: > Welcome Nick! >

Re: Main query runs in both phases of distributed search

2015-08-27 Thread Joel Bernstein
Sounds like a good plan to me. I'll open a ticket for this. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Aug 27, 2015 at 12:45 PM, Yonik Seeley ysee...@gmail.com wrote: On Thu, Aug 27, 2015 at 12:22 PM, Joel Bernstein joels...@gmail.com wrote: I've been working on some performance

Main query runs in both phases of distributed search

2015-08-27 Thread Joel Bernstein
I've been working on some performance tuning for Alfresco and found that the main query is being executed in the first and second phase of distributed search when there are facet refinements. The code where this happens is in line 347 of the QueryComponent (trunk). This turns out be pretty

Re: [VOTE] Release Lucene/Solr 5.4.0-RC1

2015-12-08 Thread Joel Bernstein
+1 SUCCESS! [0:48:51.911862] Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Dec 8, 2015 at 10:56 AM, Adrien Grand <jpou...@gmail.com> wrote: > +1 > SUCCESS! [0:59:54.998323] > > Le mar. 8 déc. 2015 à 16:48, Jan Høydahl <jan@cominvent.com> a écrit : > >&g

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Joel Bernstein
I agree completely with this approach. There's always another release right around the corner. There's some nice features waiting in trunk. +1 moving forward fairly soon. +1 to 6.0 being the git release if possible. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jan 8, 2016 at 2:51 PM

Re: Welcome Cassandra Targett to the Lucene / Solr PMC

2015-12-24 Thread Joel Bernstein
Welcome Cassandra! Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Dec 24, 2015 at 11:01 AM, Yonik Seeley <ysee...@gmail.com> wrote: > On Thu, Dec 24, 2015 at 10:54 AM, Steve Rowe <sar...@gmail.com> wrote: > > I'm pleased to announce that Cassandra has accepted

Re: [VOTE] Release Lucene/Solr 6.1.0 RC1

2016-06-13 Thread Joel Bernstein
+1 SUCCESS! [0:54:35.971947] Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 13, 2016 at 9:09 AM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > SUCCESS! [1:56:13.790113] > briefly checked [subquery]. > > On Mon, Jun 13, 2016 at 12:15 PM, Adrien Grand

Re: Lucene/Solr 6.1.0

2016-06-02 Thread Joel Bernstein
+1 Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jun 2, 2016 at 7:09 AM, Uwe Schindler <u...@thetaphi.de> wrote: > +1 > > > > - > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: u...@thetaphi

Re: Export handler returns zero for missing fields.

2016-05-27 Thread Joel Bernstein
Also, there may be other client applications that rely on the current behavior. So possibly adding a switch on the export handler for numeric nulls is the safest approach. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, May 27, 2016 at 8:03 AM, Joel Bernstein <joels...@gmail.com>

Re: Export handler returns zero for missing fields.

2016-05-27 Thread Joel Bernstein
that cover the numeric nulls. The RollupStream would be one place that might have a problem with this. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, May 27, 2016 at 4:52 AM, Dennis Gove <dpg...@gmail.com> wrote: > Is this true for non-numeric fields as well? I agree that this s

Re: Congratulations to the new Lucene/Solr PMC Chair, Tommaso Teofili

2016-06-16 Thread Joel Bernstein
Congratulations Tommaso! Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jun 16, 2016 at 3:39 PM, Jan Høydahl <jan@cominvent.com> wrote: > Congrats Tommaso! > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > 16. jun. 2

Re: Question about release plans amidst the git transition

2016-01-21 Thread Joel Bernstein
+1 Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jan 21, 2016 at 4:18 AM, Adrien Grand <jpou...@gmail.com> wrote: > Another reason I would be +1 to releasing 5.5 is that there are some > appealing changes sitting on the 5.x branch like better rewriting of > boolean qu

Re: Merge vs Rebase

2016-01-25 Thread Joel Bernstein
I'm a non git expert and I would prefer to have guidelines to follow. Understanding the complexities here is not something I have any interest in. I just want to merge and commit in some agreed apon standard way. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jan 25, 2016 at 10:37 AM, Shai

Re: Post git transition

2016-01-23 Thread Joel Bernstein
Just forked and cloned. The clone was fast! I'll play around some this weekend. Thanks for taking this on! Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Jan 23, 2016 at 8:21 AM, Dawid Weiss <dawid.we...@gmail.com> wrote: > Thanks to everyone for early feedback. I have a pretty

Re: GIT migration complete

2016-01-23 Thread Joel Bernstein
I had no problem pushing my first commit. But I didn't seem to have permission to merge a pull-request from Github. Is there another layer of permissions that need to be setup for this? Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Jan 23, 2016 at 1:23 PM, Yonik Seeley <ysee...@gmail.

Re: GIT migration complete

2016-01-24 Thread Joel Bernstein
Ok, got it. Thanks! Joel Bernstein http://joelsolr.blogspot.com/ On Sun, Jan 24, 2016 at 7:58 AM, Daniel Gruno <humbed...@apache.org> wrote: > You can't merge directly on GitHub - they only host a read-only mirror of > the repo. > There are however command-line options for mer

Hmm Git mistake I believe

2016-01-26 Thread Joel Bernstein
https://github.com/apache/lucene-solr/commit/bc815b5207638c676810699bae592fc8f3d93abd Is this something that I need to fix? These were my commands: defaultildsMBP5:lucene-solr joelbernstein$ git pull origin master remote: Counting objects: 507, done. remote: Compressing objects: 100% (66/66),

Re: Hmm Git mistake I believe

2016-01-26 Thread Joel Bernstein
Yep, it makes sense to me now. It's just a lot more information than I'm used to seeing with a commit. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Jan 26, 2016 at 11:36 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > Why is this a problem? > > It records th

Re: Speculating about the removal of the standalone Solr mode

2016-03-09 Thread Joel Bernstein
>From Alfresco's point of view this would be a bad thing. Alfresco uses Solr in stand alone mode and has developed an entire sharding and replication model that fit's the ECM use case. So being forced to have ZooKeeper and Solr Cloud would not be ideal. Joel Bernstein http://joelsolr.blogspot.

Re: Welcome Kevin Risden as Lucene/Solr committer

2016-03-18 Thread Joel Bernstein
Sorry about the name misspelling. Thanks for correcting David. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Mar 16, 2016 at 1:16 PM, Varun Thacker <varunthacker1...@gmail.com> wrote: > Welcome Kevin! > > On Wed, Mar 16, 2016 at 10:44 PM, Steve Rowe <sar...@gmail.com>

Re: [VOTE] Release Lucene/Solr 6.0.0 RC2

2016-04-05 Thread Joel Bernstein
+1 SUCCESS! [0:57:25.723824] Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Apr 5, 2016 at 12:22 PM, Tomás Fernández Löbbe < tomasflo...@gmail.com> wrote: > +1 > SUCCESS! [0:46:58.614256] > > On Mon, Apr 4, 2016 at 6:26 PM, Ahmet Arslan <iori...@yahoo.com.invalid>

Re: Apache Solr and Tika used to index Panama Papers

2016-04-06 Thread Joel Bernstein
Wonder if they were on the users list! Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Apr 6, 2016 at 8:57 AM, David Smiley <david.w.smi...@gmail.com> wrote: >  awesome > > On Wed, Apr 6, 2016 at 4:45 AM Uwe Schindler <uschind...@apache.org> > wrote: > >

Welcome Kevin Rsiden as Lucene/Solr committer

2016-03-19 Thread Joel Bernstein
of the Who We Are page on the website: <http://lucene.apache.org/whoweare.html>. Congratulations and welcome! Joel Bernstein

Re: Lucene FieldType & specifying numeric type (double, float, )

2016-03-24 Thread Joel Bernstein
important for analytics. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Mar 24, 2016 at 11:37 AM, David Smiley <david.w.smi...@gmail.com> wrote: > bq. it wasn't at all clear that the intention was that simple scalars > would now and forever henceforth be referred to as "point

Re: Lucene FieldType & specifying numeric type (double, float, )

2016-03-24 Thread Joel Bernstein
Thanks Robert, sounds good. And I'll give the blog post a read Mike. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Mar 24, 2016 at 12:51 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > See also my recent blog post describing this new feature: > https://www.ela

Re: Lucene/Solr 6.0.0 Release Branch

2016-03-07 Thread Joel Bernstein
hing we've done in the past. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Mar 7, 2016 at 2:54 PM, Nicholas Knize <nkn...@gmail.com> wrote: > I think with all of the volatility surrounding the new Points codec that > obvious bug/stability patches like these are OK? I know sev

Re: Welcome Karl Wright as a Lucene/Solr committer!

2016-04-04 Thread Joel Bernstein
Welcome Karl! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Apr 4, 2016 at 10:41 AM, Adrien Grand <jpou...@gmail.com> wrote: > Welcome Karl! > > Le lun. 4 avr. 2016 à 16:40, Karl Wright <daddy...@gmail.com> a écrit : > >> Hi all, >> >> Pr

SQL and Streaming documentation for Solr 6

2016-04-04 Thread Joel Bernstein
The docs for Streaming and SQL are pretty much complete for Solr 6. They just need to be moved into place in the main release tree. There current location is: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61330338

Re: 6.0 Release

2016-03-31 Thread Joel Bernstein
So what's the latest plan on the release? I just back ported SOLR- to branch_6x. If the release is imminent I'll hold off on releasing until 6.1. But if this release continues to be delayed I'd like to backport to branch_6_0. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Mar 31, 2016

  1   2   3   4   5   6   7   8   9   10   >