fq -> filter query parameter searches within the results.

On Mon, Sep 12, 2011 at 1:49 PM, Eric Grobler <impalah...@googlemail.com>wrote:

> Hi Solr experts,
>
> If you have a site with products sorted by submission date, the product of
> a
> customer might be on page 1 on the first day, and then move down to page x
> as other customers submit newer entries.
>
> To find the row of a product you can of course run the query and loop
> through the result until you find the specific productid like:
> q=category:myproducttype
> fl=productid
> sort=submissiondate desc
> rows=10000
>
> But is there perhaps a more efficient way to do this? Maybe a special
> syntax
> to search within the result.
>
> Thanks
> Ericz
>

Reply via email to