facet
sort by relevance does nothing apachesolr drupal facet
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[详细]
2023-04-12 22:40 分类:问答SOLR facet search by prefix with results highlighting
Can I search via facet by prefix with results highlighting? For example I have 2 documents: name = \"document1\" title = \"Simple query\"[详细]
2023-04-12 22:18 分类:问答Drupal 7 on search: multiple select box as dropdown with checkboxes (or something)
D7 Install Relevant Modules: Views, Search API, Solr integration module, Facet search,开发者_运维问答[详细]
2023-04-12 15:17 分类:问答Problem in solrQuery.setFilteQueries() Method
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\";[详细]
2023-04-04 09:52 分类:问答protected words on facet-result?
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.[详细]
2023-04-04 07:28 分类:问答How to query in solr using facet value
I have following facet value- facetname1 -value11 ,value12, value 13 facetname2 - value21, value22 , value 23[详细]
2023-04-03 06:59 分类:问答Solr facet count for specific words
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?[详细]
2023-04-03 02:45 分类:问答Does Solr have an API to read schema.xml?
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[详细]
2023-04-01 00:37 分类:问答Solr facet counts are not correct, how to deduplicate
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[详细]
2023-03-28 23:42 分类:问答Rails & Sunspot facets and filtering
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[详细]
2023-03-27 18:12 分类:问答