Hi Ana,
I hope that you are having a setup of zookeeper ensemble in place and Solr
and Zookeeper instances are running on separate machines.
Also, all the zookeeper and Solr ports are open and accessible to all the
solr and zookeeper servers.
Thanks,
Aniket S. Khare
On Mon, Jul 30, 2018 at 12:32
Please refer below link and check [subquery]
.
https://lucene.apache.org/solr/guide/6_6/transforming-result-documents.html
On Wed, May 30, 2018 at 6:31 AM, kristaclaire14
wrote:
> Hi,
>
> I want to query/find a value that may match on parent document fields or
> child document fields. Is this p
Hi,
Solr and zookeeper both require a lot of I/O operations and in this case,
there will an issue where solr is delaying the zookeeper write operation.
So, it is recommended to have external zookeeper ensemble.
Please refer below link for more details.
"ZooKeeper's design assumes that it has extr
You can use Solr DIH for indexing csv data into solr.
https://wiki.apache.org/solr/DataImportHandler
On Fri, Nov 25, 2016 at 12:47 PM, vrindavda wrote:
> Hello,
>
> I have some data in S3, say in text/CSV format, Please provide pointers how
> can i ingest this data into Solr.
>
> Thank you,
> Vr
Hi,
I am using solr DIH for indexing the Parent-Child relation data and using
cacheImpl="SortedMapBackedCache".
For Full data indexinf I am using command clean="true" and for delta I am
using command full-import and clean="false".
So the same queries are being executed for fulland delta and indexi
Hi,
I am facing an issue with delta indexing implemeted with Full import and
SortedMapBackedCache as implemented below.
https://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport
cacheKey="id" cacheLookup="parent.id" processor="SqlEntityProcessor"
cacheImpl="SortedMapBackedCache"
The
Hi Sowmya,
I my case I have implemeneted the data indexing suggested by James and for
deleting the reords I have created my own data indexing job which will call
the delete API periodically by passing the list of unique Id.
https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index
Hi,
I am trying to setup SolrCloud in Azure with following system requirement.
Solr - 4 VM for 4 solr nodes
Zookeeper - 3 VM for zookeeper cluster
I have found the ARM template for zookeeper which will create zookeeper
cluster with n nodes, but dont find any for solr.
Does anyone tried to configu
Hi,
Could you please suggest any document where I can encrypt ths connection
string and stored it data-config?
Following is the url for the closed jira issue, but I dont find any
documentation for that
https://issues.apache.org/jira/browse/SOLR-4392
--
Regards,
Aniket S. Khare
Just wanted to add few more details.
I want to create 7 VM set where 4 servers will be used for solrcloud setup
and 3 VM as zokkeper instance.
On Thu, Jul 14, 2016 at 4:15 PM, Aniket Khare
wrote:
> Hi,
>
> I was looking for option to deploy SolrCloud in Azure. I am using ARM
> templ
Hi,
I was looking for option to deploy SolrCloud in Azure. I am using ARM
templetes for the deployment.
Please refer the following link for ARM(Azure resource manager) templete.
https://github.com/Azure/azure-quickstart-templates
https://azure.microsoft.com/en-us/documentation/articles/resource-gr
11 matches
Mail list logo