Posts by Bruno dos Santos • 146 points
4 posts
-
1
votes1
answer271
viewsA: Query sorting - sql server
You only need to replace the following snippets of your query: Substitute CONVERT(VARCHAR(1000), cn.TodosOsNiveis + ' - ' + cc.Nome) AS TodosOsNiveis, for…
-
1
votes1
answer91
viewsA: How to delete multivalue fields that do not match my query from the result?
There is an open ticket in Solr’s Jira since 2012 for the development of this feature, but it is still open and unresolved. Solr: Return only Matched multiValued field For now this is not yet…
-
1
votes1
answer18
viewsA: Problem in JVM heap size when migrating from Solr 5.0 to Solr 5.1
There is a bug that only occurs on Solr 5.1. This bug has been fixed by the Apache Solr team and is in Solr version 5.2. https://issues.apache.org/jira/browse/SOLR-7454 The problem is that Solr 5.1…
-
0
votes1
answer18
viewsQ: 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 configuration: SOLR_JAVA_MEM="-Xms2g -Xmx2g" When I migrated to Solr 5.1.0 with the same configuration and started the…