Most voted "apache-solr" questions
6 questions
Sort by count of
-
4
votes1
answer91
viewsHow to delete multivalue fields that do not match my query from the result?
I have some documents indexed as the 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…
-
1
votes1
answer105
viewsSearch using Solr in Rails
If I search for a piece of a word other than the first characters of the word he doesn’t think. Like if I search for "Car" it searches correctly, but now if I search for "los" or "arlos" returns me…
-
1
votes1
answer109
viewsSolr generating exception "maxClauseCount is set to 1024"
I have an Apache Solr 4.0.0 core that I created that eventually generates the exception: SEVERE SolrDispatchFilter null:org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to…
-
0
votes1
answer18
viewsProblem 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 configuration: SOLR_JAVA_MEM="-Xms2g -Xmx2g" When I migrated to Solr 5.1.0 with the same configuration and started the…
-
0
votes0
answers78
viewsError in Curl adapter using Solarium - Solr with php 7
I use Sorl version 5.4, working perfectly the interface of Solr itself. I installed the Solarium to facilitate application development. However, when testing the examples following the initial…
-
-1
votes1
answer178
viewsExact Search on Apache Solr
Hello. I’m doing a search on Apache Solr but it returns me several items that are outside the search. For example, let’s say I have three items, Samsung Tablet 7", Samsung Tablet 10.1" and Samsung…
apache-solrasked 10 years, 7 months ago Tom 241