Questions tagged [solr6]

Related to the version 6 of SOLR search engine.

Related to the version 6 of SOLR search engine.

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

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

174 questions
0
votes
1 answer

Apache Solr Unable to Store Nested JSON data

i am trying to load the following data into an existing SOLR(6.6) core using the document upload section { "id": "1234", "nationality":"India", "phonenumber":"232323", "personname":"babu rao", "paid":"credi card", …
onlinejava
  • 163
  • 1
  • 4
  • 14
0
votes
1 answer

How to sort Solr Multivalued Result Or Store data without multivalued

I want to sort solr result by sku, Here is my query to sort result http://localhost:8983/solr/test_core/select?sort=skucode+asc&q=*skucode*&wt=xml skucode tag stored data in numeric field. 39902395
Rahul
  • 763
  • 1
  • 12
  • 45
0
votes
1 answer

Migration of solr cores after solr version upgradation from 4.10.4 to 6.6.0 on Cent os 7

I have upgraded apache solr from 4.10.4 to 6.6.0 on Cent os 7 server, with the help of Upgrade Apache Solr from 4.10.4 to 6.6.0 on Cent os 7 I have taken backup of old solr core namely sample_core in /home/user/old_solr/sample_core folder How can I…
vikram eklare
  • 800
  • 7
  • 25
0
votes
1 answer

Solr 6 metrics - core stats

I'm trying to use the metrics api to get general info for a core. I'm looking for the info displayed in the overview section of the admin page: num docs, max doc, heap memory usage, deleted docs and number of segments. Is there a way to access that…
Mircea Badescu
  • 291
  • 3
  • 7
  • 16
0
votes
1 answer

Solr 6 serve plugins stats in xml or json format

We've just updated our solr version from 4.9 to 6.5 and we're trying to get the stats in a format that's easier to parse. For 4.9 we were accessing the plugins page to get all the stats in an xml format. localhost:8080/solr/admin/plugins?stats=true…
Mircea Badescu
  • 291
  • 3
  • 7
  • 16
0
votes
1 answer

Searching for a string from a comma separated field in solr

I have installed solr-6.5.1 in my Spring MVC Java Web Application refering the following documentations: http://www.baeldung.com/apache-solrj https://github.com/eugenp/tutorials/tree/master/apache-solrj/src/main/java/com/baeldung/solrjava I have a…
Geo Thomas
  • 1,139
  • 3
  • 26
  • 59
0
votes
1 answer

Solr 6.5: Change function query field name (alias name)

I am a newbie of Solr using version 6.5.0. How can i change name of function query field like alias name in mysql. In below response hsin field showing data in a field name as "hsin(6371, true, latitude, longitude, 0, 0)" i want to change that field…
MTA
  • 1,033
  • 5
  • 16
  • 37
0
votes
1 answer

SOLR: Document is missing mandatory uniqueKey field: id

I have just started with the solr-6.5.1, trying to import data from Oracle DB. My data does not have any Unique ID, searched through various forums and found out that using class="solr.UUIDUpdateProcessorFactory" this can be resolved. but stil…
ReNa
  • 1,114
  • 6
  • 19
  • 37
0
votes
1 answer

Solr home directory not found

After I change owner of Solr core directory in /var/solr/data I cannot start solr service again. su[1706]: Solr home directory /var/solr/data not found! su[1706]: pam_unix(su:session): session closed for use...lr systemd[1]: solr.service: control…
Adnan
  • 97
  • 1
  • 10
0
votes
1 answer

Zookeeper Configuration in solrJ Throwing Read Timed-out exception

I am using SolrJ to insert/query solr Data [solr cloud 6.5 - 3 machines]. Earlier I used below code to create the SolrClient - HttpSolrClient server; server = new…
0
votes
0 answers

Data not importing completely by using SOLR 6

I am using Solr 6 I am not getting any error from SOLR logs .. perhaps I am not getting complete data when fires query from SOLR UI. I am getting only [SOLR response][1] solrconfig.xml
Raj
  • 93
  • 1
  • 10
0
votes
1 answer

How to boost results that contain the search phrase on a field

I am trying to put Solr search results that contain my search phrase in a specific field (here resourcename) on the top of the result set. I am a beginner on Solr. I have searched the web for quite a while and found some related questions, like: Use…
user2173353
  • 4,316
  • 4
  • 47
  • 79
0
votes
1 answer

SOLR data import handler skips or ignores request

I am using SOLR 6.0.0 and I use data import handler to handle indexing from MySQL to SOLR. I have below query in my db-data-config.xml file
Akshay
  • 3,558
  • 4
  • 43
  • 77
0
votes
1 answer

indexing multiple non-relational tables in DB

I am using solr6.4.X to index mysql data. I have setup dataimporthandler for the same. The problem is as long as we have relational tables in DB it works fine, but I have ~10 tables which doesn't have any relationships in between them. I tried…
Code wrangler
  • 134
  • 12
0
votes
1 answer

How to filter using multiple values but with same field in solr

I created a user interface for search operation. In that user need to select the filter values and also he can search for a particular keyword. For eg. If the user selects filter by country(eg.USA and also INDIA) and search for the keyword "Street",…
Savitha
  • 11
  • 1
  • 2