More Like This Search
SearchBlox supports More Like This search. You can search for similar documents by clicking the More Like This link right next to the search result, as shown in the screenshots given below.
More Like This in Faceted Search
- More like this link is available for every search result in Faceted Search.
- On clicking the link, you would get similar results
More Like This in Search Servlet API
Using Search Servlet API you can get the more like this results using the link
http://localhost:8080/searchblox/servlet/SearchServlet?mlt_col=1&mlt_id=bd86ff9720c0dc9b6bd33baaa97f62bb
The parameters in the URL are listed in the table:
Parameter | Description |
---|---|
mlt_col | Collection number |
mlt_id | uid of the document for which similar documents are to be determined |
Updated about 4 years ago