Thanks,
Could you please also let me know how to combine two geofilt fqs because if
i use '&' like :
admin_directory_search_geolocation?q=david&fq=({!geofilt&sfield=adminLatLon&pt=33.0198431,-96.6988856&d=80})+OR+({!geofilt&sfield=adminLatLon&pt=50.2171726,8.265894&d=80})
then it gives me error a
Well, first of all your first query with the two fq clauses has sort specified
with a space, rather than an ampersand (&). Twice. Even if that worked, Solr
would only use one I think.
It’s really unclear what you’re after. It makes no sense to me to specify two
sorts in a single query, which is
Hi,
I want to be able to filter on different cities and also sort the results
based on geoproximity. But sorting doesn’t work:
admin_directory_search_geolocation?q=david&fq=({!geofilt+sfield=adminLatLon+pt=33.0198431,-96.6988856+d=80+sort=min(geodist(33.0198431,-96.6988856))})+OR+({!geofilt+sfiel
On 23 May 2013 11:19, Kamal Palei wrote:
> HI Rafał Kuć
> I tried fq=Salary:[5+TO+10]+OR+Salary:0 and as well as fq=Salary:[5 TO 10]
> OR Salary:0 both, both the cases I retrieved 0 results.
[...]
Please try the suggested filter query from the
Solr admin. interface, or by typing it directly
into
wrote:
>
>> Hello!
>>
>> You can try sending a filter like this fq=Salary:[5+TO+10]+OR+Salary:0
>>
>> It should work
>>
>> --
>> Regards,
>> Rafał Kuć
>> Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch -
>> Elastic
ou can try sending a filter like this fq=Salary:[5+TO+10]+OR+Salary:0
>
> It should work
>
> --
> Regards,
> Rafał Kuć
> Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
>
> > Dear All
> > Can I write a search filter for a field having a
Hello!
You can try sending a filter like this fq=Salary:[5+TO+10]+OR+Salary:0
It should work
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Dear All
> Can I write a search filter for a field having a value in a range or a
> speci
Dear All
Can I write a search filter for a field having a value in a range or a
specific value.
Say if I want to have a filter like
1. Select profiles with salary 5 to 10 or Salary 0.
So I expect profiles having salary either 0 , 5, 6, 7, 8, 9, 10 etc.
It should be possible, can somebody help
efore outputting the input checkbox.
> Has anyone done any similar thing?
> I haven't seen any examples building a facet search filter frontend in XSLT,
> the example.xsl that comes with solr is pretty basic, are there any other
> examples in XSLT implementing the facet filters around?
> Thanks,
> Filype
>
hat I can use on the XML that will
let me test before outputting the input checkbox.
Has anyone done any similar thing?
I haven't seen any examples building a facet search filter frontend in XSLT,
the example.xsl that comes with solr is pretty basic, are there any other
examples in XSLT implem
10 matches
Mail list logo