Solr Multiword Synonym Problem

2015-05-11 Thread solrnovice
Hi all, I am trying to solve the solr multiword synonym issue at our installation, I am currently using SOLR-4.9.x version. I used the "com.lucidworks.analysis.AutoPhrasingTokenFilterFactory" from Lucidworks git repo and used this in my schema.xml and also used their "com.lucidworks.analysis.Auto

Re: Solr Geodist

2011-08-29 Thread solrnovice
hi Eric, thank you for the response. We use this product , which comes with solr, http://www.lucidimagination.com/. They have a UI on top of solr, its easy to add fields or edit their properties using their UI. The queries I write are using the solr which comes with lucid imagination , it says it

Re: Solr Geodist

2011-08-29 Thread solrnovice
Eric, thanks for the update, I thought solr 4.0 should have the pseudo columns and i am using the right version. So did you ever worked on a query to return distance, where there is no long, lat are used in the where clause. I mean not in a radial search, but a city search, but displayed the dista

Re: Solr Geodist

2011-08-30 Thread solrnovice
hi Eric, thank you for the tip, i will try that option. Where can i find a document that shows details of geodist arguments, when i google, i did not find one. so this is what my query is like. I want the distance to be returned. i dont now exactly what all to pass to geodist, as i couldnt find a

Re: Solr Geodist

2011-08-30 Thread solrnovice
Eric, thank you for the quick update, so in the below query you sent to me, i can also add any conditions right? i mean city:Boston and state:MA...etc , can i also use "dismax" query syntax? The confusion from the beginning seems to be the version of solr i was trying and the one you are trying.

Re: Solr Geodist

2011-08-30 Thread solrnovice
Eric, can you please let me know the solr build, that you are using. I went to this below site, but i want to use the same build, you are using, so i can make sure the queries work. http://wiki.apache.org/solr/FrontPage#solr_development thanks SN -- View this message in context: http://lucene

Re: Solr Geodist

2011-08-30 Thread solrnovice
I think i found the link to the nightly build, i am going to try this flavor of solr and run the query and check what happens. The link i am using is https://builds.apache.org/job/Solr-trunk/lastSuccessfulBuild/artifact/artifacts/ thanks SN -- View this message in context: http://lucene.472066.

Re: Solr Geodist

2011-08-30 Thread solrnovice
hi Erik, today i had the distance working. Since the solr version under LucidImagination is not returning geodist(), I downloaded Solr 4.0 from the nightly build. On lucid we had the full schema defined. So i copied that schema to the "example" directory of solr-4 and removed all references to Luc

Re: Solr Geodist

2011-08-30 Thread solrnovice
hi Lance, thanks for the link, i went to their site, lucidimagination forum, when i searched on geodist, i see my own posts. Is this forum part of lucidimagination? Just curious. thanks SN -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Geodist-tp3287005p3297262.html Se

Re: Solr Geodist

2011-08-31 Thread solrnovice
ok, thank you Erick, i will check this forum as well. thanks SN -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Geodist-tp3287005p3300236.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Geodist

2011-08-26 Thread solrnovice
ing returned. It returns the "id" and "name" only, but not the distance. WE are using Solr 4.0. Can anybody please let me know what is wrong with the query? I also tried passing in the lat , long as arguments to the geodist, but doesnt help. I am totally lost in the solr

Re: Solr Geodist

2011-08-26 Thread solrnovice
Eric, thanks for the quick response. I left out the "d" value, yes, when you perform a spatial query, we should have a distance of d>0, sorry about that. What is the setting of your "store" value, i mean in the schema, was it marked at LatLong. For some reason i dont see the geodist() being retur