Autocomplete and suggestions in sphinxsearch - sphinx

I'm new in working with sphinx search
I want to make search engine for e-commerce to search product with auto complete and auto suggestions module.
Any one know how to make it possible.

Related

Algolia search suggestion like google/amazon

I am working on implement the google/amazon like search using the algolia but using the algolia autocomplete it is not easy. as i would like the user query to save on algolia so when next time same search is done it would show from there.
I am unable to get what you are exactly looking for! So thought to share few reference hoping that this will guide you to get started.
I am working on implement the google/amazon like search using the algolia but using the algolia autocomplete it is not easy
Autocomplete is possible in Algolia. As someone enters a search query, autocomplete starts suggesting completed versions of the phrase to help the user refine their search results.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/
https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/autocomplete/how-to/creating-an-autocomplete-textarea/js/
as i would like the user query to save on algolia so when next time same search is done it would show from there.
This is kind of showing their past searches to make their search experience better.
https://www.algolia.com/doc/guides/solutions/ecommerce/autocomplete/tutorials/recent-searches/

Algolia - how to set anchor in facets

I've just implemented search functionality on my site using Algolia instantsearch.js library.
It automatically generates the facets based on result, then the facets work just like filters to search further in the result. I've included Topics related to the products in the facets and what I want is if someone clicks on the topic then instead of filtering the result further it should take to that particular page.
Can someone please tell me how to achieve this?
Thanks,
Raj
Hi Rajnijant we created the relevant issue in our github because this is currently not possible to do what you want to do: https://github.com/algolia/instantsearch.js/issues/791

google custom search engine control search results

My question is simple, how do I make a certain page be find-able by a specific keyword.
cse it's working fine it just don't manage to find everything he supposed to.
Google custom works like google search, manipulating results may not be possible, however, check out the synonyms tab in google.com/cse.
Say your users search for MBA you can configure it to show results for Master of Business Administration

Is there some search engine SDK or API that I can use for local search?

I have many documents located on my disk and I want to build a search engine to search through them.
I know Google Desktop Search or Bing Desktop Search could do that. But I want to know if there's some SDK/API to do that so I can do some customization.
What I want to achieve, is that I can provide a document and the local search engine will return all the documents similar to it.
In general there are Lucene and Solr that can help to solve search related needs in Java (I guess you are using Java based on the tag GWT).
But I don't know how to do a search by example with these tools. I think you have to extract the relevant information of the document to construct a search based on it.

Magento Lucene Search

Is there a way to configure the ranking of the lucene catalog search in Magento? My main problem is that I want exact-match product names to appear first, so I was wondering if I can boost the ranking of the product name in the search.
Try
http://www.magentocommerce.com/magento-connect/Php4u/extension/5999/blast_lucene_seach