Hi,
http://localhost:8983/solr/collection1/select?facet=true&fq=timestamp:[2013-01-01T00:00:00Z%20TO%202013-12-02T00:00:00Z]&facet.prefix=google
You url misses these parameters : q=*:* facet.field=content_autosuggest
And if you are getting numFound=0 because of your filter query, we cannot
ge
Thanks for the quick response,
I have configured suggest and its working great but its searching all the
documents.
From my field definition:
I need to search between specific timestamp and by username fields for
autocomplete by field content/content_autosuggest.
I need to autocomplete word
Hi,
What do you mean by 'date range' ? Faceting component respects q or fq
parameters, so if you set fq=date:[somedate TO otherdate] yes faceting values
will change. facet.prefix can be used for auto complete.
On Thursday, February 27, 2014 5:03 PM, Bala Iyer wrote:
Hi,
I am new to solr, Is
Hi,
I am new to solr, Is it possible to accomplish autocomplete through ( Terms or
Suggest or Facet ) over a date range.
I need to have a autocomplete over a field between a date range from another
field.
Thanks
newbie