public
Description: semantic repository service is intended for indexing content from different sources and maintain multi indexes for different types of content and perform different types of search. yet another solr type indexing service on top of lucene but it will gradually support content versioning and more semantic search result.
Home | Edit | New

Home

Welcome to the semantic-repository wiki!

how to sort you search result

you can use “sort_by” and “order” parameters to sort your search result.
“relevant” and “indexorder” is predefined sorting functions.
by default “relevant” is used for sorting any search result.
“indexorder” is used for sorting search result based on it’s indexing order.

you can use your field name in “sort_by” parameter and “true” or “false” in “order” parameter to sort by your specified field in descending or ascending order.

how to generate tag cloud from your search result

you have use “tagcloud” instead of “search” service. rest of the parameters are relevant with search service.

Last edited by we4tech, Sat Dec 06 11:47:38 -0800 2008
Home | Edit | New
Versions: