Problems with variable geo_distance

2010-03-03 Thread Emad Mushtaq
173981 I would appreciate any help on this. Thanks -- Muhammad Emad Mushtaq http://www.emadmushtaq.com/

Re: How to reindex data without restarting server

2010-02-13 Thread Emad Mushtaq
quot;new_core" with the new schema > - reindex all the docs into "new_core" > - "SWAP" "old_core" and "new_core" so all the old URLs now point at the > new core with the new schema. > > -Hoss > > -- Muhammad Emad Mushtaq http://www.emadmushtaq.com/

Re: Has anyone prepared a general purpose synonyms.txt for search engines

2010-02-12 Thread Emad Mushtaq
Wow thanks!! You all are awesome! :D :D On Sat, Feb 13, 2010 at 12:32 AM, Julian Hille wrote: > Hi, > > at openthesaurus.org or .com you can find a mysql version of synonyms you > just have to join it to fit the synonym schema of solr yourself. > > > Am 12.02.2010 um 20:03

Has anyone prepared a general purpose synonyms.txt for search engines

2010-02-12 Thread Emad Mushtaq
highly appreciated. Thanks. -- Muhammad Emad Mushtaq http://www.emadmushtaq.com/

Re: Local Solr Inconsistent results for radius

2010-02-12 Thread Emad Mushtaq
issue ( > http://old.nabble.com/Spatial---Local-Solr-radius-td26943608.html ), it > seems that this happens only on eastern areas of the world. Try inverting > the sign of all your longitudes, or translate all your longitudes to the > west. > > Cheers, > Mauricio > > On

Local Solr Inconsistent results for radius

2010-02-12 Thread Emad Mushtaq
make the same query with radius=449, it gives me results. Here is part of my solrconfig.xml containing startTier and endTier: latitude longitude 9 17 What do I need to do to fix this problem? -- Muhammad Emad Mushtaq http://www.emadmushtaq.com/

Re: How to reindex data without restarting server

2010-02-12 Thread Emad Mushtaq
Hi, Thanks ! This is very useful :) :) On Fri, Feb 12, 2010 at 7:55 AM, Joe Calderon wrote: > if you use the core model via solr.xml you can reload a core without having > to to restart the servlet container, > http://wiki.apache.org/solr/CoreAdmin > > On 02/11/2010 02:40 PM, Ema

Re: How to reindex data without restarting server

2010-02-11 Thread Emad Mushtaq
> indexing (just rough toughts depending of the nature of your > situation). > > Cheers, >Sven > > > --On Freitag, 12. Februar 2010 03:40 +0500 Emad Mushtaq < > emad.mush...@sigmatec.com.pk> wrote: > > Hi, >> >> I would like to know if there is a wa

How to reindex data without restarting server

2010-02-11 Thread Emad Mushtaq
Hi, I would like to know if there is a way of reindexing data without restarting the server. Lets say I make a change in the schema file. That would require me to reindex data. Is there a solution to this ? -- Muhammad Emad Mushtaq http://www.emadmushtaq.com/

Problem with Spatial Search

2010-02-11 Thread Emad Mushtaq
quot;> > latitude > longitude > > 9 > 17 > > > > > > What do I need to do to fix this problem? > > > Muhammad Emad Mushtaq http://www.emadmushtaq.com/