Questions tagged [solr5]

Related to the version 5 of SOLR search engine

Related to the version 5 of SOLR search engine: https://lucene.apache.org/solr/

For more version specific information see Major Changes from Solr 4 to Solr 5

Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene™

165 questions
0
votes
2 answers

Solr request: SQL-like JOIN, GROUP BY, SUM(), WHERE SUM()

I'm new to Solr and I have the following problem: I have those documents: category:contract: { "contract_id_s": "contract-ENG-00001", "title_s": "contract title", "ref_easy_s": "REFAAA", "commitment_id_s":…
Quezako
  • 35
  • 1
  • 10
0
votes
2 answers

SOLR 4 master replication to SOLR 5 slave

Is there any chance create master SOLR4 replication to SOLR5 slave, and after replication change slave SOLR5 to master? Or what is the best way to migrate from SOLR 4 to SOLR 5 with convertation all indexes?
Serko
  • 321
  • 6
  • 13
0
votes
1 answer

How to use java-melody with SOLR 5?

Solr 5 is not war anymore. Is there a correct way to use java-melody with Solr 5?
fedor.belov
  • 22,343
  • 26
  • 89
  • 134
0
votes
1 answer

SOLR Zookeeper CLI failing - IOException Packet len is out of range

I wanted to run Security Authentication and Authorization in SOLR 5.3.1 and placed the security.json file in solr root folder but on running the CLI as below : /cygdrive/c/xampp/htdocs/solr$ server/scripts/cloud-scripts/zkcli.bat -zkhost…
Borah Anurup
  • 43
  • 1
  • 6
0
votes
1 answer

Apache solr-5.3.1 SolrCore Collection Detached issue on server restart

I am using the latest version of Bitnami Apache solr and the issue that I am facing is after adding a SolrCore every time services or server got restart the attached SolrCore collection got detached, and the interface shows like there was never been…
Techleadz Team
  • 198
  • 2
  • 15
0
votes
1 answer

Store category information in Solr

I have product information stored in my solr database. A product can be a part of multiple categories. Now, I want to store information about those categories inside the product which belongs in those categories. (Is there any other way?) So, say a…
Nikhil Sahu
  • 2,463
  • 2
  • 32
  • 48
0
votes
1 answer

Solr Cloud - Querying on unique field returns different results

I running into an issue where a query to our Solr search will return different values. However I am querying on the id, which is set to be the Unique Key Field. So in the Solr Admin UI I will run a query like. The relevant response info is below. …
Adam
  • 388
  • 1
  • 10
0
votes
3 answers

Solr DataImportHandler is not indexing all data defined

I am using solr5.3. I am trying to upload wikipedia page article dump to solr using "DataImportHandler" but I am getting only id and title files when i am querying. Below is my data-config.xml
Gaurav Pant
  • 4,029
  • 6
  • 31
  • 54
0
votes
1 answer

apache solr 5.3 on windows, how to change the time zone in logs?

in the logs, timestamp is a couple hours ahead of my timezone, which is PST. How to change it to the correct timezone, or make it get the system time whichever way available ? I am using Solr 5.3 on windows Thanks
user3480524
  • 35
  • 1
  • 6
0
votes
0 answers

Lucene-SKOS: How to use lucene-skos with Apache SolR-5x?

So I have successfully implemented Lucene-SKOS with Solr-4x. However whenever I try the same using solr-5x, it throws various errors. Has anyone tried anything similar? And any pointers on implementing the same in solr cloud mode?
Tanny
  • 540
  • 4
  • 29
0
votes
1 answer

Solr 5.2.1 installation on Hadoop 2.6.0 multi node setup

Looking for some help on installing Solr on an existing hadoop 3 node cluster. I am trying to install solr 5.2.1 on hadoop 2.6.0. Checked few blogs but everyone is giving configuration of solr 4.10.3 on single node. Need any document or steps which…
Ankit Gupta
  • 3
  • 1
  • 1
  • 3
0
votes
1 answer

Can not find schema.xml file for solrcloud

I want to change schema.xml file, but i can not find it. How to change schema.xml file? link image : https://drive.google.com/file/d/0BxOsysEbbmMOQ0hoV19KaVo0SUU/view?usp=sharing
user3751637
  • 91
  • 1
  • 1
  • 5
0
votes
1 answer

Solr morelikethis returns no documents

I try to build a product recommender using the Text from the productdescription as input for recommendations. But for some reasons I don't get any results. I setup the productdescription as textfield in the Schema.XML . I also marked it as a vector…
Johnny000
  • 2,058
  • 5
  • 30
  • 59
0
votes
1 answer

Upgrade Solrcloud 4.10.2 to 5.2.1

I have SolrCloud 4.10.2 version setup with 4 nodes running successfully in the production.Now I want to upgrade this setup to 5.2.1 version.I want to make sure that my application accessing solr is not experiencing any downtime during upgrade. As of…
Javadroider
  • 2,280
  • 1
  • 22
  • 45
0
votes
0 answers

Using jars inside SolrCloud with DIH functionality

I have SolrCloud setup with DIH functionality.I have written custom transformers to load data into Solr. Can I upload this jar into ZooKeeper and use in Solr?
Javadroider
  • 2,280
  • 1
  • 22
  • 45
1 2 3
10
11