What procedure did you follow to install Solr?
The procedure on the documentation to install SolR Cloud
How was it started?
I think 1 weeks, but I only realized it yesterday. Before, no problems.
What version of Solr?
7.3
What OS flavor are you running on?
Debian
Does you solr.in.sh have a refe
Hi,
We personally use dismax as a more basic search endpoint so that users who
are not aware for lucene syntax don't end up using special keywords or
chars. which might affect their search queries.
The switch between dismax and edismax is triggered by an advanced get param.
I imagine there might
Greg,
Is SolR your main system of record or is it a secondary index to a primary data
store?
Depending on the answer to that question I would recommend different options.
If primary, then I would ask what is the underlying compute infrastructure. Is
it container, VM , or bare metal.
There are
Hi Rahul
Solr is a secondary index. The system of record is a RDBMS.
I'm currently looking at using AWS Elastic File System. Have you got any
experience with this? I also thought about trying s3fs.
When you say backup locally, what do you mean? Backup the files on disc
without the associated Zoo
Hi all,
I'm trying to upload the most simple model to solr 7.3.1 and i get an error:
the model:
{
"class" : "org.apache.solr.ltr.model.MultipleAdditiveTreesModel",
"name" : "my",
"features":[],
"params" : {
"trees" : [
{
"weight" : 1,
"r
Hi,
Wondering how would be the calling application informed that the search
request has been impacted due to time-out vs it has completed normally? Is
there something that is sent to the client as part of the response that
time-out has been invoked?
Thanks
On Tue, May 29, 2018 at 10:50 AM, Nancy Goyal <87.na...@gmail.com> wrote:
> Hi,
>
>
> I have implemented basic SOLR Joins between two collections. Currently in
> my project implementation, we are getting data from multiple tables and
> storing as single document in view and indexing that view. We
On 5/31/2018 1:49 AM, SAUNIER Maxence wrote:
What procedure did you follow to install Solr?
The procedure on the documentation to install SolR Cloud
You're going to have to be a lot more specific. The only documentation
that I consider to be relevant for installing Solr is NOT on the
SolrClo
Hi solr-user,
I am using Solr 7.2. I am newbie in solr , please forgive my nuisance.
Lets say I have one solr collection(say Collection X) with 100
Documents(lets say 5 fields in one Document) and I have another collection(say
Collection Y) with 1 lakh Documents (same 5 fields in one Document th
I start Solr with /etc/init.d/solr script:
#
#!/bin/sh
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for a
Hey,
digging the web for a while now to find a solution due to a complex search
string.
what i've got:
xml file with a date/description fields which are not part of the index:
(start-date-time="2018-04-01T18:00:00.000+02:00" code-name="MD 28")
(start-date-time="2018-04-07T15:00:00.000+02:00" co
Hi.
Following the feedback in the "Index protected zip" thread, I am trying
to add documents to the index using SolrJ API.
The server is in SolrCloud mode with BasicAuthPlugin for authentication.
I have not managed to figure out how to pass username/password to my client.
Thanks,
--
Dimitri
Hey,
digging the web for a while now to find a solution due to a complex search
string.
what i've got:
xml file with a date/description fields which are not part of the index:
(start-date-time="2018-04-01T18:00:00.000+02:00" code-name="MD 28")
(start-date-time="2018-04-07T15:00:00.000+02:00" co
Hi,
I have updated Solr from 5.4.1 to 7.2.1.
I have updated the settings accordingly, but in some cases when I am
searching for an exact phrase surrounded by quotes I am getting 0 results.
In 5.4.1 I have
On 5/31/2018 8:03 AM, Dimitris Kardarakos wrote:
> Following the feedback in the "Index protected zip" thread, I am
> trying to add documents to the index using SolrJ API.
>
> The server is in SolrCloud mode with BasicAuthPlugin for authentication.
>
> I have not managed to figure out how to pass u
On 5/31/2018 7:04 AM, msaunier wrote:
> wget
> http://apache.mirrors.ovh.net/ftp.apache.org/dist/lucene/solr/6.6.1/solr-6.6.1.tgz
> tar -xzf solr-*.tgz
> /opt/solr-*/bin/install_solr_service.sh /opt/solr-*.tgz
> /etc/init.d/solr stop
> rm -f solr-*.tgz
So you did use the service installer.
> 2.
Hello,
I have a three-node zookeeper cluster running on ports 2181, 2182, and 2183.
I also am creating three solr server nodes (running as solr cloud
instances). I want the three solr nodes (on ports 7574, 8983, and 8990) to
be in that zookeeper cluster. Since the three zookeeper nodes are in the
The analysis page has one major thing to be aware of: It sees what
would be in the field _after_ query parsing. I applaud your use of it,
it's where lots of problems are found ;).
Try adding &debug=query in the two cases. Particularly look at the
parsedquery_tostring in the response and compare.
FYI -- having two zookeeper servers is actually LESS stable than only having
one. You need at least three. Here are links to a couple of notes in the
zookeeper documentation that discuss this requirement:
We have 9 server in production and 3 (2+1) in dev
So, this 2 are for the dev and it's on
On 5/31/2018 10:30 AM, THADC wrote:
> I have a three-node zookeeper cluster running on ports 2181, 2182, and 2183.
> I also am creating three solr server nodes (running as solr cloud
> instances). I want the three solr nodes (on ports 7574, 8983, and 8990) to
> be in that zookeeper cluster. Since t
Hi,
1. Is there a way to enable query log when the query first reached the solr
server?
2. In recent Solr versions, there is a NOW value in the query log. Is it
correct to assume that this is the time when query arrived on that server?
Thanks
Nawab
Hello Apache Supporters and Enthusiasts
This is a reminder that our Apache EU Roadshow in Berlin is less than
two weeks away and we need your help to spread the word. Please let your
work colleagues, friends and anyone interested in any attending know
about our Apache EU Roadshow event.
We h
Hello all,
I need to replicate the managed-schema in my Solr 6.6.2 Master/Slave
environment and have added the necessary replication handlers. However, as the
managed-schema does not have a file extension it doesn't seem to get picked
up/replicated:
schema.xml,managed-schema,stopwords.txt
How ca
On a quick glance at the code, I don't see anything requiring an xml
extension for the managed schema. I suppose it's possible that the
hyphen is messing things up.
You should see a message like:
"Adding config files to list: " .. on replication if you turn on
debug-level logging.
At worst,
Thanks Erick,
I have made changes on the Master/indexing that are replicated to the Slave and
the managed-schema does not come over. Sounds like a JIRA entry may be in
order. How do I go about doing that? I am not using ConfigSets as each Core has
its own unique Schema.
Regards,
Kelly
-O
https://issues.apache.org/jira/secure/Dashboard.jspa
You have to create a login, but then you can raise a Solr JIRA.
Please put in all the detail you can to help someone reproduce.
One more thing to try: Rename your managed-schema to something like
testschema.xml, and change your solrconfig as I
Hi,
I am planning to set up Solr with replica on different machine. How should
I go about configuring the setup? Like for example, should the replica node
be started on the host machine, or on the replica machine?
I will be setting this in Solr 7.3.1.
Regards,
Edwin
Thanks a lot Shawn. I had tried with the documented approach, but since
I use SolrClient.add to add documents to the index, I could not "port"
the documented approach to my case (probably I do miss something).
The custom HttpClient suggestion worked as expected!
On 31/05/2018 06:16 μμ, Shawn
28 matches
Mail list logo