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
1
vote
1 answer

Solr dynamic field blowing up the index size

Recently, I upgraded from solr 5.0 to solr 6.4.1. I can run my app fine but the problem is that index size with solr 6 is way too large. In solr 5, index size was about 15GB and in solr 6, for the same data, the index size is 300GB! I am not able to…
Pratik Patel
  • 1,305
  • 1
  • 17
  • 44
1
vote
1 answer

Letsencypt Solr SSL JVM

I have been trying to get this to work for days, but can anyone point me in the right direction (tutorial ect.) for how to get LetsEncypt certs to run in Solr? I have a Rails site running on 443 with LetsEncrypt and have added solr on the same…
IT_puppet_master
  • 702
  • 5
  • 20
1
vote
1 answer

Solr upgrade from 4.10 to 5.3.3, plugin init failure solr.ICUcollationField

I am currently working on upgrading multiple solr cores(3) from version 4.10 to 5.3.3 (and then to 6.2). I did a fresh install of solr 5.3.3, and then added my cores to the new installation. We also use the libraries, icu4j , lucene-analyzers-icu ,…
tux
  • 1,730
  • 1
  • 15
  • 19
1
vote
1 answer

Why is Solr not extracting based on conventions?

I currently have solr 5.5.0 installed on a Windows 7 machine. I am trying to get a project working that was built by a dev who recently left our company. This was dropped in my lap and I have no prior experience with solr so I am stumbling along…
ryanrdl
  • 413
  • 3
  • 13
1
vote
1 answer

Solr Spell Check returning false positives correctlySpelled()

I am currently using solr 5x on a local server and using a Drupal instance to generate all the indexes. After a lot of configuration, i got to a point i am fairly happy with the solr implementation. However, one of the problems i have just noticed…
jagmitg
  • 4,236
  • 7
  • 25
  • 59
1
vote
2 answers

Solr - EDisMax - Match Sub-Phrase Exactly

I am querying a simple core of category names, e.g. JEANS SKINNY JEANS BOOT CUT JEANS SHOES ... I typically use EDisMax. I would like the user query, for example: BLUE SKINNY JEANS to match only exact categories. So in the above case only the…
mils
  • 1,878
  • 2
  • 21
  • 42
1
vote
0 answers

Solr5.4 indexing using DataImportHandler

I am using Solr 5.4. Working on indexing entities using Data Import Handler which are having inner joins and left joins as below. Does solr5.4 supports inner joins and left joins? I am having a query which has relationship between 7 tables. I am…
1
vote
0 answers

Get payloads for matching terms in solr using Custom Document Transformer

In Solr I have a custom fieldType called "payloads" which support payloads
1
vote
1 answer

Can't ignore punctuation in titles - Solr 5 and Drupal

The other week I posted a question about removing punctuation from solr search in Drupal. That was using Solr 4. However, since then the development I am doing has changed from solr 4 to solr 5, and now I am having the same problem but the fix at…
ankles
  • 282
  • 1
  • 5
  • 13
1
vote
0 answers

SOLR Schmaless Data Import: id is a required field in SolrSchema . But not found in DataConfig

I am trying to run data import handler with a core that is schemaless. But I am facing the above error. Should this error even happen with schemaless mode? The SoLR version is 5.4.1. First I ran "./bin/solr -e schemaless". This generated the…
Klaus
  • 2,328
  • 5
  • 41
  • 62
1
vote
1 answer

pagination in solr 5.3 json facets

I am running json facet queries in solr 5.3 using solrj API and each query has many subfacets also ( can be 4-5 field deep). The total indexed docs are greater then 8 million. I extract the facets result from the response in a NamedList object. But…
Amit Chahar
  • 2,519
  • 3
  • 18
  • 23
1
vote
0 answers

increase the score of documents which have more matching terms In solr

I have SOLR 5.3.1 version. I want to show those documents at start which have more matching terms. For this purpose, i have applied omitNorms= true on every field of schema. I have also implement Custom Similarity class. My similarity class look…
Abdul Rauf
  • 763
  • 2
  • 8
  • 28
1
vote
3 answers

Solr 5 how to search in specific field

I am using Solr version 5 for searching data. I am using below query which searches for keyword in all fields. http://localhost:8983/solr/document/select?q=keyword1+keyword2&wt=json Can anyone suggest me query to search for keyword only in title…
Kalpesh
  • 83
  • 2
  • 6
1
vote
2 answers

Getting document version back after update in Solr5

Is there a way I can get the version of a document back in update response after adding or updating the document via Solrj 5.2.1? I don't want to make one more extra call getById to get the version. Can I somehow get the version in the Update…
tuk
  • 5,941
  • 14
  • 79
  • 162
1
vote
1 answer

Why Solr for Windows needs so much memory?

Why Solr for Windows needs so much memory? My data for Solr is SEO keywords (1-10 words, up to 120 symbols length, 800 million rows) and some other data. Schema is:
devspec
  • 49
  • 10