spring-data-solr-showcase
spring-data-solr-showcase copied to clipboard
Sample Spring MVC Application demonstrating usage of Spring Data Solr.
[](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...
Hi I am trying to use Solr for my use case where UUID is used as identifier; Hence i my code is ass follows ` @org.springframework.data.annotation.Id //@Field("id") //@Indexed(type = "java.util.UUID",...
The README instructs the following, which does not work in Solr 8: ``` :solr> cd example :example> java -jar start.jar :example> cd exampledocs :exampledocs> java -jar post.jar *.xml ``` There...
I run the application and visit 'localhost:8080/search' but i can't see the search.jsp I add a print(".....") in SearchController's search method and i can see the print message, but the...
In [this](https://github.com/christophstrobl/spring-data-solr-showcase/tree/upgrade-to-spring-boot-1.4.0.M3) branch, search is not working. I see blank when searching with a particular existing text although I see 32 items when search string is empty. Solr: 6.1.0 I...
Hi! We use `solr 5.x` and `spring-data-solr`. I try to understand is it possible to use multi-core in multi-tenancy mode. We have several tenants and we want to have a...
Hi, I am facing a problem with a @Query that has over 10 params, wondering i you could help The problem is that when spring is doing the placeholder replacement...
I need to override the default value of responseWiter in Query annotation. The default value is javabin. But the solr server is expecting wt=json. Eg - org.apache.solr.core.SolrCore: [ac_shard1_replica2] webapp=/solr path=/suggest_keyword...
Hi Chris, I created a war file and deployed that in Tomcat 7. But this url is not working- http://localhost:8080/spring-data-solr-showcase-1.0.0.BUILD-SNAPSHOT/search. It is working fine if I run with Spring Boot....