Re: Basic Auth Permission

2018-12-07 Thread Noble Paul
You can't restrict access to static files. You can only restrict access to Solr content. However you can use the "blockUnknown" property in your security.json to restrict access to all files https://lucene.apache.org/solr/guide/7_5/basic-authentication-plugin.html --Noble On Sat, Jun 9, 2018 at

Re: Adding authentication

2018-12-07 Thread Noble Paul
This is a Solr problem and not ZK problem. This is something we have encountered before. Which version of java are you using? On Sat, Dec 8, 2018 at 1:42 AM Adam Blank wrote: > > Hi, > > I'm not sure if this would be more of a Zookeeper or Solr question, but I'm > hoping you can help me. I'm

Re: unsubscribe

2018-12-07 Thread Gus Heck
Not how you unsubscribe... please use the link on this page: http://lucene.apache.org/solr/community.html#mailing-lists-irc On Fri, Dec 7, 2018 at 1:47 PM John Santosuosso wrote: > Unsubscribe > > > Sent from Yahoo Mail for iPhone > > > On Friday, December 7, 2018, 9:57 AM, samuel kim > wrote:

Re: unsubscribe

2018-12-07 Thread John Santosuosso
Unsubscribe  Sent from Yahoo Mail for iPhone On Friday, December 7, 2018, 9:57 AM, samuel kim wrote: Sent from Outlook From: samuel kim Sent: Monday, July 31, 2017 3:48 PM To: solr-user@lucene.apache.org Subject:

CDCR Replication sensitive to network problems

2018-12-07 Thread Webster Homer
We are using Solr 7.2. We have two solrclouds that are hosted on Google clouds. These are targets for an on Prem solr cloud where we run our ETL loads and have CDCR replicate it to the Google clouds. This mostly works pretty well. However, networks can fail. When the network has a brief outage

Re: Fw: unsubscribe

2018-12-07 Thread Timeka Cobb
Unsubscribe On Fri, Dec 7, 2018, 10:57 AM samuel kim > > Sent from Outlook > > > > From: samuel kim > Sent: Monday, July 31, 2017 3:48 PM > To: solr-user@lucene.apache.org > Subject: unsubscribe > > unsubscribe >

Fw: unsubscribe

2018-12-07 Thread samuel kim
Sent from Outlook From: samuel kim Sent: Monday, July 31, 2017 3:48 PM To: solr-user@lucene.apache.org Subject: unsubscribe unsubscribe

Re: solr reads whole index on startup

2018-12-07 Thread Erick Erickson
bq: The network is not a culprit. We have hbase servers deployed on the same ESXi hosts that access the same target for HDFS storage. These can (and regularly do) push up to 2Gb/s easily Let's assume you're moving 350G, that's still almost 3 minutes. Times however many replicas need to do a full

Re: Edismax leading wildcard search

2018-12-07 Thread Erick Erickson
Well, the other option is to allow leading wildcards, but use ReversedWildcardFilterFactory. Admittedly that increases the size of your index, but apparently your users expect leading wildcards so why not support them? Best, Erick On Fri, Dec 7, 2018 at 6:58 AM Kudrettin Güleryüz wrote: > > Hi,

Re: Case insensitive query for fetching facets

2018-12-07 Thread Alexandre Rafalovitch
If you are on the latest Solr (7.3+), try switching from TextField to SortableTextField in your string_ci definition above. That type implicitly uses docValues and should return original text for faceting purposes, while still allowing analyzers. Regards, Alex. On Thu, 6 Dec 2018 at 08:26,

RE: REBALANCELEADERS is not reliable

2018-12-07 Thread Vadim Ivanov
I'm waiting for 7.6 or 7.5.1 and plan to apply patch from Endika Posadas to it. Then test again and hope it'll help -- Vadim > -Original Message- > From: Bernd Fehling [mailto:bernd.fehl...@uni-bielefeld.de] > Sent: Friday, December 07, 2018 12:01 PM > To: solr-user@lucene.apache.org >

Re: Edismax leading wildcard search

2018-12-07 Thread Kudrettin Güleryüz
Hi, I am also wondering how to disable leading wildcards in Solr. Can you please suggest how to disable leading wildcards in Solr? I know in Lucene it is a flag that's set to false by default. > Do it on the client side. Just don't allow leading asterisks or question marks in your query term.

Adding authentication

2018-12-07 Thread Adam Blank
Hi, I'm not sure if this would be more of a Zookeeper or Solr question, but I'm hoping you can help me. I'm trying to add user authentication to my SolrCloud configuration (to secure my Solr admin consoles). I have 3 Zookeeper servers and 2 Solr nodes running. Zookeeper version 3.4.6 and Solr

shingles + stop words

2018-12-07 Thread David Hastings
Hey there, I have a field type defined as such: but whats happening is the shingles being returned are often times " nonstopword" with the space being defined as the filter token. I was hoping that the ManagedStopFilterFactory would have removed the stop words

Re: Case insensitive query for fetching facets

2018-12-07 Thread David Hastings
you could change your indexer to index the values to a dynamic field *_ci for each of the facets. ie, your facet is organization. index to the string field, and also index it to the dynamic organization_ci field but there will not be a short cut way of doing this in the schema itself On Fri,

Re: boost query

2018-12-07 Thread Erik Hatcher
Only way to know is to try! ;) You have a typo on “noika”.I’d use ‘bf’ instead of bq so as to specify the function without the _val_ stuff. Erik > On Dec 7, 2018, at 02:19, Midas A wrote: > > Thanks Erik. > Please confirm > if keyword = "nokia" >

Re: Shuffling Tuples - Parallel SQL

2018-12-07 Thread Joel Bernstein
I'm not sure I understand the question. You seem to be asking how do you know what values are in a particular field. With shuffling you don't need to the know the values, they are automatically shuffled. If you need to the know the values you can use various queries to look at the data in the

Re: REBALANCELEADERS is not reliable

2018-12-07 Thread Bernd Fehling
Thanks for looking this up. It could be a hint where to jump into the code. I wonder why they rejected a jira ticket about this problem? Regards, Bernd Am 06.12.18 um 16:31 schrieb Vadim Ivanov: Is solr-dev forum I came across this post

The result of Query all will change all the time?

2018-12-07 Thread zhenyuan wei
Hi all, I indexed 4810 documents,and make some kill processes tests. After all indexed done, I query all many time, and found the numFound is not the same number. OutPut Example: "responseHeader":{ "zkConnected":true, "status":0, "QTime":8, "params":{ "q ":"*:*", "_":"1544171213624"}},