The application I work on use Solr to index pages or products of different stores. When I say \"products of different stores\", it means that a product can be available in store A or store B, but not
I have master - slave configuration of solr.On master index will be updated 24X7.its a continuous process.my slave pulls the index from the master after every 30 minutes.
I have a web app which gets its data from a Solr instance (Tomcat) Additional queries are done client side with AJAX, the data is directly pulled from Solr. Now this gives users the option to perform
The default configuration for solr of /admin/ping provided for load balancer health check integrates well with the Amazon ELB load balancer health checks.
I want to grab some data from lucene index file. But I can\'t read it. I try to use Luke, but it always crashes with java.lang.OutOfMemoryError: J开发者_如何学Goava heap space. Note -Xmx can\'t help
I\'m using Solr 3.4 and FieldCollapsing. I would like to group all messages using FieldCollapsing. Per default, every group contains only 1 message.
Following up on questions How to get facet ranges in solr results? SolR Query - Price ranges if I understand correctly, to get the number of matches per price intervals in Solr, here are the diffe
Could any of you help me with the following: I have quite a bunch load of InDesign Documents, and I need to be able to search through them, text wise. I don\'t have the resources of opening these fil
Is there any Solr API to read the Solr schema.xml? The reason I need it is that Solr faceting is not backwards compatible. If the index doesn\'t define field A, but the program tries to generate facet
I have an eCommerce site and I wanted to implement search in it. After reading a lot about Lucene and SOLR, I finally choose SOLR as it adds functionality like JSON API facets, and a lot more.