Solr Cloud - .NET Client

2018-10-17 Thread Tech Support
Hi Team,

 

We need to implement "Solr" search engine with "Solr Cloud" in our
running/existing .NET Application (4.5 VS2012). 

 

Is there any .NET client (recomended) with Solr Cloud operations.

 

We have tried with "SolrNet" .net client available in the GitHub
(https://github.com/SolrNet/SolrNet ) but that project using 4.6 Framework
with .NET Core updated version.

 

Kindly help & Advice.

 

 

 

Thanks & Regards

 

SENTHIL KUMAR P

 

Sardonyx Technologies Pvt. Ltd.,

 

 



Solr Cloud - Store Data using multiple drives

2018-11-19 Thread Tech Support
Hello Solr Team,

 

I am using Solr 7.5. , Indexed data stored in the Solr Installation
directory.

I need the following features, Is it possible to achieve the following
scenarios in SOLR Cloud?

1.   If the disk free space is completed, is it possible to configure
another drive? Which means, if C drive free space is over need to configure
the D drive. I need to read the data from both C and D drives.

 

2.   If D is getting full need to configure another drive. I mean, if
one drive free space is full then only need to use the other drive to store
data. At the time of read, need to get data from all the drives. 

 

 

Is it possible to configure on SOLR Cloud ? Suggest me in a right way.

 

Thanks,

Karthick Ramu

 



RE: Solr Cloud - Store Data using multiple drives

2018-11-21 Thread Tech Support
@apa...@elyograg.org 

Dear Shawn,
 
As per your suggestion, I had add the dataDir in the core.properties file. 
 
It creates the data directory on the new location. But newly added data only
accessable.
 
If I move the existing index files into the new location, then only I can
able to read the data.
 
Is it possible to read both the existing and new data, without moving
existing data into new data location ?
 

Thanks ,

Karthick Ramu

 

From: Tech Support [mailto:techsupp...@sardonyx.in] 
Sent: Monday, November 19, 2018 7:15 PM
To: 'solr-user@lucene.apache.org'
Subject: Solr Cloud - Store Data using multiple drives

 

Hello Solr Team,

 

I am using Solr 7.5. , Indexed data stored in the Solr Installation
directory.

I need the following features, Is it possible to achieve the following
scenarios in SOLR Cloud?

1.   If the disk free space is completed, is it possible to configure
another drive? Which means, if C drive free space is over need to configure
the D drive. I need to read the data from both C and D drives.

 

2.   If D is getting full need to configure another drive. I mean, if
one drive free space is full then only need to use the other drive to store
data. At the time of read, need to get data from all the drives. 

 

 

Is it possible to configure on SOLR Cloud ? Suggest me in a right way.

 

Thanks,

Karthick Ramu

 



Solr Cloud - Store Data using multiple drives -2

2018-11-22 Thread Tech Support
Dear Solr Team,

 

I am using SOLR 7.5.0 in Windows OS (SOLR Cloud). My primary need is , If
the current data storage drive is full, I need to use another one drive
without moving the existing data into the new location.

 

If I add new the dataDir location in the core.properties file, new data only
available on the Solr. If we move the existing data into the new location
then only I can access the old indexed data.

 

Without moving the existing data is it possible to use the multiple data
directory in SOLR ?

 

Thanks,

Karthick Ramu



Enable SSL for the existing SOLR Cloud Cluster

2018-11-28 Thread Tech Support
Dear Solr Team, 

   

 

In my SolrCloud cluster, I am using 3  Zookeper External ensemble and 2 Solr
Instance.

 

I already created Collection using the PORT 8983 and It has more data.

 

Now I want to enable SSL. 

 

As per your help document, I had enabled SSL. But it's using 8984 PORT. When
I login with the ADMIN GUI, unable to view and search the existing data.

 

How to use access the existing data?

 

If I start by using the 8983 PORT as like below command, It's  just login
with the Admin GUI. But collections are in Down Status.

bin\solr.cmd -cloud -s cloud\node1  -p 8983

 

Please guide me, how to enable SSL for the existing SOLR Cloud Cluster.

 

 

Thanks,

 

Karthick Ramu

 



RE: Re: Enable SSL for the existing SOLR Cloud Cluster

2018-12-03 Thread Tech Support
Hi Solr Team,

 

When I try to Implement the SSL for the Multi-Node SOLR Cloud Cluster.

 

Below in my SOLR CLOUD Cluster Environment,

 

* 3 Zookeeper PC running on the  version 3.4.13 - On Windows OS 

 

* 2 Solr Cloud Nodes running on the version 7.5.0  - on Windows OS.
Each Nodes running on individual PC.

 

In each SOLR I had generated the Self-Signed Certificate and used it for
each SOLR Instance.

 

I had already asked the same question
<http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201811.mbox/%3C00
0801d48728%244c8e9000%24e5abb000%24%40sardonyx.in%3E>   and I already follow
the instructions, which is available in the SOLR Tutorial Link
<https://lucene.apache.org/solr/guide/7_5/enabling-ssl.html>  

 

I had faced the following problems, Please check and give the solution for
me.

 

1.   After enable SSL, I can able to access the SOLR Admin GUI with
HTTPS protocol. But, at the time of creating new collection by using the
Admin GUI, It gives the error message

Connection to Solr Lost, Please check the Solr Instance.

After restart all the Solr instance, Shards are created under one SOLR Node
only (Which I used to generate the Collection).  Shard Available on the
other nodes are shown in the down status.

 

2.   When I create the Collection from the command line. It gives the
error message like the below. But for this scenario, no Shard are created in
all the nodes.  

Failed to create collection  'mycollection' due to
:{SOLR-SERVER1-IP:8984_solr=org.apache.solr.client.solrj.SolrException: IO
Exception occurred when talking to server at : https://
SOLR-SERVER1-IP:8984/solr}

 

Please suggest me, in a right way.

 

Node: I need to implement SSL for already available Collection also. But,
but because of facing the above issue, I had used the fresh PC only (Without
existing Collections)

 

 

Thanks,

Karthick Ramu

 

 

From: Tech Support [mailto:techsupp...@sardonyx.in] 
Sent: Friday, November 30, 2018 7:23 PM
To: 'solr-user@lucene.apache.org'
Cc: 'edwinye...@gmail.com'
Subject: Re: Enable SSL for the existing SOLR Cloud Cluster

 

@  edwinye...@gmail.com <mailto:edwinye...@gmail.com> 

Hi SOLR Team,
 
Thanks for your reply Zheng Lin Edwin Yeo mailto:edwinye...@gmail.com> >. 
 
I had already follow the same link and tried to install. After enable the
SSL, ADMIN GUI Open with HTTPS Only ( SSL implementation).
 
But unable to Create the New Collection.
 
At the time of trying for the new collection Admin GUI shows the warning
Alert. "Connection to Solr Lost, Please check the Solr Instance"
 
 
I am using 3 separate PC for Zookeeper, and 2 separate PC for SOLR instance.
 
Note : For all the installation, I am using Windows OS. For the Fresh
installation also I am getting this ERROR.
 

 

Thanks,

Karthick Ramu

 

 

 



Combine & Sort - SOLR and SQL Data

2018-12-17 Thread Tech Support
Dear Team,

Once per day, my data importing tool will collect data from SQL server and
add it into SOLRCloud. 

Current day data will be imported at the end of the day.

I want to apply search and sorting for all my data. For this case, how can I
combine & sort, both SQL and SOLR data?

Is it possible to achieve both SOLR and SQL Server

Note:

My SOLRCloud setup is running on Windows OS with following Softwares

* SOLR - 2 Instance - 7.5 Version

* External Zookeeper - 3 Instance - 3.4.13 Version

 

Thanks,

Karthick Ramu

 



RE: Combine & Sort - SOLR and SQL Data

2018-12-18 Thread Tech Support
Dear Team,

 

I need to search both SOLR and SQL. Once per day, my data importing tool
will collect data from SQL server and add it into SOLRCloud. 

* Is it possible to combine and search using Parallel SQL ?

* Could anyone help me, how to configure Parallel SQL ?

 

Thanks,

Karthick Ramu

 

From: Tech Support [mailto:techsupp...@sardonyx.in] 
Sent: Monday, December 17, 2018 7:00 PM
To: solr-user@lucene.apache.org
Subject: Combine & Sort - SOLR and SQL Data 

 

Dear Team,

Once per day, my data importing tool will collect data from SQL server and
add it into SOLRCloud. 

Current day data will be imported at the end of the day.

I want to apply search and sorting for all my data. For this case, how can I
combine & sort, both SQL and SOLR data?

Is it possible to achieve both SOLR and SQL Server

Note:

My SOLRCloud setup is running on Windows OS with following Softwares

* SOLR - 2 Instance - 7.5 Version

* External Zookeeper - 3 Instance - 3.4.13 Version

 

Thanks,

Karthick Ramu