I have a search text field that contains all the search terms. I'm taking
user input and breaking it up into tokens of term1, term2, term3, etc and
the then submitting to Dismax.
q=search_text:term1* AND search_text:term2* AND search_text:term3*
This works great. The problem is when a user mi
I've played with the mm parameter quite a bit. It does sort of do what I
need if I do multiple queries decreasing the mm parameter with each call.
However, I'm doing this for a web form auto complete or suggester so I
really want to make this happen in a single request if at all possible.
--
V
Otis Gospodnetic-5 wrote
> Hi,
>
> I'm curious... why do you issue multiple queries for autocomplete
> purposes?
> Have you tried using Suggester? May also want
> http://sematext.com/products/autocomplete/index.html which works
> nicely with Solr.
>
> Otis
> Search Analytics - http://sematext.co