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
10
votes
6 answers

How to create Solr 6 cores?

I've installed Solr 6 on a Digital Ocean ubuntu instance: install_solr_service.sh solr-6.1.0.tgz and verified that Solr is running. However, I cannot create any cores, either through the UI or at the command line. I've tried various different…
Paul Grenyer
  • 1,713
  • 3
  • 30
  • 51
9
votes
1 answer

Importing ObjectID as string

I am trying to upgrade a Solr 6.2.1 single node instance to a SolrCloud setup using the Solr version 6.6. The issue I am facing is that while performing data import from mongodb using the solr-mongo-importer-1.1.0.jar and…
Rajesh
  • 15,724
  • 7
  • 46
  • 95
7
votes
1 answer

Indexing and mapping log data using solr 6

Currently I am using solr 6 and I want to index log data like those shown…
Moses Liao GZ
  • 1,556
  • 5
  • 20
  • 45
6
votes
2 answers

Solr 6.1 - Where is my collection's `managed-schema` file

I am using Solr 6.1 on Windows 7. I see my collection's files from the admin UI and it has a managed-schema file in there. When I try to search (using Notepad++) my Solr directory with a line from the managed-schema file, it finds nothing. I have…
user2173353
  • 4,316
  • 4
  • 47
  • 79
5
votes
1 answer

Solr - How to set a default operator in Solr 6.6?

In Solr 6.6 the defaultOperator config setting has been deprecated in managed-schema Where should I set it in Solr 6.6?
Carlo
  • 1,184
  • 4
  • 15
  • 31
5
votes
1 answer

Fieldtype string vs strings

I am having some confusion between the fieldtype available. string vs strings and int vs ints and the likes for other datatype. What are the differences between the following 4?
Gavin
  • 2,784
  • 6
  • 41
  • 78
4
votes
0 answers

Error getting file length for [segments_XX] in Solr 6.1

We are getting below error when sitecore 8 content management website is using Solr 6.1. Please advice. WARN true LukeRequestHandler Error getting file length for [segments_7c] java.nio.file.NoSuchFileException:…
vrkmajeti
  • 141
  • 1
  • 4
4
votes
1 answer

Upgrade Apache Solr from 4.10.4 to 6.6.0 on Cent os 7

How to upgrade Apache solr from existing version 4.10.4 to 6.6.0 (A latest one) On linux centos 7 operating system.
vikram eklare
  • 800
  • 7
  • 25
3
votes
0 answers

Return multiple fields from a Solr Cloud graph traversal query

I'm using Solr to create user-based recommendations. I'm running a solr cloud stream query using the gatherNodes function. The query itself is working fine, but it only returns one field (the itemId). In the end, I'm looking to be able to return…
Benya16
  • 177
  • 1
  • 15
3
votes
1 answer

Solr 6 - SUM values of a field along with GROUP BY

I have a Solr core having documents with 6 fields as below - FIELDNAME TYPE INDEXED STORED department STRING TRUE TRUE group STRING TRUE TRUE age INT TRUE TRUE salary INT TRUE TRUE bonus …
JHS
  • 7,761
  • 2
  • 29
  • 53
3
votes
0 answers

Solr: Use a count or weighting number in source documents to weight search results

I have a Solr Index that is largely composed of repeated terms. I'm trying to return results scores weighted by the number of occurrences of each term. The problem with this is that the index is enormous, as a result. I'd like a way to shrink this…
John URMC
  • 33
  • 4
3
votes
0 answers

Solr 6.0.1 warning - IndexFetcher - Exception while updating statistics AccessDeniedException

Running Solr 6.0.1, and I am getting this warning in the logs sporadically. The times it's happened in the last few hours are 1:43:27, 1:53:26, 2:11:06, 2:17:26, 2:21:46, 2:22:26, and here's the full error... Time: 8/11/2016, 2:27:26 PM Level:…
zBomb
  • 339
  • 1
  • 17
3
votes
4 answers

How to insert Bean object which has many child Bean in SolrJ

I have a Bean Class Activity which associates List of Profiles and a User Bean. Now If I am trying to insert this Activity bean in Solr by SOLRJ, it is giving me null pointer exception. The Exception is causing by below piece of code: public
Passionate
  • 103
  • 7
2
votes
0 answers

Adding rare languages to Apache Solr

We would like to add support for Filipino, Lao, Malaysian and Vietnamese to our Solr Index (Solr v4 and Solr v6) and would be delighted to get hints on what Tokenizer to use. For Lao I found that the ICU-Tokenizer seems to support it, but I was not…
Kay M.
  • 41
  • 4
2
votes
0 answers

Solr Master/Slave SSL Replication Configuration

I need to use SSL in my Master/Slave Solr 6.6.2 environment. This is Solr on Windows as the governance requires all servers to be Windows. I had created a localhost SSL Cert on the Master (works on the Master because it’s local), but this won’t…
Kode
  • 3,073
  • 18
  • 74
  • 140
1
2 3
11 12