Hi list,
I think it's a good idea add the chroot zookeeper folder at the end of:
https://lucene.apache.org/solr/guide/7_0/setting-up-an-external-zookeeper-ensemble.html
"Once these servers are running, you can reference them from Solr just
as you did before:"
bin/solr start -e cloud -z
localhost
I've raised https://issues.apache.org/jira/browse/SOLR-13522 - feel free to
update the description as you like
Cheers
On Wed, 5 Jun 2019 at 21:48, Shawn Heisey wrote:
> On 6/5/2019 2:40 PM, Gus Heck wrote:
> > Experiences that force the user to think about the browser cache are
> > sub-par :).
Hi,
I was wondering if there is any way in streaming expression which can return
parent document along with its child documents just like we have child
document transformer, i.e. ** [child limit=-1]* which returns child document
as well of the parent document
-
Jai
--
Sent from: http://lucene.4
Hi Team,
Iam setting up basic authentication and authorization in Solr 7.7.1. Need
to exclude read & update (predefined permission) from authentication.
In solr 7.7.1 created a user to access console & another user for
dataimport purpose, with basicauth plugin. Have to access(update, read) the
in
Thanks for your reply.
> How much index data is on one server with 256GB of memory? What is the
> max heap size on the Solr instance? Is there only one Solr instance?
One server(256GB RAM) has two below Solr instance and other application also
1) shards1 (80GB heap ,790GB Storage, 449GB Indexed
Hello Team,
I am not able to get highlighted terms from the Suggest component when
using a context filter query. My definition of the suggest search component
looks as follows.
mySuggester
BlendedInfixLookupFactory
position_linear
DocumentDictionaryFactory
fiel
Hi guys!
I'm working on a generic query builder for Streaming Expressions which
allows building various requests containing row level expressions (i.e.
evaluators), aggregations/metrics, sorts, etc. On this way, I bumped into
many issues related to the handling of NULL values by the engine. Here a
Hello, and thank you for your answer.
Attached you will find the two logs for the working solr1 server, and the
non-working solr-test server.
Danilo Tomasoni
Fondazione The Microsoft Research - University of Trento Centre for
Computational and Systems Biology (COSBI)
Piazza Manifattura 1, 38
Those two queries look same after sorting the parameters, yet the
results are clearly different. That means the difference is deeper.
1) Have you checked that both collections have the same amount of
documents (e.g. mismatched final commit). Does basic "query=*:*"
return the same counts in the sam
The two collections are not identical, many overlapping documents but with some
different field names (test has also extra fields that 1 didn't have).
Actually we have 42.000.000 docs in solr1, and 40.000.000 in solr-test, but I
think this shouldn'd be relevant because the query is basically like
ah yes, I'm sure we are using solr 7.3.1 as test (non working) and solr 7.3.0
as 1 (working)
7.3.0 98a6b3d642928b1ac9076c6c5a369472581f7633 - woody - 2018-03-28 14:37:45
vs
7.3.1 ae0705edb59eaa567fe13ed3a222fdadc7153680 - caomanhdat - 2018-05-09
09:30:57
Danilo Tomasoni
Fondazione T
Thank you for your responses. Please find additional details about the
setup below:
We are using Solr 7.2.1
> I have a solrcloud setup on Windows server with below config:
> 3 nodes,
> 24 shards with replication factor 2
> Each node hosts 16 cores.
16 CPU cores, or 16 Solr cores? The info may n
Thanks for the reply Alexandre, only special thing about JSON/XML is that
in order to export the data in that form, I need to have "docValues"
enabled for all the fields which are to be retrieved. I need to retrieve
all the fields and I can not enable docValues on all fields.
If there was a way to
Thanks guys, I found that the issue I had was because of some binary files
(NLP models) in my configuration. Once I fixed that, I was able to set up a
cluster. These exceptions are still logged but they are logged as INFO and
were not the real issue.
Thanks Again
Pratik
On Tue, Jun 4, 2019 at 4:1
Ooohh...interesting. Then, presumably there is some way to have what was the
cross-data-center replica become the new "primary"?
It's getting too easy!
Joe
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
> besides this. why would someone create a (zookeeper) cluster while
> running all server on the same machine??
People wouldn’t in production, the “-e cloud” options without a ZK ensemble is
just a convenience to get started without setting up a ZK ensemble before you
can even try out Solr.
> O
Hello everyone,
I recently setup Solr 8 in SolrCloud mode, previously I was using
standalone mode and was able to easily push 10,000 records in per HTTP call
wit autocommit. Ingestion occurs when server A pushes (HTTPS) payload to
server B (SolrCloud) on LAN network.
However, once converted to So
Probably your packet size is too big for the Solr<->Solr default settings.
Quick test would be to try sending 10 docs per packet, then 100, then 1,000 etc.
There’s not much to be gained efficiency-wise once you get past 100 docs/shard,
see: https://lucidworks.com/2015/10/05/really-batch-updates-
Do you see a message about idle timeout? There is a jetty bug with HTTP/2
and idle timeout that causes some stream closing. The jira below says test
error, but I'm pretty sure it could come up in real usage.
* https://issues.apache.org/jira/browse/SOLR-13413
* https://github.com/eclipse/jetty.proj
Hi,
Why "AND" didn't work anymore?
I use Solr 7.3.1 and edismax parser.
Could someone explain to me why the following query doesn't work any more?
What could be the cause? Thanks!
q=audit_author.name:Burley,%20S.K.%20AND%20entity.type:polymer
It worked previously but now returned very lo
audit_author.name:Burley,%20S.K.
translates to
audit_author.name:Burley, DEFAULT_OPERATOR DEFAULT_FIELD:S.K.
On Thu, Jun 6, 2019 at 2:46 PM Wendy2 wrote:
>
> Hi,
>
> Why "AND" didn't work anymore?
>
> I use Solr 7.3.1 and edismax parser.
> Could someone explain to me why the following query
On 6/6/2019 12:46 PM, Wendy2 wrote:
Why "AND" didn't work anymore?
I use Solr 7.3.1 and edismax parser.
Could someone explain to me why the following query doesn't work any more?
What could be the cause? Thanks!
q=audit_author.name:Burley,%20S.K.%20AND%20entity.type:polymer
It worked previousl
Hi Shawn,
I see.
I added () and it works now. Thank you very much for your help!
q=audit_author.name:(Burley,%20S.K.)%20AND%20entity.type:polymer&rows=1
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi David,
I see. It fixed now by adding the (). Thank you so much!
q=audit_author.name:(Burley,%20S.K.)%20AND%20entity.type:polymer
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
On Wed, Jun 5, 2019 at 12:23 PM Jai Jamba
wrote:
> Can you help me with the subquery way, i tried that long back but it was
> giving me some exception (can't remember that).
>
Well... me either.
>
>
>
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>
--
Sincerely
Interesting questions. I suspect we need to beef up our test cases that
deal with nulls and make sure they behave in a consistent manner.
One of the things that likely needs to be looked at more carefully is how
string literals are handled as opposed to nulls. In some cases I believe if
null is en
I guess you can do this by switching off the source data center, but you would
need to look more in your architecture and especially applications that use
solr to verify this.
It may look easy but I would test it before.
> Am 06.06.2019 um 17:24 schrieb Joe Lerner :
>
> Ooohh...interesting. Th
Thanks for the response.
Eric,
Are you suggesting to download this file from zookeeper, and upload it after
changing ?
Mikhail,
Thanks. I will try solrCore.SolrConfg.userCacheConfigs option.
Any idea why, CoreContainer->getCores() would be returning empty list for me
?
(CoreAdminRequest.setA
28 matches
Mail list logo