In my dupal solr facet, when i do sort by title its working and it append ?solrsort=sort_title asc in url but sort by relevance does nothing with the results and does not append any parameter 开发者_S
Can I search via facet by prefix with results highlighting? For example I have 2 documents: name = \"document1\" title = \"Simple query\"
D7 Install Relevant Modules: Views, Search API, Solr integration module, Facet search,开发者_运维问答
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\' 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 have following facet value- facetname1 -value11 ,value12, value 13 facetname2 - value21, value22 , value 23
I am trying to find the facet count for a particular field in my Solr Implementation. I was wondering if there is a way to get facet counts for only a few specific words in that field?
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
We are using two solrs to index the files. Sometimes one article is indexed in both solrs because we do update. It cause a problem that the facet counts are not correct due to these duplicated article
Pretty much a noobie here, so I appreciate any help someone can give. I\'m trying to add faceting to the search on my site through Sunspot.Ryan just released a great Railscast which got me started: h