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
0 answers

solarium-3x and Curl :Maximum execution time of 30 seconds exceeded

I have to extract rich document and commit using solarium Client php for Apache Solr; in the documentation of solarium Curl is default Adapter then i dont need: $client->setAdapter('Solarium\Core\Client\Adapter\Curl'); Then I want to force the…
MedKostali
  • 223
  • 1
  • 5
  • 16
1
vote
0 answers

Solr Custom Transfomer Not Working?

I am trying to Add Few Fields to solr Index While indexing with Data Import Handler. Below is My data-config.xml
John Deep
  • 161
  • 1
  • 2
  • 10
1
vote
0 answers

Does Haystack support multi cores cross cores search with SOLR 5.3?

Does Haystack support multi cores cross cores search with SOLR 5.3? I have three cores, core0, core1 and core2 in SOLR. How can I implement cross core search in Haystack? How can I set the Haystack Connections URL? Thanks!
MC X
  • 337
  • 4
  • 16
1
vote
2 answers

Nested query and retrieve parent attributes for child filter

I was going through Yonik's blog. I am using solr 5.3.0 and I have a scenario which I am trying to solve. Any help will be appreciated. Generalizing Yonik's example: Old Document: { product_name : "Awesome T-Shirt", category : "Clothing", …
Om Prakash
  • 86
  • 1
  • 5
1
vote
0 answers

Solr stats.facet with multi-valued field

I am in a process of upgrading Solr from 1.x to Solr 5.2.1.This jira ticket says faceting on stats with multi-valued field has been taken back. So when I try to do it says Stats can only facet on single-valued fields, not: market market is…
manurajhada
  • 5,284
  • 3
  • 24
  • 43
1
vote
3 answers

Solr 5.1: Problems with search queries containing underscores

I've indexed an internal website using Solr 5.1 and the new managed schema. I've indexed the page title, url, and body using "text_en" and "text_en_splitting". I get pretty much the behavior I want except when the query string contains…
Stephan
  • 1,007
  • 7
  • 9
1
vote
0 answers

Is solr LFU cache implemented properly?

When the solr LFU cache was introduced, it was a really crappy implementation, but this was long back. I wanted to know does anyone have any idea if there have been any improvements to that implementation? and can I use it now?
Aks
  • 183
  • 2
  • 11
1
vote
0 answers

Ubuntu upgrade (14.04.3) and solr upgrade (5.3) breaks solr3/jetty setup

While upgrading our production server to ubuntu 14 the solr/jetty broke. To fix i tried: - upgraded java version to 8. - upgraded solr to 5.3 My earlier config used .war files. realized that now its stopped supporting .war files, so now cannot use…
satyagrahi
  • 11
  • 4
1
vote
1 answer

error while querying Solr : Failed to query Solr using '(**)': [Reason: undefined field django_ct]

I am very new to solr and was trying to implement using examples in the official quick start guide. here are the steps i took bin/solr start -e cloud -noprompt bin/post -c gettingstarted example/exampledocs/schema.xml here is the error…
Aditya Pandhare
  • 501
  • 7
  • 16
1
vote
1 answer

Sitecore 8 - SOLR 5.2.1 Unknown fieldType 'pint' specified on field

I am using Sitecore 8 sp4, Solr 5.2.1 via Bitmani I am try to replace Lucene to Solr via this doc: https://sitecore-community.github.io/docs/search/solr/Configuring-Solr-for-use-with-Sitecore-8/ but it is someting wrong with Step 3 I added…
Arbejdsglæde
  • 13,670
  • 26
  • 78
  • 144
1
vote
0 answers

Node is gone with facet pivot query SolrCloud (solr 5)

We have a shard-3 SolrCloud with Zookeeper. Sometimes after we do a pivot query the node that we are accessing for the query is gone and soon all the system collapse. Solr logs do not show anything but Zookeerper shows the following warning, just…
1
vote
1 answer

Solr: Retrieve non-stored fields from external data source

I'm currently working on a project on which I would like to index several data sources (Oracle and HBase) into Solr for full text search. Additionally, I want to be able to visualize the data I index into Solr. I'm still evaluating on whether to use…
Marco H.
  • 23
  • 5
1
vote
2 answers

Solr 5.1.0 dataimporthandler directory is empty

I was trying to integrate Solr 5.1.0 to mysql and as given in the tutorial (http://lasithtechavenue.blogspot.in/2013/11/crawling-mysql-database-with-apache-solr.html), everything is set upto
Tismon Varghese
  • 849
  • 1
  • 6
  • 17
1
vote
3 answers

Apache Solr 5.1 Securing Web Administration Interface

Trying to secure Apache Solr 5.1 on my Ubuntu 14.04 server. Mainly I am trying to figure out the best way to secure the web admin interface access to port 8983 (and any other ports I configure Solr on) with a user and password. But I may very well…
JxAxMxIxN
  • 1,711
  • 1
  • 17
  • 20
1
vote
2 answers

How to search from database using solr

Solr Version : 5.0 So I am working on Solr for first time, and really not understand perfectly. Here what I did :- I have created a core named - search Then my schema.xml file has follwoing code :
Rakesh Shetty
  • 4,548
  • 7
  • 40
  • 79