Facetting on a field doesn't work, until i optimized the index

2016-09-14 Thread Markus Jelsma
Hello - we've just spotted the weirdest issue on Solr 6.1. We have a Solr index full of logs, new items are added every few minutes. We also have an application that shows charts based on what's in the index, Banana style. Yesterday we saw facets for a specific field were missing. Today we

Re: Miserable Experience Using Solr. Again.

2016-09-14 Thread Shawn Heisey
On 9/13/2016 5:42 PM, Aaron Greenspan wrote: > I get this on digest mode (and wasn’t even sure my initial message > went through to the list), so please forgive the delay in responding. I've added you as BCC so you'll get this as soon as I send it. I wrote most of it last night, and left it to

Re: Solr kerberos

2016-09-14 Thread Erick Erickson
There is not nearly enough information here to begin to answer your question. You might want to review: http://wiki.apache.org/solr/UsingMailingLists Best, Erick On Wed, Sep 14, 2016 at 7:44 AM, selvakumar natarajan wrote: > Team, > > I an trying to setup Solr 5.4.1 in

Re: Facetting on a field doesn't work, until i optimized the index

2016-09-14 Thread Erick Erickson
That's strange Is there any chance that the schema changed? This is _really_ a shot in the dark, but perhaps the optimize "normalized" the field definitions stored with each segment. Imagine segments 1-5 have one definition, and segments 6-10 have a different definition for your field.

JSON Facets and excluded tags - not working for empty results

2016-09-14 Thread Stefan Matheis
I’m not entirely sure i’m describing the correct problem here - for now it looks like the only way it occurs and i hope it’s not misleading any pointers that would be helpful. so in case you think i got it wrong, please say so I have two documents in the index [{"source":"foo"},

Solr kerberos

2016-09-14 Thread selvakumar natarajan
Team, I an trying to setup Solr 5.4.1 in our organization, we have kerberos enabled zookeeper . When I enable authentication in Solr , I am not able to start Solr. It complains no author for /oversees . Regards Selvakumar. N

requestlog jetty param in solr 5.x

2016-09-14 Thread Rajesh Hazari
Hi All, solr version: 5.5.0 I was checking to see if there is any quick solution for embedded jetty can log request access logs too. After some googling i found documentation (here ) that there is

Re: changed query parsing between 4.10.4 and 5.5.3?

2016-09-14 Thread Erick Erickson
Perhaps https://issues.apache.org/jira/browse/SOLR-8812 and related? Best, Erick On Tue, Sep 13, 2016 at 11:37 PM, Bernd Fehling wrote: > Hi Greg, > > after trying several hours with all combinations of parameters and not > getting any useful search result with

Re: requestlog jetty param in solr 5.x

2016-09-14 Thread Shawn Heisey
On 9/14/2016 9:09 AM, Rajesh Hazari wrote: > solr version: 5.5.0 > > I was checking to see if there is any quick solution for embedded jetty can > log request access logs too. In server/etc/jetty.xml, there is a commented configuration section that creates a request log. Just uncomment it and

Re: Solr on HDFS: adding a shard replica

2016-09-14 Thread Erick Erickson
The core_node name is largely irrelevant, you should have names more descriptive in the state.json file like collection1_shard1_replica1. You happen to see 19 because you have only one replica per shard, Exactly how are you creating the replica? What version of Solr? If you're using the "core

RE: Facetting on a field doesn't work, until i optimized the index

2016-09-14 Thread Markus Jelsma
Well, it could be that indeed. I know i enabled docValues on that field three and a half months ago. But usually when i do that, i force an optimize. On the other hand, i'd reckon that in the past few months, all segments should have been merged with another one at least once because data keeps

Re: Miserable Experience Using Solr. Again.

2016-09-14 Thread Jan Høydahl
> If you could decide, what kind of documentation would you want from the > project? A very short “Solr Quick start guide”? with step-by-step > instructions for the most common tasks from a User perspective? I just became aware of StackOverflow’s Documentation project, which also has a solr

Re: (Survey/Experiment) Are you interested in a Solr example reading group?

2016-09-14 Thread Georg Sorst
Hi Alexandre, that's a great idea! Count me in (time permitting...). I guess the intended outcome is to create documentation issues and fixes? Best, Georg Alexandre Rafalovitch schrieb am Di., 13. Sep. 2016 18:30: > Is anybody interested in joining an example reading

Re: Facetting on a field doesn't work, until i optimized the index

2016-09-14 Thread Erick Erickson
Weird indeed. Optimize _shouldn't_ be necessary if the index was rebuilt from scratch after changing something like DV, but in a mixed set of segments I'm not sure what would happen. Perhaps one of the Lucene folks can chime in? Best, Erick On Wed, Sep 14, 2016 at 9:22 AM, Markus Jelsma

Re: Facetting on a field doesn't work, until i optimized the index

2016-09-14 Thread Pushkar Raste
We experienced exact opposite issue on Solr 4.10 Check my comments in https://issues.apache.org/jira/browse/SOLR-9437 I am not sure if issue was fixed in Solr 6 I do be interested in tracking down patch for this. On Sep 14, 2016 3:04 PM, "Erick Erickson" wrote: >

Re: Miserable Experience Using Solr. Again.

2016-09-14 Thread Gus Heck
While stack overflow is a great place, and the more good info that exists there, the merrier, I think Solr should have it's own complete docs, in addition to anything found on 3rd party sites. Each hop to a new location is a chance for the user to get lost, and the content on 3rd party sites could

Re: Miserable Experience Using Solr. Again.

2016-09-14 Thread Jan Høydahl
> 14. sep. 2016 kl. 01.42 skrev Aaron Greenspan : First of all, thanks for spending some time to give feedback and opening JIRAs (even if some get closed because it is a question, not a bug report). This list is exactly the right forum to bring up frustrations

Re: help with field definition

2016-09-14 Thread Emir Arnautovic
Hi Gandham, It seems to me that you need exact matches on singerName so it should be untokenized - use KeywordTokenizerFactory. If you want to make it case insensitive, add LowerCaseFilterFactory and that's for indexing. Query analysis chain can use standard tokenizer, LowerCaseFilterFactory

Re: changed query parsing between 4.10.4 and 5.5.3?

2016-09-14 Thread Yonik Seeley
On Sun, Sep 11, 2016 at 11:29 PM, Greg Pendlebury wrote: > I'm not certain what is going on with your boost. It doesn't seem related > to those tickets as far as I can see, but I note it comes back in the > 'parsedquery_toString' step below that. Perhaps the debug

Re: (Survey/Experiment) Are you interested in a Solr example reading group?

2016-09-14 Thread Alexandre Rafalovitch
If we get enough people, there are several goals: *) To help people to be less afraid of the examples and to understand how to use them/learn from them, including sharing tools to analyze/review the examples *) Maybe to play with support tools (e.g. review tools) to find the best way for people to

