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

Solr edismax Query Parser parsed query wrong

i have strange behavior with edismax Query Parser if add "bq" parameter: query example: Kindersitz edismax text_de on 10
kozla13
  • 1,854
  • 3
  • 23
  • 35
1
vote
1 answer

Common Host point to Send requests to SolrCloud

I have solrCloud setup with 3 different machines. created collection with 3shards & 2replicas and indexed few documents into it. if I query using URL like below http:machineIP:8983/solr/collection1/select?q=*:* I get results. if I change machineIP…
Vinod
  • 1,965
  • 1
  • 9
  • 18
1
vote
0 answers

Updating deeply nested structures in Solr

I am still new to solr. I am trying to index a nested structure as below and having difficulty indexing with SolrJ 6.1. schema.xml id
Andrei Krasutski
  • 4,913
  • 1
  • 29
  • 35
1
vote
1 answer

Solr 6.1 warning: Couldn't add files to classpath

I freshly configured a Solr 6.1 server (actually a migration from version 4) and get a lot of warnings like: WARN (coreLoadExecutor-6-thread-2) [ ] o.a.s.c.SolrConfig Couldn't add files from…
Sebastian
  • 5,721
  • 3
  • 43
  • 69
1
vote
1 answer

Taking Solr 6.1.0 to production

We'd like to create a simple search engine with Solr. It seems to be pretty complicated. I mean it's easy to use example configurations to make some simple indexing/searching. But what we need is to make a redistributable server with simple…
Stongkin
  • 125
  • 1
  • 5
1
vote
1 answer

How to use "And" ,"OR" operators with SolrJ?

I am Constructing a query using SolrJ and I am passing String in key-value pair to query ,but in response I am getting documents with AND operation by default. So how to Use "AND" ,"OR" operators with solrj ? Here is My code: SolrQuery query =…
1
vote
0 answers

Solr data formate with DIH (mysql)

Here is my table structure of data, and i want to index my data with solr So i am using solr6 DIH to index the data with mysql dataSource so how can i index the table data in following format. --------------------------------------- | id |…
1
vote
1 answer

Solr Admin console not returning search results

I have a Solr 6 instance deployed on the cloud and have 3 cores. All three cores are functional, in the sense I am able to view the schema I am able to add documents programmatically (via Solarium for PHP) I am able to search documents…
ChicagoSky
  • 1,290
  • 3
  • 22
  • 50
1
vote
1 answer

Solr configuration for scored search

I am trying to setup a Solr index for searching against a database of product information. For this purpose, I have populated a database of product details and used Solr 6.0.0. For a given product detail (title, brand, other keywords), I would like…
Anju
  • 15
  • 3
1
vote
1 answer

Solr Transform to split data into multiple fields

I am Trying to create a new Core in Solr and import data into it, but I am displaying this data on Kendo grid and I need to display data from one column from the DB in two different fields(columns) Here is the Data in the column that i need to split…
Ratan Servegar
  • 375
  • 1
  • 6
  • 21
0
votes
0 answers

How can alfresco search services 2.0.2 search for the field value by exact match?

In Alfresco Search Services 2.0, the behavior of the sign "=" has been changed, see Exact Term Queries in Search Services 2.0. Now, if you write "=" in the query, the search will return all occurrences of this term, for example, you need to find…
0
votes
0 answers

Solr Query for Multiple value data

I want to search data in multiple category, Steps - If I search a keyword on my website it will show results that matches on all category. Then I will choose multiple category filter from which categories results I want. My Solr query as below…
Rahul
  • 763
  • 1
  • 12
  • 45
0
votes
0 answers

Enable/Disable Solr Admin Features

Is it a way to enable or disable solr features only for admin console or dashboard. For example, I want that someone can import data only by using curl command and not by accessing through the admin console. As there is a possibility that someone in…
Thakur Sahab
  • 45
  • 11
0
votes
1 answer

Apache Solr - Error loading class solr.NestPathField for solr version 6.5

Trying to have nested child documents inside managed schema in solr 6.5 as -
0
votes
1 answer

Creating Solr shards in Alfresco 6.1 CE

After migrating to Alfresco CE 6.1 (201901 GA) and Alfresco Search Services we have massive search performance problems. So I tried to configure sharding in solr by following Creating Solr shards manually. I was able to create the shards and…
Heiko Robert
  • 2,488
  • 11
  • 12