Tagged Questions

9
votes
3answers
2k views

Proximity Search

How does an application perform a proximity search? For example, a user types in a postal code, then the application lists all the businesses within 20 miles ordered by proximity. I want to build ...
3
votes
2answers
2k views

Solr - Proximity Search using phrases

I use Solr's proximity search quite often to search for words within a specifeid range of each other, like so "Government Spending" ~2 I was wondering is there a way to perform a proximity search ...
2
votes
1answer
198 views

Solr Highlighting of terms in Proximity search only

In Solr, when performing a proximity search, is there a simple way to highlight only the search terms that occur within the specified proximity? Thanks in advance Ruth
2
votes
2answers
544 views

How to implement proximity search with postcode?

I have to use proximity search with postcode for Australia. Going through some links like ...
1
vote
2answers
322 views

Solr proximity ordered vs unordered

In Solr you can perform an ordered proximity search using syntax "word1 word2"~10 By ordered I mean word1 will always come before word2 in the document. I would like to know if there is an easy ...
1
vote
2answers
193 views

Twitter's Radius Search

On my website I would like to include a radius search for user profiles, similar to what Twitter is doing on their advanced search with "Near this places" http://search.twitter.com/advanced I ...
0
votes
0answers
12 views

Looking for a program to do a keyword proximity search

I'm looking for a program that can pick out areas of a document that have a high concentration of key-words and highlight / flag them as "important". E.g: "the quick brown fox jumps over the lazy ...
0
votes
0answers
79 views

Proximity search Google Map API

Is promixity search possible in google map api without having any backend functionality? Can I do it just with google API and javascript/jquery? Plz tell me how?