Move to solr 4 plus corrections to SparqlQueryExecutorTest with newlines and white space characters
This commit is contained in:
parent
b642f30391
commit
120be1e6b8
122 changed files with 17422 additions and 5288 deletions
12
solr/homeDirectoryTemplate/conf/velocity/facet_queries.vm
Normal file
12
solr/homeDirectoryTemplate/conf/velocity/facet_queries.vm
Normal file
|
@ -0,0 +1,12 @@
|
|||
#**
|
||||
* Display facets based on specific facet queries
|
||||
* e.g.: facets specified by &facet.query=
|
||||
*#
|
||||
|
||||
#set($field = $response.response.facet_counts.facet_queries)
|
||||
|
||||
<h2 #annTitle("Facets generated by adding &facet.query= to the request")>
|
||||
Query Facets
|
||||
</h2>
|
||||
|
||||
#display_facet_query($field, "", "")
|
Loading…
Add table
Add a link
Reference in a new issue