Re: Comma delimited Search Strings for Location Data

2010-03-05 Thread Otis Gospodnetic
/ - Original Message > From: Kevin Penny > To: solr-user@lucene.apache.org > Sent: Fri, March 5, 2010 3:02:22 PM > Subject: Comma delimited Search Strings for Location Data > > Hello - > > article Background: (on solr > 1.3) > > We're doing

Re: Comma delimited Search Strings for Location Data

2010-03-05 Thread Kevin Penny
With the 2 searches: Here's the debug output: q=Pittsburgh,PA,15222,US parsedquery_toString *text:"pittsburgh pa 15222 us"* (returns 0 matches) q=Pittsburgh, PA, 15222, US parsedquery_toString *text:pittsburgh text:pa text:15222 text:us** (*returns x matches) So the first query is searching on

Comma delimited Search Strings for Location Data

2010-03-05 Thread Kevin Penny
Hello - article Background: (on solr 1.3) We're doing a similar thing with our location data - however we're finding that if the 'input' string is one long string i.e.: q= *Philadelphia,PA,19103,US* that we're getting *0* matches - Instea