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

how to make sure Data is replicated across all the replicas in SolrCloud?

previously i was using Master slave configuration, in which i was querying every slave after indexing it to make sure my changes are reflected on every Slave. first i was requesting with SlaveSolrURL/replication?command=fetchindex and checking if…
0
votes
2 answers

Use solrj to get the date difference of 8 hours

There's a data in my solr: Using the Solr Administration User Interface, the modifyTime is "2016-04-20T13:58:35.805Z". Using solrj: enter image description here, the modifyTime is "Wed Apr 20 21:58:35 CST 2016". I'm using solr6. Why?
finemi
  • 3
  • 1
0
votes
1 answer

How can I change the score of a document based on the *Price* of a field (say, "popularity") in solr

How to boost record depend on any field in Solr. Reference link :https://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_increase_the_score_for_specific_documents But I am not getting clearlly in my case. I have some record after search How to get…
Kalpesh Boghara
  • 418
  • 3
  • 22
0
votes
1 answer

Is it possible to change Solr UniqueKey type "String " to other Types in Apache Solr

Is it possible to change the UniqueKey-tag in schema.xml from String to Int or Long? My Primary key in my application is of type Long - so it's not favorable to get a Solr-response of type string.. So if possible: how can it be done? Thanks in…
0
votes
2 answers

how to extract two json indexed documents separately using solrj or QueryResponse

I have indexed two json documents into Solr, and when I get the response am I recieving both documents - how to differentiate the two documents and store the documents separately?
0
votes
1 answer

Load-balancing query requests with SOLR 6, Zookeeper on Ubuntu

I have 3 Ubuntu vm's fully installed and running with Solr 6.0.1 and external Zookeeper. Solr is running in Cloud mode and is replicating across the 3 nodes via Zookeeper. Data Indexing is replicating across all servers, individual queries run fine…
WadeB
  • 63
  • 9
0
votes
1 answer

Solr Highlighting not working without hl.q

I am using Solr 6.0. I want to use the Highlighting feature of Solr. When I make the following query the highlighting section in the response has only ids (without &hl.q=data:*ad*) -…
JHS
  • 7,761
  • 2
  • 29
  • 53
-1
votes
2 answers

SOLR numeric range query versus multiple OR

Suppose there are several docs having one of the fields clientID, values from ranging 1 to 100. Query 1: FQ: **clientID:1 OR clientID:2 OR clientID:3 or clientID:5 or clientID:7 or client ID:8** Query 2: FQ: **clientID:[1 TO 3] or clientID:5 or…
jeffry copps
  • 305
  • 5
  • 22
-1
votes
1 answer

Issues in sorting using map function due to url size exceeding in SOLR

I have a data stored with my preferred colour in DB as : red,yellow,black..... suppose 20 colours, Now whenever I search using SOLR I want my results to be boosted on basis of my preferred colour? how can we do this.... I tried map function of…
Nishkarsh Dixit
  • 137
  • 1
  • 10
1 2 3
11
12