Questions tagged as 'apache-solr'

1
answer

How do I exclude from the result the multivalue fields that do not match my query?

I have some indexed documents like the one below: { "doc_desc": "Indexing Child Documents in JSON", "doc_id": "379", "image_id": [ "28086# ho hum... this is page 1 of chapter 1", "28087# more text... this is page 2 of...
asked by 17.11.2014 / 20:15
1
answer

Solr generating exception "maxClauseCount is set to 1024"

I have a core of Apache Solr 4.0.0 that I created and that eventually generates the exception: SEVERE SolrDispatchFilter null:org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024 And in fact there is an except...
asked by 06.09.2017 / 15:46
1
answer

Search using Solr in rails

If I search for a piece of a word other than the first few characters of the word it does not find. Type if I search for "Car" it searches correctly, but now if I search for "los" or "arlos" it returns empty. I have in the Client table: id...
asked by 05.01.2015 / 13:21
1
answer

Problem in JVM heap size when migrating from Solr 5.0 to Solr 5.1

I have an instance of Solr 5.0.0 in production with the following JVM heap size setting: SOLR_JAVA_MEM="-Xms2g -Xmx2g" When I migrated to Solr 5.1.0 with the same configuration and started the server, I came across the OutOfMemoryError er...
asked by 09.06.2015 / 18:54
0
answers

Problem with Solr start

I'm trying to run a solr server but I get the following error:    \ solr-7.2.1 \ server \ logs \ solr_gc.log "-XX: + UseGCLogFileRotation   -XX: NumberOfGCLogFiles = 9 -XX: GCLogFileSize = 20M -Xss256k! SSL_PORT_PROP! "Was unexpected. Doe...
asked by 13.03.2018 / 14:59
0
answers

Error in Curl adapter used Solarium - Solr with php 7

I use Sorl in version 5.4, perfectly working Solr's own interface. I installed Solarium to make application development easier. However, when testing the examples following the initial guidelines I get the following error: Fatal error:...
asked by 15.02.2016 / 14:39
1
answer

Exact Search on Apache Solr

Hello. I'm doing a search on Apache Solr but it returns me several items that are out of search. For example, let's say I have three items, Tablet Samsung 7 ", Tablet Samsung 10.1" and TV Samsung, when searching only for Samsung TV it returns...
asked by 23.04.2014 / 15:40