Page "BloodhoundSearch" was changed by andrej
Diff URL: 
<https://issues.apache.org/bloodhound/wiki/BloodhoundSearch?action=diff&version=12>
Revision 12
Comment: Add query parameters description.
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: BloodhoundSearch
=========================================================================
--- BloodhoundSearch (version: 11)
+++ BloodhoundSearch (version: 12)
@@ -34,7 +34,7 @@
 
 [[Image(bhsearch_screenshot.2.png)]]
 
-== Supported fields
+== Supported fields #fields
 Current version supports search in the following fields:
 
 Common fields for all resources:
@@ -55,3 +55,11 @@
  * summary
 
 By default, result output is sorted by relevance score and by resource time.
+
+== URL query parameters #parameters
+Bloodhound Search supports the following URL query parameters:
+ * '''q''' - query string, for example: .../bhsearch?q=test
+ * '''type''' - type of resource to search in. Currently, supported types are 
ticket, wiki and milestone, for example: .../bhsearch?type=ticke
+ * '''fq''' - filter query. Filter queries are not boosted and used to 
additionally filter search output. Bloodhound Search joins multiple filter 
queries using AND operator, for example: 
.../bhsearch?fq=status:"new"&fq=component:"c1" results to filter query: 
status:"new" AND component:"c1"
+ * '''pagelen''' - number of rows that should be returned in a single page, 
for example .../bhsearch?pagelen=20. Default pagelen value is 10
+ * '''page''' - number of page in the current result set that should be 
returned
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundSearch>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'BloodhoundSearch' page.
If it was not you, please report to .

Reply via email to