Re: SQL Joins in Parallel SQL Interface

2016-09-14 Thread Joel Bernstein
Hi, Parallel SQL does not yet support joins but Streaming Expressions does. There are 4 types of aggregations in Streaming Expression currently. The functions are: facet: group by aggregations pushed down to the JSON facet API. Will not work with joins.

Re: changed query parsing between 4.10.4 and 5.5.3?

2016-09-14 Thread Greg Pendlebury
I'm sorry that's been your experience Bernd. If you do manage to find some time it would be good to see some details on these bugs. It looks at the moment as though this is a matter of perception when using the old behaviour as a baseline for checking the correctness of 5.5 behaviour. Ta, Greg

Re: Facetting on a field doesn't work, until i optimized the index

2016-09-14 Thread Pushkar Raste
Damn I didn't put comments in the ticket but replied to question " Is it safe to upgrade an existing field to docvalues?" on the mailing list. Check that out On Sep 14, 2016 5:59 PM, "Pushkar Raste" wrote: > We experienced exact opposite issue on Solr 4.10 > > Check my

SQL Joins in Parallel SQL Interface

2016-09-14 Thread Aswath Srinivasan (TMS)
Hello, I'm exploring the Parallel SQL. I don't see any SQL JOIN features available in the parallel SQL interface, in the documentation. Is it even possible to do SQL JOIN in the parallel SQL interface? Was looking at streaming expression but looks like facets are not possible with it. Not

Re: changed query parsing between 4.10.4 and 5.5.3?

2016-09-14 Thread Bernd Fehling
Hi Greg, after trying several hours with all combinations of parameters and not getting any useful search result with complex search terms and edismax I finally copied o.a.s.s.ExtendedDismaxQParser.java from version 4.10.4 to 5.5.3 and did a little modification in o.a.s.u.SolrPluginUtils.java.

Re: Unable to connect to correct port in solr 6.2.0

2016-09-14 Thread Jan Høydahl
Thanks for the description. I updated https://issues.apache.org/jira/browse/SOLR-9475 for this, and my patch there now detects the guest distro, not the host. The update-rc.d error is simply because of wrong detection of distro. I also created

Re: [Result Query Solr] How to retrieve the content of pdfs

2016-09-14 Thread Alexandre Rafalovitch
The extracted content goes into text field which is not stored. You can make it stored but the output will really not be pretty. PDF is not a linear storage format. Regards, Alex On 14 Sep 2016 5:16 AM, "Alexandre Martins" wrote: > Hi Guys, > > I'm trying to use

Re: (Survey/Experiment) Are you interested in a Solr example reading group?

2016-09-14 Thread tkg_cangkul
I'm very interesting with this. pls count me in too sir :D Subject: Re: (Survey/Experiment) Are you interested in a Solr example reading group? Date: Wed, 14 Sep 2016 23:32:14 -0400 From: John Blythe Reply-To: solr-user@lucene.apache.org To: solr-user

Re: (Survey/Experiment) Are you interested in a Solr example reading group?

2016-09-14 Thread John Blythe
i'd love to be a part. in a bit of a huge crunch tho at present so i'm not certain how viable an option it will be for me in the near term. conceptually tho i'm all for it. -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave