Sure,
An example query with sorting and all would be something like as follow.
http://192.168.21.34/solr/idx_pub/select?q=bump:true^100 featured:true^10
(*:*)^1&fq=make_search:honda&fq=model_search:beat&fq=price:[* TO
*]&fq=price_drop:[* TO *]&fq=price_drop_percentage:[* TO *]&fq=year:[* TO
*]&fq
this doing the user? On what criteria
> are the make/model combination ordered so
> that the position of the user's car has
> meaning?
>
> Some concrete examples would help I think.
>
> Best,
> Erick
>
>
> On Wed, Sep 2, 2015 at 9:42 PM, Shayan Haque wrote:
>
;s public pages use
solr for listing.
-
Regards,
Shayan
On Thu, Sep 3, 2015 at 12:08 PM Erick Erickson
wrote:
> Well, you have access to the start parameter, isn't it just
> start+(ordinal position in the page)?
>
> Best,
> Erick
>
> On Wed, Sep 2, 2015 at 7:0
Hi,
I need to get a document position within a search result for a specific
member, to show them where there result lie for a particular set of
filters... I tried using a Solr-Ranking plugin but its outdated, version
3.5 compatible. Is there some other way?
Ordinal ranking or any other thing.. the