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 d
-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]: Name
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 t
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
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 whe
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 retr
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 on
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-
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.
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
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 usu
11 matches
Mail list logo