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
0
votes
1 answer

How to upgrade Solr 5 version already in production on Linux (installed as a service)?

What is the best way to update a Solr 5 version in production (in other words installed as a service) on Linux? I have an already installed Solr 5.0 (via the Service Installation Script) and now need to upgrade it to Solr 5.2.1. Realizing some of…
Sully
  • 494
  • 1
  • 5
  • 12
0
votes
1 answer

Importing in Solr

I'm trying to import some data with the /dataimport option of Solr but I have some tables that refuses to import. I have this in the dataConfig:
Carlos Rivero
  • 342
  • 2
  • 17
0
votes
0 answers

Solr 5 - Restrict access to specific IP

Due to security reasons, I wish to restrict access to Solr server to particular IP's only. Since Solr 5 runs as a standalone server, could someone please let me know how can I do this restriction. I did try searching for a solution, but all I could…
ayan_2587
  • 833
  • 2
  • 11
  • 21
0
votes
1 answer

How do I deal with excessive CLOSE_WAIT which are clogging up Solr

I'm running Solr 5.1 in SolrCloud mode, and indexing a lot of documents. It runs fine for a while, but then I'm unable to connect via the HTTP interface. An excessive number of TCP connections appear to be open. I put a Nginx reverse proxy in front…
gersh
  • 2,227
  • 4
  • 23
  • 23
0
votes
1 answer

Solr5 search not displaying results based on score

I am implementing Solr search, the search order is not displaying on the basis of score. Lets say if use the search keywords as .net ios it's returning the results based on score. I have a field title which holds the following…
Superprogrammer
  • 109
  • 1
  • 5
0
votes
1 answer

SOLR POST files with no extension

I am using SOLR 5 and I want to scan documents that have no extensions. Unfortunately changing the file to have extensions is not an option in my case. the command I am using is simply: $bin/post -c mycore ../foldertobescaned -type…
bentalcy
  • 1
  • 1
0
votes
2 answers

Solr 5 custom field and filter

I'm new to solr. After i tried using Solr 5 client. I want to try Solr 5 source code. So my questions are, can i create a custom field for my own core on solr 5 by editing schema.xml? if it's possible, please tell me the location (it wasn't in…
donthurtme
  • 1,347
  • 1
  • 10
  • 16
0
votes
1 answer

How to setup DIH scheduler on Solr 5.1.0

The wiki page explains how to setup scheduling in older version of Solr but it hasn't been updated for Solr 5.1.0. The problem is I can't configure the dataimport.properties file. The instructions in the wiki: regardless of whether you have single…
0
votes
1 answer

New FIELDS are not showing in search

I did a basic solr setup, Configured dataImportHandler and create very simple data config file with two fields and indexed it. It all worked fine.. But now I am adding new fields there and doing full import after that but for some reason new fields…
Ankit
  • 1,867
  • 2
  • 21
  • 40
0
votes
2 answers

SOLR Delta import takes longer than next scheduled delta import cron job

We are using Solr 5.0.0. Delta import configuration is very simple, just like the apache-wiki We have setup cron job to do delta-imports every 30 mins, simple setup as well: 0,30 * * * * /usr/bin/wget…
Peter
  • 566
  • 4
  • 14
0
votes
0 answers

Apache SOLR indexing not working after data import successfull

i am implementing solr for our ecommerce search functionality and i am running solr.war in jboss, solr home is in different directory path. i have configured my db-data-config.xml to map mysql database
pappu_kutty
  • 2,378
  • 8
  • 49
  • 93
0
votes
2 answers

Handle multiple tables of MySQL in with Solr 5.1.0?

I have more than 30 tables in my MySQL database. Recently I have import data from my 1 table to Solr 5.1.0 using DataImporthandler and in my data-config.xml file, fire query of, select * from table-name But in my search I have to integrate more…
0
votes
1 answer

SOLR 5.0 Share only schema.xml and solrconfig.xml between cores

I would like to have several cores in SOLR 5.0 sharing the same schema.xml and solrconfig.xml file but have their own db-data-config.xml file. I have tried different approaches like Config Sets - But here I can’t exclude…
MacGyver
  • 6,579
  • 1
  • 18
  • 11
-1
votes
1 answer

Method for converting a Document from the index into a SolrDocument suitable for inclusion in a SolrQueryResponse

Struggling to find method for converting a Document from the index into a SolrDocument suitable for inclusion in a SolrQueryResponse for solr-core-5.5.2.jar solr-core-5.2.1.jar had an ResponseWriterUtil.toSolrDocument(Document doc, IndexSchema…
-1
votes
2 answers

Exact Match in SOLR 5.1

I have setup Solr 5.1.0 with proper data importation from MYSQL database. It is working good. But I want exact match results or relevant to that only. like, Dancers in Mumbai It gives all results which contains "dancers + mumbai" and only "dancers"…
1 2 3
10
11