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
1
vote
2 answers

How to install solr 6.x with Homebrew?

I want to install solr 6.6.1 and solr 6.4.1 with homebrew on my Mac. With brew install solr, by default version 8 is installed. With brew search solr i can only find solr versions 7.7 & 8. How do i install older versions? I would like to be able to…
dotist
  • 63
  • 8
1
vote
1 answer

How can I query Solr to get a list with all field-names prefixed by a string?

I would like to create an output based on the field-names of my Solr index objects. What I have are objects like this e.g.: { "Id":"ID12345678", "GroupKey":"Beta", "PricePackage":5796.0, "PriceCoupon":5316.0, …
Jook
  • 4,564
  • 3
  • 26
  • 53
1
vote
1 answer

AND in solr query returns more results

First of all, I'm not very experienced in using Solr, so I hope this isn't a stupid question .. I am experiencing some unexpected behavior with a Solr query. Suppose the query is q="Foo:"Bar" . Now make it q="Foo:"Bar" AND() and we get more results…
Hanno
  • 1,017
  • 11
  • 18
1
vote
1 answer

How to have the same SOLR core for both 8983 and 8984 ports

I am using Apache SOLR 6.6.5 as my search engine running on port 8983. I just wanted to enable SSL for solr and followed this guide to make it work under 8984 port with SSL. Here my problem is that I am not able to see any cores on 8984 which is…
Ewall Team
  • 31
  • 4
1
vote
0 answers

Web Server HTTP Header Internal IP Disclosure SOLR port

I am using Apache SOLR 6.6.5 as my search engine and when we do security scan on our server, we got the below response When processing the following request : GET / HTTP/1.0 this web server leaks the following private IP address : X.X.X.X as found…
Ewall Team
  • 31
  • 4
1
vote
1 answer

Solr's TimeZone behaviour differs for EST and PST

I'm using Solr-6.2.1 on windows. When setting set SOLR_TIMEZONE=PST, in solr.in.cmd file, dataimport.properties file saves last_index_time in PDT i.e. UTC-07:00. When setting set SOLR_TIMEZONE=EST, in solr.in.cmd file, dataimport.properties file…
Thakur Sahab
  • 45
  • 11
1
vote
1 answer

Index only plain text from HTML in solr

I need to index only plain text from HTML and reject all other HTML tags. For Example: I have html like title
Vishnu Sharma
  • 632
  • 5
  • 19
1
vote
0 answers

Can I use Solr DocumentObjectBinder and Field annotation to create recursively nested documents?

We are using Solr version 6.4. By submitting documents through the Solr web interface, I am able to add documents to our Solr index that are nested to arbitrary depth. We are only interested in adding documents nested to the grandchild level, as…
k-den
  • 853
  • 13
  • 28
1
vote
0 answers

Improvements in Autosuggest Solr

I am a newbie in Solr and I have been assigned a task to improve autosuggest for our product.We are using Solr 6.6.0.The current requirement is when user search for Shirts , the results should display men's shirts, women's shirts as…
Priancy
  • 219
  • 3
  • 4
  • 13
1
vote
0 answers

Error loading class 'solr.VelocityResponseWriter'

I am trying to setup /browse functionality of solr, referring this documentation. I have done the following Added velocity-1.7.jar, velocity-tools-2.0.jar, commons-beanutils-1.8.3.jar, commons-collections-3.2.2.jar to lib directory in my…
raj247
  • 381
  • 1
  • 4
  • 21
1
vote
0 answers

Sorting groups in solr by top result in each group

Is there a way to sort groups in solr based on just the top result in the group and not all the members? For example, I'm grouping product variants by model, and sorting each group by the number of resellers. This gives me the product variant with…
1
vote
0 answers

Very large values in Field length value "fieldLength" Solr BM25

I have encountered an issue in the calculation of fieldLength value in Solr 6. I am using BM25 as the similarity measure. When i index a set of documents, the fieldLength values for these documents are very erroneous. For a field of title containing…
K.Ali
  • 41
  • 4
1
vote
1 answer

How to sum the value of child documents in a specific matching search criteria using solr?

I have the following indexed documents { "id":"data1", "isParent":"1", "_childDocuments":[ { "description":"Benefit and Payroll consultant with HR team ", "isParent":"2", "exp":2 }, …
1
vote
2 answers

Difference between geodist() and dist() for Geo-Spacial Search

What is the Difference between Geodist(sfield,x,y) and dist(2,x,y,a,b) in Apache Solr for Geo-Spacial Searches ?? dist(2,x,y,0,0) :- calculates the Euclidean distance between (0,0) and (x,y) for each document. Return the Distance between two…
Divyansh Goel
  • 29
  • 2
  • 8
1
vote
1 answer

Read Timed out in solrcloud

We are using solrcloud 6.3. We have a collection say "MyCore". It is divided in two shards and two replicas. Each shard is located on single server. Specifications: Index size 4 GB, heap size 2 GB, Total Ram on machine: 40 GB, Number of CPUs:…
Yogita
  • 33
  • 1
  • 7
1 2
3
11 12