RE: Can't start Solr 7.7.1 due to name-resolution issue

2019-08-22 Thread Jamie Gruener
This info might help: https://serverfault.com/questions/228140/lost-modified-etc-hosts-file-on-amazon-ec2-every-reboot-instance --Jamie -Original Message- From: Christopher Schultz Sent: Thursday, August 22, 2019 4:01 PM To: solr-user@lucene.apache.org Subject: Can't start Solr 7.7.1

Can't start Solr 7.7.1 due to name-resolution issue

2019-08-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm getting a failure to start my Solr instance. Here's the error from the console log: Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: [hostname]: [hostname]:

Backup fails for Solr 8.0.0 with NoSuchFileException

2019-08-22 Thread Montenegro, Angel
Im experiencing the issue described in here, however, am using Solr 8.0.0: https://issues.apache.org/jira/browse/SOLR-11616 I can't create backups using the backup API, one or two minutes after I start the backup, it throws the following NoSuchFileException exception, with a different file each

Re: Facing time out issue jn solr

2019-08-22 Thread Erick Erickson
No, there’s no a-priori file size in Solr. But ingesting a 340M file will take a long time. A very long time. The timeout is probably just the client timeout, I’ve seen a situation where the doc does get indexed even though there’s a timeout. However: 1> There are several timeouts to be aware

Re: Solr indexing for unstructured data

2019-08-22 Thread Alexandre Rafalovitch
In Admin UI, there is schema browsing screen: https://lucene.apache.org/solr/guide/8_1/schema-browser-screen.html That shows you all the fields you have, their configuration and their (tokenized) indexed content. This seems to be a good midpoint between indexing and querying. So, I would check

Solr indexing for unstructured data

2019-08-22 Thread amrit pattnaik
Hi , I am a newbie in Solr. I have a scenario wherein the pdf documents with unstructured data have been parsed as text and kept in a separate directory. Now once I build a collection and do indexing using "bin/post -c collection name document name", the document gets indexed and I am able to

8.2.0 After changing replica types, state.json is wrong and replication no longer takes place

2019-08-22 Thread Markus Jelsma
Hello, There is a newly created 8.2.0 all NRT type cluster for which i replaced each NRT replica with a TLOG type replica. Now, the replicas no longer replicate when the leader receives data. The situation is odd, because some shard replicas kept replicating up until eight hours ago, another

Facing time out issue jn solr

2019-08-22 Thread Sanjoy Ganguly
Hello, Good evening! I am facing issue while trying to index 4 files. Getting "time out error" in log. I am using Solr 7.5, installed in the Linux server. We have lot of business document that we are able to index but except below listed file. 1. File 1 Size- approx 340 MB Page count-

Re: Solr query is very slow -- guidance would be much appreciated

2019-08-22 Thread Erick Erickson
If you’re literally including the quotes, i.e. q=“one two”, then you’re doing phrase searches which are more complex and will take longer. q=field:one AND field:two is a straight boolean query. Also, what query parser are you using? If it’s edismax, then you’re searching across multiple fields.

Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-08-22 Thread Mikhail Khludnev
This case is worth to be covered with test. Beside of that, if join is executed in multiple threads it might make bigger footprint that gain from employing threads. Does it make and impact for consequent searches? On Thu, Aug 22, 2019 at 8:42 AM harjagsbby wrote: > Few deatils added. > > public

Solr query is very slow -- guidance would be much appreciated

2019-08-22 Thread Muthu Thenappan
Hi, when I run "q=one" the Qtime is around 200ms however when I run 2 or 3 words the run time exponentially increases eg: "q=two words" or "q=apple orange berry" resulting in 3s to 10s. I have indexed around 10 milion document with each document containing around 100 words. I am using that

Re: Problems with restricting access to users using Basic auth

2019-08-22 Thread Salmaan Rashid Syed
Hi, Any suggestions as to what can be done? Regards, Salmaan On Wed, Aug 21, 2019 at 4:33 PM Jason Gerlowski wrote: > Ah, ok. SOLR-13355 still affects 7.6, so that explains why you're > seeing this behavior. > > You could upgrade to get the new behavior, but you don't need to- > there's a