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

Not able to read results of SuggestComponent using SolrJ API

I am using SuggestComponent to get auto suggest keywords. I configured search component and request handler correctly in solrconfig.xml. I am getting expected results also. Now my problem is i am not able to read XML output using SolrJ api. i spent…
user475627
  • 31
  • 3
0
votes
0 answers

Solr 7.7 cant parse hybris 6.7 java double value

I trying to upgrade solr from 5.3(hybris 5.7) to 7.7(hybris 6.7). After start full index from hybris i have NumberFormatException in solr 7.7. Difference that i see, its content-type, 5.3 - application/xml, 7.7 - application/javabin. 5.3 based on…
0
votes
0 answers

SOLR Upgrade from version 5.4.1 to 8.11.2

I am trying to upgrade the Solr version from 5.4.1 to 8.11.2. I had installed solr 5.4.1 on my production server which consists of a lot of data which takes a lot of time to reindex data for solr 8.11.2. I have tried the IndexUpgrader tool but it's…
0
votes
1 answer

SOLR replication counter keeps resetting

I've got a setup with a SOLR main and a couple of client nodes (SOLR 5.2.1); The clients are set to replicate every hour. Every now and then, the auto-replication breaks: some nodes stop picking up the main index. I see the index version difference…
Jeroen
  • 452
  • 5
  • 12
0
votes
0 answers

Solr search returns when we search for partial keyword but doesn't return any if we search for actual string

This is the document indexed and stored in solr. I am trying to search by email field and my search term is alphacomp@gmail.com then it is not returning any results, but unfortunately, if I search for alphaco@gmail.com solr returns this document.…
0
votes
1 answer

Apache Solr Query Parse Error during data import when using SolrEntityProcessor

When I try to do import of schooLocationDetails solr core, I get below error . Using Solr 5.3.1 Exception while processing: opportunityDetails document : SolrInputDocument(fields: []):org.apache.solr.handler.dataimport.DataImportHandlerException:…
user_mes
  • 55
  • 1
  • 5
0
votes
1 answer

how to add a new field to existing documents in solr

I have 5 documents indexed in solr. So now I want to insert a new field in all the documents(i.e 5 documents). Is that possible to insert a new field without reindexing all the documents again?
Praveen Kumar
  • 93
  • 1
  • 8
0
votes
1 answer

Solr Search_api_attachment failing while Indexing from drush

Config : PHP 5.6 Solr-5.5.5 RHEL7 drupal7 search_api_attachments 7.x Indexing of ndes thriough UI si successful but search through attachments is not working. While Indexing by drush sapi-i 'my_Index_name' it gives the following error : "WD…
0
votes
1 answer

Upgrade solr 4.10 index to solr 5.5

I am trying to upgrade a current solr 4.10.4 setup to solr 5.5.5. Does anyone knows how do I upgrade the index?
Moses Liao GZ
  • 1,556
  • 5
  • 20
  • 45
0
votes
2 answers

Achieve soft-commit programmatically

AutoSoftCommit and autoCommit are configured at solrConfig.xml. Can I configure these settings at my application level using Java? What I want to know is, Can I configure autoSoftCommit and autoCommit using SolrJ library? Reason I am asking this…
0
votes
1 answer

Solr remove quotes from multivalued value or update at once

I've index data to my SOLR core using CURL command where the data was on CSV format. The command was curl 'http://localhost:8983/solr/my_collection/update?commit=true' --data-binary @my_docs.csv -H 'Content-type:application/csv' The data is imported…
A l w a y s S u n n y
  • 36,497
  • 8
  • 60
  • 103
0
votes
1 answer

Does solr by default creates or .cfs segment file or is it based on the config?

Am having doubt i have solr 5.2.1 running on linux machine, when i check the segment files in the index data directory i see lot of .cfs file(which is compound file segment) more details here in…
Adarsh H D Dev
  • 588
  • 7
  • 29
0
votes
1 answer

Moving existing Solr to new machine

G'Day. Apologies in advance, I have never seen or heard of Solr until a few weeks ago! I am writing a new system. To be able to do so I need to run the old system in a VM so I can see the fine points of the application functionality. I have the…
Addinall
  • 343
  • 2
  • 12
0
votes
1 answer

relevance by keyword solr

How can we sort the results of a query according to the position of the keyword? I start the search only on the field Label when I have solr search query titi titi test tilte toto titi tata what parameter should we put in place to have this order…
Zied Ellouze
  • 41
  • 1
  • 10