Re: SOlr Spatial Search - Filter and sort on multiple cities

2019-10-01 Thread anushka gupta
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

Re: SOlr Spatial Search - Filter and sort on multiple cities

2019-09-30 Thread Erick Erickson
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

SOlr Spatial Search - Filter and sort on multiple cities

2019-09-30 Thread anushka gupta
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

Re: search filter

2013-05-23 Thread Gora Mohanty
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

Re: search filter

2013-05-22 Thread Kamal Palei
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

Re: search filter

2013-05-22 Thread Kamal Palei
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

Re: search filter

2013-05-22 Thread Rafał Kuć
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

search filter

2013-05-22 Thread Kamal Palei
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

Re: Building a facet search filter frontend in XSLT

2011-06-29 Thread lee carroll
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 >

Building a facet search filter frontend in XSLT

2011-06-29 Thread Filype Pereira
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