I have the following query which I took from my URL public static String query=\"pen&mq=pen&f=owners%5B%22abc%22%5D&f=application_type%5B%22cde%22%5D\";
I\'d like to keep a log of all searches that users do on my site which uses the sunspot-rails gem. I don\'t need the logs to be real-time accessible by my application as they\'re for analytics that wi
I\' using lucene with solr to index some documents (news). Those documents also have an HEADLINE. Now I try to make an facet search over the HEADLINE field to find the terms with the highest count.
I\'m crashing into a weird behavior with - operators in Solr/开发者_开发知识库Lucene query syntax.
I\'m writing a rails app that allows people to submit links and titles a little bit like reddit. I want to make 开发者_开发知识库it so that people can enter a url and find the record with a similar
I have a listings page which is built from a query to a query data store (EG: solr) that is updated (in bulk) every 10 minutes from the primary (relational) database.
I use the sunspot-rails for search. These is a Rspec looks like: describe \"GET search\" do before(:all) do
I\'m new to using Solr Sunspot for Rails. I\'m trying to use the <filter class=\"solr.EdgeNGramFilterFactory\" minGramSize=\"2\" maxGramSize=\"15\" side=\"front\"/>
I have following facet value- facetname1 -value11 ,value12, value 13 facetname2 - value21, value22 , value 23
I want to index the pdf documents whenever it is uploaded by an application. At the time of indexing I am sending the filename and fileType in the url like follows